.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 100%;
  line-height: 100%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 6em;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  margin-top: 0px;
  margin-bottom: 2vw;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 3.75em;
  line-height: 1.1;
  font-weight: 800;
  text-transform: capitalize;
}

h3 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

h4 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.18em;
  line-height: 1;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 1vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 800;
}

h6 {
  margin-top: 0px;
  margin-bottom: 1.4vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.37em;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.1px;
  text-transform: capitalize;
}

p {
  margin-bottom: 1.3vw;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.3px;
}

a {
  color: #00a2b0;
  font-size: 100%;
  font-weight: 600;
  text-decoration: none;
}

li {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

.b-styleguide {
  min-height: 98vh;
  margin: 17px auto;
  padding: 3% 12%;
  background-color: hsla(0, 0%, 95.3%, 0.64);
}

.b-styleguide_head {
  color: #d1d1d1;
  font-size: 2em;
}

.b-header {
  position: relative;
  min-height: 82vh;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.b-container {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.b-container.pages {
  position: static;
  z-index: 2;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.b-header--innergrid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-header--abs {
  position: absolute;
  top: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/header-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.color-is-white {
  color: #f7f7f7;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.color-is-white.modify {
  font-weight: 300;
}

.color-is-white.modify.kai {
  font-size: 3.25em;
  font-weight: 400;
}

.color-is-white.m-advance {
  margin-bottom: 3vw;
  font-size: 3.5em;
  line-height: 1.2em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.color-is-white.black-font {
  color: #000;
}

.color-is-white.black-font.title-2nd {
  color: #fff;
}

.b-headergrid-right {
  display: block;
  padding-top: 5vw;
}

.btn {
  padding: 21px 2vw;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 12px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.btn.add-margin-right {
  margin-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.btn.color-is-bg-orange {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  font-weight: 600;
  text-transform: capitalize;
}

.btn.color-is-bg-orange.btn-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #24afb8;
  text-align: left;
}

.btn.color-is-bg-orange.btn-regions-home {
  background-color: #24afb8;
}

.btn.color-is-bg-orange.ntn-regions-home {
  background-color: #24afb8;
}

.btn.submitbtn {
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn.m-color-yellow {
  margin-left: 0px;
  padding: 10px 1vw;
  border-color: #fffb1f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  text-transform: capitalize;
}

.btn.m-color-yellow:hover {
  border-color: #fff;
  color: #fffb1f;
}

.btn.sm-newsletter {
  padding-top: 13px;
  padding-bottom: 13px;
  border-color: #f96c26;
  color: #f96c26;
}

.btn.icon-btn-black {
  border-color: #24afb8;
  border-radius: 12px;
  color: #24afb8;
  font-weight: 600;
  text-transform: capitalize;
}

.btn.btn-partners {
  border-color: #00a2b0;
  background-color: #00a2b0;
  color: #f7f7f7;
}

.header-h1--modifier {
  max-width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.header-h1--modifier.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
}

.header-h1--modifier.pages.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.b-btn-holder {
  margin-top: 3vw;
}

.section {
  height: auto;
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.section.bgcolor-grey {
  background-color: #f0f0f0;
}

.section.bgcolor-grey.meetkai {
  padding-bottom: 3vw;
}

.section.bgcolor-grey.video-section {
  background-color: #ededed;
}

.section.bg-gradient-color {
  background-image: linear-gradient(135deg, #00a2b0 46%, #045de9 95%);
}

.section.rel {
  position: relative;
  width: 100%;
  padding-bottom: 12vw;
}

.section.no-padding {
  padding-bottom: 0vw;
}

.section.white-back {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.e-aseen-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.e-aseen-logo {
  max-width: 103px;
  margin-right: 1vw;
  margin-left: 1vw;
}

.b-section-headings {
  width: 90%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  font-family: 'Materialdesignicons webfont', sans-serif;
  font-weight: 400;
  text-align: center;
}

.b-section-headings.half {
  margin-bottom: 3vw;
}

.b-regiongrid {
  display: -ms-grid;
  display: grid;
  -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;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-regions-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.img-region-map {
  width: 30px;
  margin-right: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: #d7dadf;
  border-radius: 50%;
}

.b-discover-items {
  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;
}

.b-discover-items.regions {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-dicovered-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin: 2vw;
  -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;
  text-align: center;
}

.image {
  height: 180px;
}

.color-is-bg-orange {
  background-color: #f96c26;
  color: #fff;
}

.e-center-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -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;
}

.e-center-btn.btn-part {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.e-kailikegrid {
  position: relative;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  padding-top: 2vw;
  padding-bottom: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-section-kailike {
  position: relative;
}

.e-whatslikekai {
  width: 90%;
  max-width: 630px;
  margin-right: auto;
  padding-top: 13vw;
  padding-bottom: 4vw;
  text-decoration: none;
}

.kailike-abs {
  position: absolute;
  left: 0%;
  top: 6vw;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/kailike-bg.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-itsgoing-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding: 2.6em 2em 1.9em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.42);
}

.e-hwgoingitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: 2vw;
  margin-left: 2vw;
  -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: center;
}

.color-is-teal {
  color: #24afb8;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.lnk-learnmore {
  color: #24afb8;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.b-abtgrid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.25em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-icon-abt {
  display: inline-block;
  margin-bottom: 1em;
}

.lnk-learnmore--white {
  display: inline-block;
  margin-top: 1em;
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
}

.e-highlightsabout-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2em;
  -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;
}

.b-footer-inner-top {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  grid-template-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: none none solid;
  border-width: 1px;
  border-color: #4a4a4a;
}

.footerlink {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
}

.footerlink:hover {
  color: #9ca3af;
}

.b-footeritems {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0.8em;
}

.footer {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  background-color: #000;
  color: hsla(0, 0%, 96.9%, 0.5);
  font-size: 0.8em;
  font-weight: 500;
}

.footer-headers {
  margin-top: 0px;
  margin-bottom: 1.1em;
  color: #fffb1f;
  font-size: 1.2em;
  font-weight: 300;
  text-transform: capitalize;
}

.dropdown-lang {
  width: 100%;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.24);
}

.dropdown-toggle {
  display: block;
  color: #fafafa;
  font-size: 1.2em;
  line-height: 1;
}

.dropdown-link {
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #fff;
  font-size: 1.2em;
  line-height: 1;
}

.dropdown-link:hover {
  background-color: #4c545e;
  color: #fff;
}

.dropdown-list {
  margin-top: 2px;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: -6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 8px;
}

.b-newsletter-block {
  padding-top: 2.2em;
  padding-bottom: 2.2em;
  border-style: solid none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.18);
}

.b-newsletter-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.form-input-email {
  width: 316px;
  height: 100%;
  margin-right: 14px;
  margin-bottom: 0px;
  padding-left: 24px;
  border-radius: 10px;
}

.form-input-email::-webkit-input-placeholder {
  color: #3a3a3a;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}

.form-input-email:-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}

.form-input-email::-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}

.form-input-email::placeholder {
  color: #3a3a3a;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
}

.b-navbar-wrapper {
  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;
}

.b-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  padding: 0px 1%;
  background-color: #000;
  opacity: 1;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.b-nabar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2vw;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.e-navlink {
  margin-right: 1vw;
  margin-left: 0.5vw;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.e-navlink:hover {
  background-color: transparent;
  color: #fffb1f;
}

.e-navlink:active {
  color: #fff;
}

.e-navlink:focus {
  color: #fff;
}

.e-navlink.w--current {
  color: #fff;
  text-decoration: overline;
}

.img-header-phone {
  z-index: 10;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.e-mobile-app-download {
  display: none;
}

.logo-desktop {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-logo {
  display: none;
  padding-top: 2px;
}

.img-partnerslogo {
  margin-right: 19px;
  margin-left: 19px;
}

.b-partners-wrap {
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt-search-discover {
  margin-bottom: 1vw;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -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;
  color: hsla(0, 0%, 96.9%, 0.53);
  line-height: 1;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #00a2b0;
}

.social-icon {
  margin-right: 7px;
  margin-left: 7px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #00a2b0;
  font-size: 1.6em;
  line-height: 1;
  text-decoration: none;
}

.social-icon:hover {
  color: #fff;
}

.txt-copyright {
  font-family: Raleway, sans-serif;
  color: hsla(0, 0%, 96.9%, 0.5);
  font-size: 0.8em;
  line-height: 1;
  font-weight: 300;
}

.img-navlnkicon {
  display: none;
}

.b-cofounders {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-founders-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.half-margin {
  margin-bottom: 0.5vw;
  font-size: 3em;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.02em;
}

.half-margin.m-cofounder {
  font-size: 3.5em;
  font-weight: 300;
  text-align: left;
}

.half-margin.m-cofounder.title-advisors {
  margin-top: -36px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  letter-spacing: -0.02em;
}

.half-margin.oneliners {
  font-size: 3.5em;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.02em;
}

.half-margin.about-names {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.half-margin.about-names.name-advisors {
  color: #000;
  font-size: 2.25em;
  font-weight: 300;
}

.half-margin.stream-regions {
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.02em;
}

.half-margin.text-center {
  font-size: 3.5em;
}

.img-founders {
  width: 100%;
  margin-bottom: 23px;
  border-radius: 12px;
  box-shadow: 3px 3px 20px -7px rgba(0, 0, 0, 0.44);
}

.founder-socialicon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.soc-icon {
  margin-right: 8px;
  padding: 7px;
  border-radius: 5px;
  background-color: #24afb8;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1.2;
  text-decoration: none;
}

.founder-items {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.sm-titles {
  width: 90%;
  max-width: 30ch;
  font-weight: 500;
}

.txt-title-founders {
  margin-top: 1vw;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
}

.txt-title-founders.advisors-position {
  color: #000;
  font-size: 1em;
  font-weight: 500;
}

.b-header-pages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 42vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -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-color: #24afb8;
}

.b-header-pages.banner-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 25em;
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-color: #00a2b0;
}

.b-header-pages.banner-gradient {
  min-height: 15.625em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2b0), color-stop(84%, #2a429d));
  background-image: linear-gradient(180deg, #00a2b0, #2a429d 84%);
}

.b-about-header {
  display: block;
  width: 90%;
  max-width: 940px;
  text-align: center;
}

.txt-sm-pages {
  max-width: 60ch;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
}

.txt-sm-pages.top {
  width: 80%;
  max-width: 41ch;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.b-meet-advisors {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.25em;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.e-advisors-block {
  width: 90%;
  max-width: 680px;
  margin-bottom: 3vw;
}

.dropdown-headr-partner {
  width: 100%;
  margin-top: 2vw;
  padding: 1px 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-col-dropdown {
  z-index: 1;
  width: 100%;
}

.sm-h6-partner {
  margin-top: 13px;
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.e-partner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
  text-align: left;
}

.icon-plus {
  margin-left: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(74, 74, 74, 0.6);
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: rgba(74, 74, 74, 0.51);
  font-size: 1.5em;
  line-height: 1;
  text-decoration: none;
}

.icon-plus:hover {
  border-color: #4a4a4a;
  color: #4a4a4a;
}

.dropdownlist-partners {
  display: none;
  margin-top: 9px;
  padding: 16px;
  border-radius: 9px;
  background-color: #f0f0f0;
}

.smtext {
  margin-bottom: 0vw;
  font-size: 1em;
}

.partner-items {
  width: 85%;
  text-align: center;
}

.r-partners-wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.b-partners-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.15fr 1fr;
  grid-template-columns: 1.15fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-partners-grid.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
}

.b-partners-grid.padding-languages {
  padding-top: 44px;
}

.img-logo-parters {
  text-align: center;
  text-decoration: none;
}

.img-logo-parters.mid {
  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;
  text-decoration: none;
}

.img-partner {
  width: 100%;
}

.b-jon-meetkai {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.abs-inter-meetkai {
  position: absolute;
  left: 19%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 40px;
  background-image: linear-gradient(213deg, #00a2b0 42%, #045de9 95%);
}

.e-meetkai-block {
  position: relative;
  z-index: 2;
  padding-right: 10%;
}

.img-interest {
  position: relative;
  z-index: 2;
  height: 400px;
  border-radius: 40px;
}

.abs-cofounder-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/meetcofounder-bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.abs-cofounder-bg.region {
  background-image: url('../images/white-bg-region.svg');
  background-size: cover;
}

.abs-cofounder-bg.region {
  background-image: url('../images/white-bg-region.svg');
  background-position: 50% 100%;
  background-size: cover;
}

.holder-of-sections {
  background-color: hsla(0, 0%, 87.8%, 0.46);
}

.img-headerpages {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.e-center-headers {
  width: 90%;
  max-width: 80ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.txt-sm-pageshead {
  margin-bottom: 0.04vw;
  color: #ff0;
  font-size: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}

.b-region-grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.newsletter-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 50px;
  max-width: 560px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  height: 100%;
  margin-right: 19px;
  margin-bottom: 0px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgba(74, 74, 74, 0.38);
  border-radius: 8px;
}

.text-field::-webkit-input-placeholder {
  color: #3a3a3a;
  font-size: 1.14em;
  line-height: 1;
  text-transform: capitalize;
}

.text-field:-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 1.14em;
  line-height: 1;
  text-transform: capitalize;
}

.text-field::-ms-input-placeholder {
  color: #3a3a3a;
  font-size: 1.14em;
  line-height: 1;
  text-transform: capitalize;
}

.text-field::placeholder {
  color: #3a3a3a;
  font-size: 1.14em;
  line-height: 1;
  text-transform: capitalize;
}

.newsletter-blck {
  padding-left: 6%;
}

.b-lang-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-left: 2vw;
  -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;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.txt-languages {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 2;
  font-weight: 400;
}

.paragraph {
  padding-top: 1.3em;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

.paragraph.mt-1 {
  margin-top: 1em;
}

.streaming-items {
  margin-bottom: 19px;
}

.watchkai-wrap {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.watchkai-wrap.flex {
  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;
}

.inline-btn {
  display: inline-block;
}

.inline-btn.marg-left {
  display: block;
  margin-left: 17px;
  text-decoration: none;
}

.inline-btn.marg-left {
  margin-left: 17px;
  text-decoration: none;
}

.playbuton {
  margin-right: 10px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  font-size: 1.9em;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding: 15px 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #00a2b0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.button.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 2vw;
  border-style: solid;
  border-width: 4px;
  border-color: #24afb8;
  background-color: #f7f7f7;
  color: #24afb8;
  font-weight: 600;
}

.button.language:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff;
}

.content-r-demo {
  width: 90%;
  max-width: 430px;
  margin-left: 4vw;
}

.content-r-demo.marg-more {
  margin-left: 10vw;
}

.content-r-demo.marg-more.multi {
  max-width: 550px;
}

.content-r-demo.mrg-left {
  margin-right: 8vw;
  margin-left: 0vw;
}

.content-r-demo.bigger {
  max-width: 600px;
  margin-left: 3vw;
}

.content-r-demo.bigger {
  max-width: 510px;
  margin-left: 3vw;
}

.b-contact-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.3em;
  grid-row-gap: 1.8em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.input-formfield {
  height: 42px;
  margin-top: 14px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
  border-radius: 5px;
}

.form-label {
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.b-contact-heading {
  margin-bottom: 4vw;
}

.e-formlabel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Inter, sans-serif;
}

.textarea {
  min-height: 130px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.b-press-cms {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.75em;
  grid-row-gap: 3.5em;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-list-wrapper {
  position: relative;
  z-index: 2;
}

.txt-date {
  display: inline-block;
  margin-bottom: 7px;
  color: #4a4a4a;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.lnk-press {
  display: inline-block;
  color: #24afb8;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.bold-text {
  line-height: 20px;
  text-decoration: none;
}

.sm-container {
  width: 90%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.sm-container.video-container {
  background-color: #ededed;
}

.iphone {
  position: relative;
  z-index: 4;
}

.b-meetkai-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(20vw, 30vw) 1fr;
  grid-template-columns: minmax(20vw, 30vw) 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.manual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 9% 4%;
  -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;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-image: linear-gradient(135deg, #00a2b0 42%, #045de9 84%);
}

.manual.bgd-press {
  background-color: #00a2b0;
  background-image: none;
}

.career-txt {
  display: inline-block;
  margin-bottom: 17px;
  font-family: Inter, sans-serif;
  color: #24afb8;
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 800;
  text-decoration: none;
}

.e-career-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.e-career-blocks.end {
  margin-bottom: 0vw;
}

.b-rel-top {
  position: relative;
  z-index: 1;
}

.b-download-free {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.abs-video {
  z-index: 20;
  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;
  text-align: left;
}

.b-kai-wrap {
  position: relative;
  z-index: 2;
  -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;
}

.b-kaiaction-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.e-kaielem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
  -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;
}

.sm-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px;
  -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;
  border-radius: 50%;
  background-color: #3ec675;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
}

.sm-check.close {
  background-color: #f4411e;
}

.kai-head {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

.blck-query-negation {
  width: 80%;
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 4.5vw;
  margin-left: auto;
  text-align: center;
}

.txt-negate {
  margin-bottom: 9px;
  color: #24afb8;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.txt-badboy {
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 600;
}

.color-is-red {
  color: #f4411e;
}

.img-kaiwrap.no-2 {
  text-align: center;
}

.contact-head {
  max-width: 31ch;
  margin-top: 2vw;
  margin-bottom: 3vw;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3;
  font-weight: 600;
}

.b-sol-header {
  width: 90%;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  text-align: center;
}

.h1-solution {
  font-family: Raleway, sans-serif;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.items-edu-block {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-right: 3vw;
  padding-bottom: 13px;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr minmax(500px, 1fr);
  grid-template-columns: 0.5fr minmax(500px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #d6d6d6;
}

.list-edu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1em;
  font-weight: 500;
}

.list-bullets {
  margin-right: 15px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #24afb8;
  font-size: 1.6em;
  line-height: 1.2;
}

.txt-list-edu {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.b-edu-kailogowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fffb1f;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.kai-logo {
  width: 74px;
  margin-right: 13px;
}

.b-edu-container {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.sm-h4-edu {
  margin-top: -5px;
  font-family: Raleway, sans-serif;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.img-edu-list {
  margin-right: 3em;
}

.kai-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1410px;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.kaitalk-div {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.kaitalk-div.end {
  margin-top: 1.8em;
}

.text-block {
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 300;
}

.heading-3 {
  margin-bottom: 4px;
  color: #00a2b0;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: 2px;
  background-color: rgba(156, 163, 175, 0.44);
}

.b-som-advance {
  padding-top: 54px;
  padding-right: 11px;
  padding-left: 11px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a429d), color-stop(87%, #00a2b0), to(#00a4b3));
  background-image: linear-gradient(180deg, #2a429d, #00a2b0 87%, #00a4b3);
}

.som-adv-grid {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-is-orange {
  color: #00a2b0;
}

.h4-center {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.rich-txt h3 {
  font-size: 1.6em;
  line-height: 1.2;
}

.flex-third {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-press-kit {
  display: inline-block;
  margin-top: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-topkai-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.txt-sm-kai {
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.img-holder-kai {
  margin-bottom: 13px;
}

.e-kai-sub-items {
  padding: 22px;
  border-radius: 9px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.e-kai-sub-items:hover {
  background-color: rgba(22, 73, 77, 0.28);
}

.h1txt-quicklinks {
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.newsletter-head {
  margin-bottom: 7px;
  color: #f96c26;
  font-size: 1.8em;
}

.lnk-vid {
  text-decoration: none;
}

.cnt-container {
  display: block;
  width: 80%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.head-preview {
  width: 100%;
  margin-bottom: 5px;
  text-transform: none;
}

.head-preview.mt-2 {
  margin-top: 2em;
}

.preview-items {
  margin-bottom: 29px;
}

.preview-items.mt-5 {
  margin-top: 5em;
}

.bg-code-pre {
  padding-left: 9px;
  background-color: #eee;
  font-family: Inconsolata, monospace;
}

.head-preview-link {
  margin-bottom: 5px;
  text-align: center;
}

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

.teal-link {
  width: 100%;
  height: auto;
  color: #24afb8;
  font-weight: 500;
  text-decoration: underline;
}

.image-2 {
  position: relative;
  display: inline-block;
  text-align: left;
}

.div-block {
  position: relative;
  left: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.div-block-centered {
  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;
}

.mt-5 {
  width: 100%;
  margin-top: 0%;
  padding-bottom: 2em;
}

.video-block {
  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;
}

.video-block.mt-1 {
  margin-top: 3%;
}

.video-block.mt-3 {
  margin-top: 3%;
}

.video_embed.mt-3 {
  margin-top: 3em;
}

.video_embed.mt-3.mb-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.html-embed {
  width: auto;
  height: auto;
  max-width: none;
}

.html-embed-2 {
  width: 53%;
  max-width: none;
}

.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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffb1f), to(#fffb1f));
  background-image: linear-gradient(180deg, #fffb1f, #fffb1f);
}

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

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  font-weight: 400;
  text-align: center;
}

.heading-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.heading-5 {
  font-size: 5em;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.text-teal {
  color: #00a2b0;
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.e-dicovered-items-region {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin: 2vw;
  -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;
  font-weight: 500;
  text-align: center;
}

.quick-apps-title {
  margin-top: 9px;
  text-align: center;
}

.hero-content {
  width: 90%;
  max-width: 53ch;
}

.hero-content.color-is-white {
  max-width: 46ch;
  color: #fff;
  font-weight: 300;
}

.hero-content.color-is-white {
  max-width: 46ch;
  color: #fff;
  font-weight: 500;
}

.hero-content.color-is-white {
  max-width: 46ch;
  color: #fff;
  font-weight: 500;
}

.img-phone-header {
  max-width: none;
}

.grid {
  -ms-grid-rows: minmax(200px, 1fr);
  grid-template-rows: minmax(200px, 1fr);
}

.teal-subtitle {
  width: auto;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  color: #24afb8;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.h2-name {
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 3em;
  line-height: 105%;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.column {
  position: relative;
  display: block;
}

.day-in-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.day-in-block.mt-1 {
  margin-top: 0em;
}

.day-in-domain-block {
  width: 100%;
  margin-top: 15px;
}

.day-in-domain-block.mt-1 {
  margin-top: 15px;
}

.charcoal-subtitle {
  width: 84%;
  height: auto;
  float: left;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 130%;
  font-weight: 800;
  text-transform: uppercase;
}

.day-in-domain-image {
  position: relative;
  display: block;
  width: auto;
  height: 46px;
  margin-right: 10px;
  float: left;
}

.day-in-utter-domine {
  width: 84%;
  height: auto;
  float: left;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 19px;
  line-height: 130%;
  font-weight: 300;
  text-transform: none;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.columns {
  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;
}

.chateau-subtitle {
  width: 84%;
  height: auto;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #9ca3af;
  font-size: 1.05em;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.day-in-paragraph {
  margin-top: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.day-in-paragraph.mt-1 {
  margin-top: 1em;
}

.text-span {
  color: #9ca3af;
}

.span-chateau {
  color: #7d838d;
}

.ditl-kai-wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  -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;
}

.ditl-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.ditl-image {
  background-color: transparent;
}

.heading-6 {
  font-weight: 800;
}

.artticle-heading {
  font-size: 2em;
  font-weight: 300;
}

.heading-8 {
  text-transform: capitalize;
}

.b-section-headings-id {
  width: 90%;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  text-align: center;
}

.b-section-headings-id.half {
  margin-bottom: 3vw;
}

.id-background {
  height: 210px;
  padding-right: 220px;
  padding-left: 220px;
  border-bottom: 8px solid #00a2b0;
  background-image: url('../images/batik_graphic.png'), -webkit-gradient(linear, left top, left bottom, from(#ffce00), to(#fffb1f));
  background-image: url('../images/batik_graphic.png'), linear-gradient(180deg, #ffce00, #fffb1f);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.columns-2 {
  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;
}

.intnl-hdr-image {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 200px;
  max-width: none;
  margin-right: 20px;
  float: left;
}

.intnl-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74%;
  margin-right: auto;
  margin-left: auto;
  -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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intnl-hdr-text-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 4em;
  margin-bottom: auto;
  float: left;
  clear: none;
  -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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.h4-intnl-hdr {
  position: static;
  clear: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 130%;
  font-weight: 800;
}

.container {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-6_intnl {
  display: block;
  width: auto;
  clear: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 800;
}

.intnl-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.columns-id-hdr {
  display: block;
  width: auto;
  max-width: 760px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  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;
}

.e-advisors-block-id {
  width: 90%;
  max-width: 780px;
  margin-bottom: 3vw;
}

.image-6 {
  height: 63px;
}

.text-span-2 {
  color: #00a2b0;
}

.text-span-3 {
  color: #00a2b0;
}

.contact-head-id {
  max-width: 45ch;
  margin-top: 2vw;
  margin-bottom: 3vw;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.3;
}

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

.rich-text-block {
  font-weight: 500;
}

.es-background {
  height: 210px;
  padding-right: 220px;
  padding-left: 220px;
  border-bottom: 8px solid #00a2b0;
  background-image: url('../images/mexico_graphic.png'), -webkit-gradient(linear, left top, left bottom, from(#ffce00), to(#fffb1f));
  background-image: url('../images/mexico_graphic.png'), linear-gradient(180deg, #ffce00, #fffb1f);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.b-sol-header-es {
  width: 90%;
  max-width: 622px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  text-align: center;
}

.b-edu-kailogowrap-es {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fffb1f;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.b-about-header-es {
  width: 100%;
  max-width: 1100px;
}

.e-advisors-block--es {
  width: 90%;
  max-width: 840px;
  margin-bottom: 3vw;
}

.b-section-headings-copy {
  width: 90%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  text-align: center;
}

.b-section-headings-copy.half {
  margin-bottom: 3vw;
}

.grid-press {
  display: -ms-grid;
  display: grid;
  max-width: 1100px;
  margin: 5vw auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.press-article-block {
  max-width: none;
  min-height: 250px;
  padding: 2em 1.6em 1.5em 1.5em;
  background-color: #ededed;
  color: #fff;
  text-transform: capitalize;
}

.press-article-block:hover {
  border: 1px none transparent;
  background-color: #fff;
  box-shadow: 4px 4px 7px 0 rgba(74, 74, 74, 0.26);
}

.link-source {
  font-family: 'Open Sans', sans-serif;
  color: #00a2b0;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-press {
  margin-top: 1.5vw;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.press-link {
  max-width: none;
  padding-top: 1px;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}

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

.section-2 {
  margin-right: auto;
  margin-left: auto;
}

.careers-block {
  width: 100%;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.career-grid {
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-link {
  max-width: none;
  padding-top: 1px;
  text-decoration: none;
}

.career-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 200px;
  padding: 2em 1.6em 1.5em 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ededed;
  color: #fff;
  text-align: center;
}

.career-content-block:hover {
  background-color: #fff;
  box-shadow: 4px 4px 7px 0 rgba(74, 74, 74, 0.26);
}

.mb-5 {
  margin-bottom: 5%;
}

.mb-5.career-heading {
  text-align: center;
  text-transform: none;
}

.career-content {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.resp {
  margin-top: 2vh;
}

.resp.paragraph {
  font-weight: 400;
  text-align: left;
}

.list-item {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.list-item-2 {
  margin-bottom: 0px;
}

.link {
  color: #00a2b0;
}

.b-navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ededed;
  border-radius: 0px;
  background-color: #fff;
}

.brand {
  position: relative;
}

.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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-nabar-menu-2 {
  display: none;
  margin-left: 2vw;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field-2 {
  width: 70%;
  max-height: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border-radius: 50px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-weight: 500;
}

.search-block {
  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;
}

.domain-block {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  clear: none;
}

.e-navlink-3 {
  margin-right: 1vw;
  margin-left: 0.5vw;
  color: #9ca3af;
  font-size: 1.125em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.e-navlink-3:hover {
  color: #000c1a;
}

.e-navlink-3.w--current {
  color: #000c1a;
}

.b-navbar-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  -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;
}

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

.dropdown-icon {
  margin-right: 10px;
  opacity: 0.4;
}

.dropdown-list-2.w--open {
  overflow: hidden;
  margin-top: 10px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.submit-button {
  margin-top: 10px;
  margin-left: 10px;
  float: none;
  clear: left;
  border-radius: 9px;
  background-color: #00a2b0;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  box-shadow: 1px 1px 7px 0 #9ca3af;
}

.link-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 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;
  border: 0px none #000c1a;
  border-radius: 0px;
  background-color: #f96c26;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-banner:hover {
  background-color: #000c1a;
}

.link-banner:visited {
  background-color: #000c1a;
}

.icon-btn-text {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 7px;
  float: left;
  border: 2px none #000c1a;
  border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn-text:hover {
  color: #fff;
  line-height: 150%;
}

.icon-btn-text.white-text {
  color: #fff;
}

.icon-btn-text.black-text {
  color: #000c1a;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  -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;
}

.hero-content-column {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 2vh;
  display: inline-block;
  margin-top: 16vh;
  margin-bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.rating-block {
  margin-top: 1vw;
}

.rating {
  position: static;
  width: auto;
  margin-right: 10px;
  padding: 5px 7px;
  float: left;
  clear: none;
  border: 2px solid #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
}

.card-genre {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.card-genre.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.card-genre.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.btn-icon {
  max-height: 24px;
  max-width: 24px;
  float: left;
}

.star-block.mt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  clear: both;
}

.star-block.mt-1 {
  width: auto;
  margin-top: 1vh;
}

.star-block.mt-3 {
  margin-top: 3vh;
}

.star-block.mt-1 {
  width: auto;
  margin-top: 0.5em;
}

.star-block.mt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  clear: both;
}

.star-block.mt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  clear: both;
}

.hero-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.hero-title.black-text {
  color: #000c1a;
}

.poster {
  height: 450px;
  max-height: 390px;
  max-width: none;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.language {
  width: 25%;
  padding-top: 7px;
  padding-left: 5px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.icon-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 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;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn:hover {
  border-color: #000;
  background-color: #000;
}

.icon-btn.ml-1 {
  margin-left: 1vw;
}

.icon-btn.ml-1.btn-last {
  margin-right: 1vw;
  margin-left: 0vw;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.icon-btn.ml-1.btn-last:hover {
  border-color: #000c1a;
  background-color: #000c1a;
}

.icon-btn.orange-btn {
  margin-bottom: 10px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.icon-btn.orange-btn {
  margin-bottom: 0px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.star {
  margin-right: 2px;
  float: left;
}

.star.last-star {
  margin-right: 7px;
}

.section-hero {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.hero-block-streaming {
  height: 425px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.star-rating {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  font-weight: 500;
}

.star-rating.white-text {
  color: #fff;
}

.hero-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 100;
  display: block;
  width: 960px;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.release-year {
  width: auto;
  padding-top: 6px;
  float: left;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.hero-btn-block {
  margin-top: 2vh;
}

.hero-btn-block.mt-3 {
  margin-top: 3vh;
}

.keywords {
  margin-bottom: 0px;
}

.cast-block {
  margin-top: 1vh;
}

.suggest-title {
  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;
  border: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  line-height: 112%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.slider {
  background-color: transparent;
}

.slider.mt-3 {
  height: 170px;
  margin-top: 3vh;
  color: #00a2b0;
}

.presentation {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #f96c26;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.suggestion-grid {
  height: auto;
  margin-top: 2vh;
  margin-bottom: 5vh;
  -ms-grid-columns: 31% 31% 31%;
  grid-template-columns: 31% 31% 31%;
  grid-template-rows: repeat(auto-fit, minmax(20vh, 27vh));
}

.suggestion-grid.mt-3 {
  grid-template-rows: repeat(auto-fit, minmax(20vh, 35vh));
}

.section-card-container {
  padding-right: 0px;
  padding-left: 0px;
}

.trailer-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.streaming_provider.my-5:hover {
  box-shadow: none;
  opacity: 1;
}

.left-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  width: 40px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.card-title {
  margin-bottom: 1vh;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-title.mt-5 {
  margin-top: 5vh;
  margin-bottom: 0vh;
}

.card-title.mt-2 {
  margin-top: 2vh;
}

.card-title.mt-4 {
  margin-top: 4vh;
  font-size: 18px;
}

.card-title.mt-3 {
  margin-top: 3vh;
  font-size: 18px;
}

.card-title.white-text {
  color: #fff;
}

.col-1-card {
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.link-to-top {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  display: inline-block;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.provider {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-right: 0%;
  border: 1px solid #9ca3af;
  border-radius: 9px;
  text-align: center;
}

.provider:hover {
  box-shadow: 1px 1px 9px 0 #9ca3af;
}

.short-description {
  margin-top: 0vh;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.single-feature {
  margin-bottom: 0px;
}

.single-feature.mt-1 {
  margin-top: 1vh;
}

.single-feature.mt-4 {
  margin-top: 0vh;
}

.price {
  display: inline-block;
  width: 67%;
  margin-top: auto;
  padding-top: 1%;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.kai-domain-icon {
  max-width: 100%;
}

.feature-text {
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.feature-text.teal-link:hover {
  color: #000a2b;
}

.feature-text.mt-1 {
  margin-top: 1vh;
}

.feature-text.mt-1.teal-link {
  margin-top: auto;
}

.trailer-video {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image {
  width: auto;
  height: 135px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggest-image:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.feature-label {
  margin-right: 5px;
  margin-bottom: auto;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: none;
}

.chevron-right {
  width: 28px;
  height: auto;
  margin: 40px 10px 70px 0px;
  float: right;
}

.right-arrow {
  width: 40px;
  height: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-card {
  border: 0px none #000;
}

.domain-grid {
  margin-bottom: 20px;
  padding-bottom: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: minmax(100px, auto);
  grid-template-rows: minmax(100px, auto);
  border-style: none none solid;
  border-width: 1px;
  border-color: #b0b5bf;
}

.domain-grid.mt-2 {
  margin-top: 2vh;
}

.streaming-block {
  -ms-grid-columns: 60px 60px 60px 60px 60px 60px;
  grid-template-columns: 60px 60px 60px 60px 60px 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.back-to-top {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 49px;
  height: 49px;
  float: right;
  clear: none;
  border: 1px none #000;
  opacity: 0.42;
  cursor: pointer;
}

.slide-nav {
  display: none;
  margin-top: 0px;
  padding-top: 0px;
}

.cast-slide {
  width: 150px;
  height: 150px;
  margin-right: 3%;
  -o-object-fit: fill;
  object-fit: fill;
}

.mask {
  width: 100%;
  max-height: 170px;
  margin-bottom: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.credit-name-2 {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.column-4 {
  padding-top: 10px;
}

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

.suggest-link:hover {
  opacity: 1;
}

.suggest-link:visited {
  opacity: 0.7;
}

.carousel-image {
  width: 100px;
  height: 100px;
  margin-right: 5%;
  margin-left: 25px;
  border-radius: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-2-card {
  position: relative;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.credit-id {
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.trailer-video-first {
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.now-card-title {
  margin-bottom: 1vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2b0), to(#00a2b0));
  background-image: linear-gradient(180deg, #00a2b0, #00a2b0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.section-hero-carousel {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  height: 425px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.recipe-image {
  width: auto;
  height: 425px;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.right-arrow-2 {
  z-index: 200;
}

.container-content-bttm {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 100;
  display: block;
  height: auto;
  max-height: none;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 2%;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-content-container {
  position: relative;
  z-index: 100;
  display: block;
  overflow: visible;
  width: 100%;
  height: 425px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
}

.recipe-slide {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.mask-2 {
  z-index: 0;
  width: 100%;
}

.left-arrow-2 {
  z-index: 200;
}

.photo-header-slider {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 425px;
  margin-top: 0px;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
}

.description {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.features-block.mt-4 {
  margin-top: 4vh;
}

.features-block.mt-2 {
  margin-top: 2vh;
}

.recipe-card-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.recipe-card-hdr.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recipe-content-block {
  margin-bottom: auto;
  padding-bottom: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #b0b5bf;
}

.step-content {
  margin-bottom: 10px;
  border-radius: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.suggest-image-food {
  width: auto;
  height: 190px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggest-image-food:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.recipe-icon {
  margin-right: 10px;
}

.step-title {
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-weight: 700;
  text-transform: uppercase;
}

.recipe-image-single {
  width: 100%;
  height: 425px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-slide-single {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.photo-header-single-slider {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 425px;
  margin-top: 0px;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.columns-4 {
  border: 1px none #000;
}

.container-5 {
  border: 1px none #000;
}

.recipe-image-small {
  width: 100%;
  max-width: none;
  margin-bottom: 2vh;
  border-radius: 13px;
}

.recipe-image-small:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.cuisines {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.cuisines.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.hero-title-80 {
  position: relative;
  display: inline-block;
  width: 80%;
  margin-bottom: 0%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.dollar-rate {
  margin-bottom: 5px;
}

.restaurant-slide {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-dollar {
  width: auto;
  height: 21px;
  max-width: none;
  margin-right: 3px;
}

.open-yes {
  position: static;
  width: auto;
  margin-top: 1vh;
  margin-right: 10px;
  padding: 5px 7px;
  float: right;
  clear: none;
  border: 2px solid #fff;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.restaurant-image {
  width: 425px;
  height: 425px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-title-underline {
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  font-weight: 700;
}

.card-title-underline.mt-4 {
  margin-top: 4vh;
  font-size: 18px;
}

.hour-block {
  margin-bottom: 0px;
}

.link-block-phone {
  text-decoration: none;
}

.ride-share-icon {
  margin-left: 0px;
  float: left;
}

.teal-link-2 {
  margin-right: 0.5vw;
  color: #00a2b0;
  font-size: 16px;
  text-decoration: none;
}

.teal-link-2:hover {
  color: #000a2b;
}

.feature-check {
  height: 21px;
  margin-right: 0.7vw;
  float: left;
}

.link-block-web {
  text-decoration: none;
}

.hour-group {
  float: right;
  font-weight: 500;
}

.ride-share-label {
  display: block;
  margin-right: 10px;
  margin-bottom: auto;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 200%;
  font-weight: 700;
  text-transform: uppercase;
}

.restaurant-content-block {
  display: block;
  margin-bottom: auto;
  padding-bottom: 15px;
  border: 0px none #000;
}

.feature-text-2 {
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.single-feature-icon {
  margin-bottom: 0px;
}

.single-feature-icon.mt-4 {
  display: block;
  clear: none;
}

.single-feature-icon.mt-4 {
  display: block;
  margin-top: 0vh;
  clear: none;
}

.single-feature-icon.mt-1 {
  margin-top: 1vh;
}

.restaurant-card-hdr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 49px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.restaurant-card-hdr.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: 1.5vw;
  margin-bottom: 1vh;
  float: left;
  clear: none;
  -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;
}

.ride-share-link {
  display: block;
  margin-left: 2vw;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ride-share-link:hover {
  opacity: 0.7;
}

.ride-share-link:visited {
  opacity: 0.7;
}

.miles-away-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1vh 2.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #f96c26;
}

.miles-away-title {
  display: inline-block;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.link-block-address {
  position: relative;
  width: 80%;
  float: left;
  text-decoration: none;
}

.map-block {
  margin-top: 2.5vh;
}

.feature-icon {
  margin-right: 0.7vw;
  float: left;
}

.ride-share-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #f96c26;
}

.beer-styles {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.beer-styles.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.abv {
  color: #00a2b0;
  font-weight: 800;
}

.beer-hero {
  width: 250px;
  height: 390px;
  max-height: 390px;
  min-width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-block-beer {
  height: 425px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/beer_172.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/beer_172.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.hero-container-3-9 {
  bottom: 5%;
}

.beer-hero-lightbox {
  width: 250px;
  height: 450px;
  max-height: 390px;
  max-width: none;
  min-width: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-hero-book {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.center-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.suggest-image-beer {
  width: 190px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image-beer:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.content-block {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.content-block.mt-3 {
  margin-top: 3vh;
}

.content-block.mx-5 {
  margin-right: 5rem;
  margin-left: 5rem;
}

.suggest-image-wine-2 {
  width: 190px;
  height: 190px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image-wine-2:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

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

.wine-hero-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 400px;
  max-height: none;
  max-width: none;
  min-width: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.style_varietal_name {
  display: inline-block;
  width: auto;
  margin-top: 0%;
  margin-right: 5px;
  margin-bottom: 0%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}

.hero-container-3-9-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 100;
  display: block;
  width: 960px;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-block-wine {
  height: 425px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/wine1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/wine1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.wine-hero {
  width: auto;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.vintage {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.region_name {
  display: inline-block;
  width: auto;
  margin-top: 0%;
  margin-right: 5px;
  margin-bottom: 0%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}

.hero-content-column-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-top: 16vh;
  margin-bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-hero-wine {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.winery {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.winery.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  text-transform: uppercase;
}

.country {
  display: inline-block;
  width: auto;
  margin-top: 0%;
  margin-right: 5px;
  margin-bottom: 0%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}

.suggest-image-wine {
  width: 190px;
  height: 190px;
  -o-object-fit: contain;
  object-fit: contain;
}

.books-hero {
  width: 390px;
  height: 390px;
  max-width: 100%;
  border: 1px none #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.block-book-hero {
  height: 425px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/43565368.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/43565368.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.book-hero-lightbox {
  width: auto;
  height: auto;
  max-height: 390px;
  max-width: none;
  min-width: auto;
  border-radius: 10px;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
}

.author-text {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.author-text.white-text {
  position: relative;
  margin-top: 10px;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}

.suggestion-grid-four {
  height: auto;
  margin-bottom: 5vh;
  -ms-grid-columns: 22% 22% 22% 22%;
  grid-template-columns: 22% 22% 22% 22%;
  -ms-grid-rows: minmax(20vh, 35vh);
  grid-template-rows: minmax(20vh, 35vh);
}

.suggest-image-book {
  width: 145px;
  height: 190px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image-book:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.genres-block {
  margin-bottom: 0px;
}

.full-description-block {
  margin-top: 3vh;
  margin-bottom: 5px;
}

.section-news-hero {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.block-hero-news-001 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/microsoft-amazon-hp.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/microsoft-amazon-hp.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.news-hero {
  display: block;
  width: 940px;
  height: auto;
  max-height: 528px;
  max-width: none;
  margin-top: 3vh;
  margin-bottom: 3vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-text {
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.news-source {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
}

.news-source.white-text {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
}

.category-text {
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.categories-tags {
  margin-bottom: 0px;
}

.categories-tags.mt-3 {
  overflow: hidden;
  margin-top: 3vh;
}

.suggest-image-news {
  width: 190px;
  height: 127px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image-news:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.icon-btn-black {
  display: inline-block;
  padding: 10px 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;
  border: 2px solid #000c1a;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn-black:hover {
  background-color: #ededed;
}

.pub-date-main {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.full-article {
  margin-top: 3vh;
  margin-bottom: 5px;
}

.bold-text-3 {
  line-height: 20px;
}

.bold-text-4 {
  line-height: 20px;
}

.block-hero-news {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/news-screenGrab.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/news-screenGrab.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.video-2 {
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.section-news-podcast {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.block-hero-podcast {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/105_1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/105_1920x1080.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.episode-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 528px;
  max-width: none;
  margin: 3vh auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.episode-description {
  margin-top: 3vh;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.podcast-description {
  margin-top: 0vh;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.podcast-name {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.episode-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.html-embed-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.episode-count {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: none;
  font-family: 'Open Sans', sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.suggest-image-podcast {
  width: 190px;
  height: 190px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggest-image-podcast:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.section-fitness {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/105_1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/105_1920x1080.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.card-video {
  margin-right: auto;
  margin-left: auto;
}

.duration-text {
  margin-top: 5px;
  margin-left: 30px;
  float: none;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #f96c26;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.image-9 {
  float: left;
}

.duration-block {
  margin-bottom: 5px;
}

.suggest-image-fitness {
  width: 190px;
  height: 127px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.suggest-image-fitness:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.original-price-text {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.content-block-80 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  height: 480px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.pricing-grid {
  margin-top: 2vh;
  -ms-grid-columns: 23% 23% 23% 23%;
  grid-template-columns: 23% 23% 23% 23%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-container-shop {
  display: block;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  min-height: auto;
  margin: auto 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.sales-price-text {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.shopping-source {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.shopping-source.mt-5 {
  margin-top: 5vh;
}

.shop-hero-img {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.sales-price {
  color: #f96c26;
  font-size: 28px;
  font-weight: 500;
  text-decoration: none;
  white-space: pre;
}

.price-label {
  color: #4a4a4a;
  font-weight: 700;
  text-transform: uppercase;
}

.section-shopping {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  max-height: 700px;
  max-width: none;
  min-height: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b0b5bf;
  border-radius: 0px;
  background-color: #fff;
}

.orignal-price {
  color: #4a4a4a;
  font-size: 28px;
  font-weight: 500;
  text-decoration: line-through;
  white-space: pre;
}

.image-block-40 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 480px;
  max-height: none;
  min-height: 0px;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.block-hero-shopping {
  display: block;
  height: auto;
  max-height: 100%;
  border: 0px none #000;
}

.icon-btn-big {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 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;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn-big:hover {
  border-color: #000;
  background-color: #000;
}

.icon-btn-big.orange-btn {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.icon-btn-big.orange-btn {
  width: auto;
  padding-right: 40px;
  padding-left: 40px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.product-name {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.product-name.color-is-white {
  color: #fff;
  text-align: left;
}

.product-name-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.orignal-price-white {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  text-decoration: line-through;
  white-space: pre;
}

.price-label-white {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.block-hero-shopping-2 {
  display: block;
  height: auto;
  max-height: 100%;
  border: 0px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/mask1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/mask1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.shop-description {
  display: block;
  margin-top: 0vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.product-details-block {
  margin-top: 3vh;
  margin-bottom: 3vh;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.domain-grid-shop {
  margin-top: 2vh;
  margin-bottom: 20px;
  padding-bottom: 20px;
  grid-template-areas: "Area";
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: minmax(100px, auto);
  grid-template-rows: minmax(100px, auto);
  border-style: none none solid;
  border-width: 1px;
  border-color: #b0b5bf;
}

.original-price-text-ctr {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.sales-price-text-ctr {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.suggest-image-shopping {
  width: 100%;
  height: 300px;
  max-width: none;
  margin-right: auto;
  margin-bottom: 1vh;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggest-link-shopping {
  width: auto;
  margin-bottom: 0px;
  padding-bottom: 2vh;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
}

.suggest-link-shopping:hover {
  box-shadow: 2px 2px 9px 0 #4a4a4a;
  opacity: 1;
}

.suggest-link-shopping:visited {
  opacity: 0.7;
}

.suggest-pricing-grid {
  margin-top: 2vh;
  justify-items: center;
  -ms-grid-columns: 45% 45%;
  grid-template-columns: 45% 45%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.section-shop-more {
  margin-top: 0px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  border-top: 1px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/105_1920x1080.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/105_1920x1080.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
}

.suggestion-grid-shop {
  height: auto;
  margin-top: 2vh;
  margin-bottom: 5vh;
  -ms-grid-columns: 31% 31% 31%;
  grid-template-columns: 31% 31% 31%;
  grid-template-rows: repeat(auto-fit, minmax(20vh, 27vh));
}

.suggestion-grid-shop.mt-3 {
  margin-top: 2vh;
  margin-bottom: 2vh;
  grid-template-columns: repeat(auto-fit, 33%) 33% 33%;
  -ms-grid-rows: 52%;
  grid-template-rows: 52%;
}

.suggestion-grid-shop.mt-3 {
  margin-top: 1vh;
  margin-bottom: 2vh;
  grid-template-columns: repeat(auto-fit, 33%) 33% 33%;
  -ms-grid-rows: 52%;
  grid-template-rows: 52%;
}

.bold-text-5 {
  line-height: 20px;
}

.text-block-2 {
  color: #9ca3af;
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
}

.suggest-title-2 {
  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;
  border: 1px none #000;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.flex-container-game {
  display: block;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-block-game {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  max-height: none;
  min-height: 0px;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-nav-4 {
  display: block;
}

.section-gaming {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  max-height: 700px;
  max-width: none;
  min-height: 350px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b0b5bf;
  border-radius: 0px;
  background-color: #fff;
}

.content-block-gaming {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.game-studio {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 1%;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.mask-3 {
  height: auto;
}

.gaming-slider {
  height: auto;
  background-color: transparent;
}

.image-13 {
  -o-object-fit: cover;
  object-fit: cover;
}

.left-arrow-3 {
  display: block;
}

.right-arrow-3 {
  display: block;
}

.block-hero-gaming {
  display: block;
  height: auto;
  max-height: 100%;
  border: 0px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/Screen-Shot-2021-07-06-at-1.34.52-PM.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/Screen-Shot-2021-07-06-at-1.34.52-PM.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.icon-btn-black-2 {
  display: inline-block;
  padding: 10px 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;
  border: 2px solid #000c1a;
  border-radius: 50px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn-black-2:hover {
  background-color: #ededed;
}

.image-block-game-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  max-height: none;
  min-height: 0px;
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content-block-gaming-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 480px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3vh;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-news-meditation {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.block-hero-meditation {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/pexels-oluremi-adebayo-2908175.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/pexels-oluremi-adebayo-2908175.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.meditation-image {
  display: block;
  width: auto;
  height: auto;
  max-height: 528px;
  max-width: none;
  margin: 3vh auto;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.duration-text-2 {
  margin-top: 5px;
  margin-left: 30px;
  float: none;
  clear: none;
  font-family: Raleway, sans-serif;
  color: #f96c26;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.meditation-title {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.suggest-image-meditation {
  width: 190px;
  height: 190px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #c4c8cf;
  border-radius: 10px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.suggest-image-meditation:hover {
  box-shadow: 2px 2px 9px 0 #9ca3af;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
}

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

.paragraph-big {
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
}

.column-5 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-kit-image {
  border-radius: 14px;
}

.flex-multi-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-contianer {
  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;
}

.button {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.section-3 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-weight: 400;
}

.image-15 {
  max-width: 100%;
}

.paragraph-3 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-3.parap-partners {
  width: 80%;
  font-weight: 300;
}

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

.paragraph-4.paragraph-about {
  margin-bottom: 2.3vw;
  font-weight: 300;
  text-align: center;
}

.paragraph-5 {
  margin-top: 1.3em;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paragraph-6 {
  padding-top: 1.3em;
  padding-right: 0em;
  padding-left: 0em;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.paragraph-7 {
  padding-top: 1.25em;
  font-weight: 300;
  text-align: left;
}

.section-4 {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}

.paragraph-8 {
  padding-right: 0px;
}

.text-block-4 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-5 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-7 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-8 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.text-block-9 {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: capitalize;
}

.grid-2 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-3 {
  padding-top: 0px;
  padding-left: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
}

.image-17 {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-img {
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-12 {
  padding-left: 16px;
}

.heading-10 {
  padding-left: 16px;
}

.image-18 {
  position: static;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.02em;
}

.image-19 {
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 65%;
  object-position: 50% 65%;
}

.contact-columns {
  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;
}

.paragraph-13 {
  padding-right: 49px;
}

.list {
  list-style-type: disc;
}

.psrtners-title {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.container-8 {
  margin-top: 56px;
  margin-bottom: -47px;
}

.paragraph-14 {
  text-align: justify;
}

.paragraph-14.careers-parag.paragraph-resp {
  padding-top: 2em;
  font-size: 1.2em;
  font-weight: 500;
}

.paragraph-15 {
  text-align: justify;
}

.paragraph-15.careers-parag.paragraph-resp {
  font-size: 1.2em;
  font-weight: 500;
}

.section-title-careers {
  margin-top: 0px;
  margin-bottom: 3.5vw;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: left;
}

.section-title-careers.title-2nd.text-center {
  text-align: center;
}

.link-source-2 {
  color: #00a2b0;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.container-9 {
  padding-top: 2em;
}

.container-10 {
  padding-bottom: 2em;
}

.div-block-3 {
  padding-bottom: 0em;
}

.container-11 {
  background-color: transparent;
}

.preview-link {
  color: #24afb8;
  font-weight: 700;
  text-decoration: underline;
}

.paragraph-16 {
  margin-top: 4.3vw;
  text-align: center;
}

.heading-11 {
  font-weight: 400;
  text-align: center;
}

.sm-h6-faq {
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.paragraph-faq {
  margin-top: 4.3vw;
  text-align: left;
}

.faq-list.mt-5 {
  margin-top: 5vh;
  font-weight: 500;
  list-style-type: decimal;
}

.faq-block {
  margin-bottom: 29px;
}

.faq-block.mt-5 {
  margin-top: 5em;
}

.faq-question {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.faq-answer {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 19px;
  line-height: 140%;
  font-weight: 400;
}

.faq-img {
  margin-bottom: 20px;
}

.title-2nd {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.title-2nd.text-white {
  color: #fff;
}

.heading-12 {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.text-block-10 {
  font-weight: 300;
}

.bold-text-8 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  text-align: center;
}

.bold-text-9 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.h2-demo {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.h2-demo.title-2nd {
  font-weight: 300;
}

.heading-14 {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.heading-15 {
  font-size: 3.5em;
  font-weight: 300;
}

.heading-16 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.heading-17 {
  font-size: 3.5em;
  font-weight: 300;
}

.heading-18 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.paragraph-17 {
  font-weight: 500;
}

.paragraph-18.paragraph-main {
  font-weight: 500;
}

.demo-paragraph {
  font-weight: 500;
}

.bold-text-10 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.section-5 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #ebedef;
}

.heading-19 {
  font-size: 3.75em;
  line-height: 1.1;
}

.container-12 {
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
}

.body {
  max-width: 1200px;
}

.c-container {
  position: static;
  z-index: 2;
  width: 80%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 40px;
}

.blog-author-block {
  display: inline-block;
  width: 50%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.kai-circle-icon {
  margin-right: 10px;
}

.kai-circle-icon.float-left {
  margin-right: 7px;
  float: left;
}

.content-info-author {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

.content-info-date {
  display: none;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: none;
}

.next-article-link {
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
}

.next-article-link:hover {
  opacity: 0.7;
}

.next-article-link.mb-3 {
  margin-bottom: 3vh;
  opacity: 1;
}

.next-article-link.mb-3:hover {
  opacity: 0.7;
}

.btn-watch-video {
  display: inline-block;
  width: auto;
  margin-top: 1vw;
  padding: 15px 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f96c26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-watch-video:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.btn-watch-video.float-right {
  margin-top: 2vh;
  float: right;
}

.article-header {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.015em;
}

.article-header.h6 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 15px 7px;
  border: 2px solid #000;
  border-radius: 16px;
  background-color: #fff;
  font-size: 0.6875em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.column-2---blog-extras {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.readnext-content-block {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px;
  border-top: 2px none #000;
}

.readnext-content-block.border-top.mb-3 {
  margin-bottom: 3vh;
}

.trailer-text-block {
  height: auto;
  min-height: 120px;
  padding: 1.5vh 1vw;
}

.blog-ad-image {
  position: static;
  width: 100%;
  border: 1px solid #c4c8cf;
  border-radius: 0px;
}

.blog-trailer-description {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.blog-flex-block {
  display: block;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-streaming-block {
  display: inline-block;
  margin-top: 2vh;
}

.available-on {
  position: relative;
  display: block;
  width: auto;
  margin-top: 6px;
  margin-right: 0.5vw;
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 700;
}

.cta-article-h6 {
  margin-bottom: 0vw;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.cta-article-h6:hover {
  color: #4a4a4a;
  font-weight: 400;
}

.cta-article-h6.text-center {
  font-weight: 300;
  text-align: center;
}

.cta-article-h6.text-center {
  text-align: center;
}

.link-to-top-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 1%;
  display: inline-block;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-video {
  margin-bottom: 0vh;
}

.next-article-poster {
  width: 100%;
  max-width: none;
  border: 1px solid #c4c8cf;
  border-radius: 7px;
}

.next-article-poster:hover {
  box-shadow: 0 -2px 4px 2px #c4c8cf;
}

.streaming-provider-blog {
  position: relative;
  float: left;
}

.trailer-block-3 {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.trailer-block-3.mt-3 {
  margin-top: 3vh;
}

.cta-link-block {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 67vh;
  right: 14vh;
  bottom: 0%;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  min-width: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cta-link-block:hover {
  box-shadow: 0 -2px 4px 2px #c4c8cf;
}

.section-6 {
  padding-top: 5vh;
}

.columns-5 {
  margin-right: 0px;
  margin-left: 0px;
}

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

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

.image-20 {
  position: relative;
  overflow: visible;
  float: left;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-21 {
  font-weight: 400;
}

.heading-21.title-2nd {
  font-weight: 300;
}

.heading-21.mb-5 {
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.bold-text-11 {
  font-size: 1.2em;
  font-weight: 500;
}

.text-block-12 {
  font-size: 1.1em;
  line-height: 1.1%;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.paragraph-23 {
  font-family: Raleway, sans-serif;
  font-weight: 500;
  text-align: left;
}

.heading-22 {
  font-size: 2.75em;
  font-weight: 600;
}

.heading-23 {
  font-size: 2.5em;
  font-weight: 600;
}

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

.rich-text-block-3 {
  font-family: Raleway, sans-serif;
}

.paragraph-24 {
  color: #fff;
}

.paragraph-25 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.paragraph-26 {
  font-weight: 500;
}

.bold-text-12 {
  font-weight: 600;
  text-transform: capitalize;
}

.paragraph-base {
  font-weight: 300;
}

.link-bug:hover {
  color: #fff;
}

.article-h2 {
  color: #f7f7f7;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
}

.section-blog-header {
  min-height: 25vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #24afb8;
}

.spotlght-disclaimer {
  margin-top: 3vh;
  margin-bottom: 0vh;
  font-size: 0.9em;
  line-height: 1.5em;
  font-style: italic;
}

.spotlght-disclaimer.mb-3 {
  margin-top: 0vh;
  margin-bottom: 3vh;
}

.sm-h6-source {
  margin-bottom: 1vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
}

.next-article-hero {
  border-radius: 10px;
}

.next-article-hero:hover {
  box-shadow: 0 -2px 4px 2px #c4c8cf;
}

.next-article-hero.mb-1 {
  width: 100%;
  margin-bottom: 1.5vh;
}

.next-article-hero.mb-1:hover {
  box-shadow: none;
}

.next-article-hero.mb-1 {
  margin-bottom: 1.5vh;
}

.next-article-hero.mb-1 {
  margin-bottom: 1.5vh;
}

.spotlight-srouce-link-block {
  width: 100%;
  margin-bottom: 0.5vh;
}

.blog-section-card {
  position: static;
  z-index: 100;
  margin-bottom: 0vh;
  padding-top: 5vh;
  padding-bottom: 0vh;
  border: 3px none #d7dadf;
}

.sup-text {
  font-size: 70%;
}

.spotlight-source-text {
  line-height: 150%;
}

.blog-trailer-description-2 {
  margin-bottom: 0vh;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.blog-section-more {
  padding-bottom: 5vh;
}

.border-top {
  margin-top: -40px;
  padding-top: 40px;
  border-top: 2px solid #000;
}

.sm-h6-ingredients {
  margin-top: 2vh;
  margin-bottom: 0.5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.1em;
  text-transform: uppercase;
}

.blog-recipe-text {
  font-size: 1.2em;
  line-height: 1.5em;
}

.article-header-2.h6 {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 8px 15px 7px;
  border: 2px solid #000;
  border-radius: 16px;
  background-color: #fff;
  font-size: 0.6875em;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.sm-h6-source-2 {
  margin-bottom: 1vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
  text-transform: uppercase;
}

.columns-6 {
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.spotlight-recipe-block {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.spotlight-recipe-block.border-bottom {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #000;
  border-radius: 0px;
}

.blog-recipe-ingredients {
  margin-top: 1.5vh;
  margin-bottom: 0vh;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 500;
}

.recipe-text-block {
  height: auto;
  min-height: 120px;
  padding: 1.5vh 1vw;
}

.blog-prep-text {
  margin-top: 2vh;
  padding: 2vh 2vw;
  border: 2px solid #ebedef;
  font-size: 1.2em;
  line-height: 2em;
}

.spotlight-recipe-image {
  width: 100%;
  border-radius: 10px;
}

.heading-24 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.cta-article {
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
}

.cta-article.mb-3 {
  margin-bottom: 1.5vh;
}

.cta-article-hero {
  border-radius: 10px;
}

.cta-article-hero:hover {
  box-shadow: 0 -2px 4px 2px #c4c8cf;
}

.cta-article-hero.mb-1 {
  width: auto;
  height: auto;
  max-width: 132px;
  margin-bottom: 1.5vh;
}

.cta-article-hero.mb-1:hover {
  box-shadow: -1px -1px 4px 2px #c4c8cf;
}

.cta-article-hero.mb-1 {
  margin-bottom: 1.5vh;
}

.article-cta-grid {
  margin-bottom: 0vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

._7-5-row {
  margin-top: 2vh;
  margin-bottom: 7vh;
}

.mt-1 {
  margin-top: 1vh;
}

.mt-1.article-header-h1 {
  font-weight: 300;
}

.mt-1.article-header-h1:hover {
  font-weight: 400;
}

.blog-text-bottom-2 {
  height: auto;
  min-height: 120px;
  padding: 1.5vh 1vw;
}

.blog-text-bottom-2.color-is-white {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  padding: 0vh 2.5vw 2.5vh;
  -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;
}

.next-article-text-link {
  margin-bottom: 2vh;
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
}

.next-article-text-link:hover {
  color: #9ca3af;
}

.blog-hero-link-block-fule {
  width: 100%;
  color: #000;
  text-decoration: none;
}

.next-article-h6 {
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.next-article-h6.text-center {
  text-align: center;
}

.blog-image-block-full {
  width: 100%;
  height: 540px;
  margin-bottom: 40px;
  border-radius: 13px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/squid_Game.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/squid_Game.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blog-image-block-full:hover {
  box-shadow: 1px 2px 8px 2px #c4c8cf;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-section-card-2 {
  position: static;
  z-index: 100;
  margin-bottom: 0vh;
  padding-top: 5vh;
  padding-bottom: 0vh;
  border: 0px none #000;
}

.blog-stream-text-bottom {
  height: auto;
  min-height: 120px;
  padding: 1.5vh 1vw;
}

.blog-stream-text-bottom.color-is-white {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  padding: 0vh 2.5vw 2.5vh;
  -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;
}

.wanda-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 1vw;
  padding: 10px 0vw;
  -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-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.wanda-btn:hover {
  background-color: transparent;
  opacity: 1;
  color: #fff;
}

.wanda-btn.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2vw;
  border-style: solid;
  border-width: 4px;
  border-color: #24afb8;
  background-color: #f7f7f7;
  color: #f96c26;
  font-weight: 600;
}

.wanda-btn.language:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff;
}

.article-author-icon {
  padding-right: 13px;
}

.article-author {
  font-family: 'Open Sans', sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
}

.article-author.wanda-color {
  color: #00a2b0;
  font-weight: 700;
  text-decoration: underline;
}

.popup-bg {
  position: fixed;
  z-index: 3;
  display: none;
  width: 100vw;
  height: 100vh;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1;
  color: #000c1a;
}

.popup-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 700px;
  height: 570px;
  margin: auto;
  padding: 3vh 2vw;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}

.heading-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  padding-left: 12px;
  font-size: 2em;
  font-weight: 400;
}

.paragraph-27 {
  padding-right: 23px;
  padding-left: 15px;
  font-size: 1.25em;
  font-weight: 300;
}

.div-block-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.image-22 {
  margin-top: 5px;
  padding-right: 7px;
  padding-left: 0px;
}

.wanda-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  padding-left: 12px;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.wanda-parag {
  padding-right: 23px;
  padding-left: 15px;
  font-size: 1.25em;
  font-weight: 300;
}

.close-wanda {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  cursor: pointer;
}

.close-img-wanda {
  margin-top: 12px;
  margin-right: 7px;
  padding-right: 8px;
  padding-left: 0px;
}

.heading-26 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.heading-27 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.heading-28 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.paragraph-28 {
  font-weight: 500;
}

.paragraph-29 {
  font-weight: 500;
}

.paragraph-30 {
  font-weight: 500;
}

.paragraph-31 {
  font-weight: 500;
}

.container-13 {
  text-align: left;
}

.bold-text-13 {
  font-weight: 700;
}

.bold-text-14 {
  font-weight: 700;
}

.bold-text-15 {
  font-weight: 600;
}

.bold-text-16 {
  font-weight: 600;
}

.bold-text-17 {
  font-weight: 700;
}

.h6-article-subtitle {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 700;
}

.content-info-author-2 {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 700;
}

.spotlight-news-block {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

.blog-flex-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5vh;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link-4 {
  color: #9ca3af;
  text-decoration: underline;
}

.link-5 {
  color: #00a2b0;
  text-decoration: none;
}

.link-5:hover {
  color: #4a4a4a;
}

.spotlight-news-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.news-interior-image {
  margin-top: 2vh;
}

.article-caption-text {
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  color: #000;
  font-size: 79%;
  line-height: 150%;
  font-weight: 400;
}

.int-article-h3 {
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 1.75em;
  text-decoration: none;
}

.blog-restaurant-text {
  font-size: 1.2em;
  line-height: 1.5em;
}

.blog-restaurant-text.mt-2 {
  margin-top: 1vh;
}

.bold-text-18 {
  color: #24afb8;
  font-weight: 400;
  text-decoration: none;
}

.article-image-caption {
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.article-image-caption.mt-2 {
  margin-top: 2vh;
}

.news-text-block {
  height: auto;
  min-height: 120px;
  padding: 0vh 0vw;
}

.blog-paragraph {
  margin-bottom: 2vh;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 500;
}

.int-article-h6 {
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 1.1em;
  text-decoration: none;
}

.blog-h5 {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.blog-h5.mt-2 {
  margin-top: 2vh;
}

.blog-list-paragraph {
  margin-bottom: 1vh;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 500;
}

.list-2 {
  font-size: 100%;
}

.list-item-3 {
  margin-top: 2vh;
  margin-bottom: 0px;
  font-size: 1.1em;
}

.list-item {
  margin-left: 0px;
}

.list-item.mt-2 {
  margin-top: 2vh;
}

.paragraph-32 {
  font-weight: 500;
}

.b-navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  padding: 0px 1%;
  background-color: #000;
  opacity: 1;
}

.e-navlink-4 {
  margin-right: 1vw;
  margin-left: 0.5vw;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
}

.e-navlink-4:hover {
  color: #fffb1f;
}

.e-navlink-4:active {
  color: #fff;
}

.e-navlink-4:focus {
  color: #fff;
}

.e-navlink-4.w--current {
  color: #fff;
  text-decoration: overline;
}

.bold-text-21 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.bold-text-21:hover {
  color: #fffb1f;
}

.img-navlnkicon-2 {
  display: none;
}

.mobile-logo-2 {
  display: none;
}

.image-23 {
  max-height: 30px;
  max-width: 30px;
}

.b-navbar-wrapper-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;
}

.text-block-13 {
  font-size: 1em;
}

.btn-2 {
  padding: 21px 2vw;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 12px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.btn-2.m-color-yellow {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding: 10px 1vw;
  border-color: #fffb1f;
  color: #f7f7f7;
}

.btn-2.m-color-yellow:hover {
  border-color: #fff;
  color: #fffb1f;
}

.btn-2.add-margin-right {
  margin-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
}

.btn-2.color-is-bg-orange {
  background-color: #00a2b0;
  text-align: center;
}

.btn-2.color-is-bg-orange.btn-home-kais {
  background-color: #00a2b0;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.btn-2.icon-btn-black {
  border-radius: 12px;
  font-weight: 400;
  text-transform: capitalize;
}

.text-block-14 {
  text-transform: none;
}

.bold-text-20 {
  font-weight: 500;
}

.footer-headers-2 {
  margin-top: 0px;
  margin-bottom: 1.1em;
  color: #fffb1f;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.b-container-2 {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.b-container-2.pages {
  position: static;
  z-index: 2;
}

.b-container-2.pages {
  position: static;
  z-index: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.b-container-2.pages {
  position: static;
  z-index: 2;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.footer-end-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  -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;
  color: hsla(0, 0%, 96.9%, 0.53);
  line-height: 1;
}

.footer-2 {
  padding-top: 1.5vw;
  padding-bottom: 1vw;
  background-color: #000;
  font-weight: 300;
}

.footerlink-2 {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
}

.footerlink-2:hover {
  color: #00a2b0;
}

.b-footer-inner-top-2 {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  grid-template-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #4a4a4a;
}

.b-footeritems-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

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

.link-3.link-bug {
  font-weight: 500;
}

.link-3.link-bug:hover {
  color: #fff;
}

.social-icon-2 {
  margin-right: 7px;
  margin-left: 7px;
  background-color: transparent;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #00a2b0;
  font-size: 1.6em;
  line-height: 1;
  text-decoration: none;
}

.social-icon-2:hover {
  background-color: transparent;
  color: #f7f7f7;
}

.footer-social-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fffb1f;
}

.txt-copyright-3 {
  font-family: Raleway, sans-serif;
  font-size: 0.8em;
  line-height: 1;
}

.bold-text-22 {
  font-weight: 500;
}

.header-h1--modifier-2 {
  max-width: 100%;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: -0.05em;
}

.header-h1--modifier-2.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.header-h1--modifier-2.pages.text-center {
  width: auto;
  max-width: none;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.section-7 {
  padding-top: 6vw;
  padding-bottom: 6vw;
}

.section-7.our-partners {
  padding-top: 2vw;
}

.section-7.bgcolor-grey {
  background-color: #f0f0f0;
}

.section-7.rel {
  position: relative;
  width: 100%;
  padding-bottom: 12vw;
}

.section-7.no-padding {
  padding-bottom: 0vw;
}

.b-section-headings-2 {
  width: 90%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  text-align: center;
}

.title-2nd-2 {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.e-regions-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
}

.b-regiongrid-2 {
  display: -ms-grid;
  display: grid;
  -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;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.txt-search-discover-2 {
  margin-bottom: 1vw;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.b-discover-items-2 {
  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;
}

.e-dicovered-items-region-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin: 2vw;
  -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;
  text-align: center;
}

.heading-9 {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.e-center-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vw;
  -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;
}

.e-whatslikekai-2 {
  width: 90%;
  max-width: 630px;
  margin-top: 0px;
  margin-right: auto;
  padding-top: 0px;
  padding-bottom: 7vh;
}

.e-kailikegrid-2 {
  position: relative;
  z-index: 4;
  display: -ms-grid;
  display: grid;
  padding-top: 8vw;
  padding-bottom: 3vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.color-is-white-2 {
  color: #f7f7f7;
  font-weight: 300;
}

.color-is-white-2.modify {
  font-weight: 500;
}

.color-is-white-2.modify.kai {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.color-is-white-2.m-advance {
  font-size: 4em;
}

.color-is-white-2.m-advance.advance-title {
  font-size: 3.5em;
}

.lnk-learnmore-2 {
  color: #24afb8;
  text-decoration: none;
  text-transform: capitalize;
}

.paragraph-33 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 300;
}

.b-header-pages-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -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-color: #00a2b0;
}

.b-header-pages-2.banner-gradient {
  min-height: 21em;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2b0), color-stop(84%, #2a429d));
  background-image: linear-gradient(180deg, #00a2b0, #2a429d 84%);
}

.txt-sm-pages-2 {
  max-width: 60ch;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

.txt-sm-pages-2.top {
  width: 80%;
  max-width: 41ch;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.txt-sm-pages-2.top.text-center {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.b-about-header-es-2 {
  width: 70%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.half-margin-2 {
  margin-bottom: 0vw;
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.half-margin-2.name-advisors {
  font-size: 2em;
}

.txt-title-founders-2 {
  margin-top: 1vw;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.1em;
  font-weight: 500;
}

.b-meet-advisors-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4.25em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-cofounders-2 {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sm-titles-2 {
  width: 90%;
  max-width: 30ch;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.bold-text-25 {
  font-weight: 400;
  text-transform: capitalize;
}

.partner-items-2 {
  width: 90%;
  font-weight: 300;
}

.sm-h6-partner-2 {
  margin-top: 13px;
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.container-16 {
  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;
}

.r-partners-wrap-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img-partner-2 {
  width: 85%;
}

.paragraph-34 {
  font-weight: 300;
}

.b-partners-grid-2 {
  display: -ms-grid;
  display: grid;
  padding-top: 29px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-sol-header-es-2 {
  width: 90%;
  max-width: 622px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  text-align: center;
}

.b-edu-kailogowrap-es-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fffb1f;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-15 {
  font-weight: 500;
}

.paragraph-35 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.02em;
}

.text-span-5 {
  color: #fffb1f;
}

.list-bullets-2 {
  margin-right: 15px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #24afb8;
  font-size: 1.6em;
  line-height: 1.2;
}

.img-edu-list-2 {
  margin-right: 3em;
}

.paragraph-36 {
  font-weight: 500;
}

.text-block-16 {
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  font-weight: 300;
}

.heading-29 {
  font-weight: 600;
}

.sm-h4-edu-2 {
  margin-top: -5px;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.color-is-orange-2 {
  color: #f96c26;
}

.list-edu-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.txt-list-edu-2 {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

.heading-30 {
  margin-bottom: 4px;
  color: #f96c26;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}

.items-edu-block-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-right: 3vw;
  padding-bottom: 13px;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr minmax(500px, 1fr);
  grid-template-columns: 0.5fr minmax(500px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #d6d6d6;
}

.h4-center-2 {
  font-size: 2.5em;
  font-weight: 400;
}

.som-adv-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mt-5-2 {
  margin-top: 5%;
}

.careers-block-2 {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.career-grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.career-content-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-height: 150px;
  padding: 2em 1.6em 1.5em 1.5em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));
  background-image: linear-gradient(180deg, #ededed, #ededed);
  text-align: center;
}

.career-content-block-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 4px 4px 7px 0 rgba(74, 74, 74, 0.26);
}

.heading-press-2 {
  margin-top: 1.5vw;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.25em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.bold-text-26 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.chateau-subtitle-2 {
  width: 84%;
  height: auto;
  float: left;
  color: #9ca3af;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
}

.span-chateau-2 {
  color: #9ca3af;
}

.h2-name-2 {
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 35px;
  line-height: 105%;
  font-weight: 600;
}

.day-in-utter-domine-2 {
  width: 84%;
  height: auto;
  float: left;
  font-family: Raleway, sans-serif;
  color: #000c1a;
  font-size: 19px;
  line-height: 130%;
  font-weight: 500;
  text-transform: none;
}

.teal-subtitle-2 {
  width: auto;
  height: auto;
  color: #24afb8;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  text-transform: uppercase;
}

.grid-4 {
  padding-top: 0px;
  padding-left: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-color: transparent;
}

.link-source-3 {
  font-family: 'Open Sans', sans-serif;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.press-article-block-2 {
  max-width: none;
  min-height: 250px;
  padding: 2em 1.6em 1.5em 1.5em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ededed));
  background-image: linear-gradient(180deg, #ededed, #ededed);
}

.press-article-block-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 4px 4px 7px 0 rgba(74, 74, 74, 0.26);
}

.txt-date-2 {
  display: inline-block;
  margin-bottom: 7px;
  color: #00a2b0;
  font-size: 1em;
  line-height: 1;
  font-weight: 400;
}

.press-link-2 {
  max-width: none;
  padding-top: 1px;
  text-decoration: none;
}

.link-source-4 {
  font-family: 'Open Sans', sans-serif;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.manual-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 9% 4%;
  -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;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f0f0f0;
}

.paragraph-37 {
  margin-top: 32px;
  font-weight: 300;
  text-align: center;
}

.preview-link-2 {
  color: #000;
  font-weight: 500;
}

.section-8 {
  padding-top: 3em;
  padding-bottom: 6vw;
}

.b-lang-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  padding-left: 2vw;
  -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;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.txt-languages-2 {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 300;
}

.text-block-17 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.blog-image-block-full-2 {
  width: 100%;
  height: 540px;
  margin-bottom: 0px;
  border-radius: 13px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/streaming_meta.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/streaming_meta.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blog-image-block-full-2:hover {
  box-shadow: 1px 2px 8px 2px #c4c8cf;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.popup-box-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 700px;
  height: 590px;
  margin: auto;
  padding: 3vh 2vw;
  border-radius: 10px;
  background-color: #fff;
  opacity: 1;
}

.wanda-title-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  padding-left: 12px;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
}

.section-blog-header-2 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #ebedef;
}

.article-h2-2 {
  font-weight: 300;
  letter-spacing: -0.02em;
  text-transform: none;
}

.article-author-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
}

.popup-bg-2 {
  position: fixed;
  z-index: 3;
  display: block;
  width: 100vw;
  height: 100vh;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 1;
  color: #000c1a;
}

.img-kaiwrap-2 {
  text-align: center;
}

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

.abs-inter-meetkai-2 {
  position: absolute;
  left: 19%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  padding-right: 0px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c2c48), to(#1c2c48));
  background-image: linear-gradient(180deg, #1c2c48, #1c2c48);
}

.paragraph-39 {
  padding-top: 7px;
  padding-bottom: 20px;
}

.bold-text-28 {
  font-weight: 500;
}

.btn-3 {
  padding: 21px 2vw;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 12px;
  background-color: transparent;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-3.color-is-bg-orange {
  text-transform: capitalize;
}

.btn-3.color-is-bg-orange.btn-cuaca {
  border-color: #00a2b0;
  background-color: #00a2b0;
}

.btn-3.add-margin-right {
  margin-right: 22px;
}

.btn-3.icon-btn-black {
  border-radius: 12px;
}

.btn-3.icon-btn-black.btn-press {
  border-color: #3a3a3a;
  background-color: transparent;
}

.header-h1--modifier-3 {
  max-width: 100%;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.header-h1--modifier-3.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
}

.header-h1--modifier-3.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
}

.header-h1--modifier-3.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
}

.header-h1--modifier-3.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 300;
}

.header-h1--modifier-3.pages {
  width: 90%;
  max-width: 27ch;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  font-weight: 400;
}

.bold-text-29 {
  font-family: 'Open Sans', sans-serif;
}

.b-btn-holder-2 {
  margin-top: 3vw;
}

.title-2nd-3 {
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: capitalize;
}

.title-2nd-3.as-seen-title {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.text-block-18 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.b-regiongrid-3 {
  display: -ms-grid;
  display: grid;
  -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;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.e-regions-items-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1em;
  margin-left: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 900;
  text-transform: capitalize;
}

.paragraph-40 {
  font-weight: 300;
}

.heading-31 {
  font-size: 2.5em;
  font-weight: 400;
}

.e-dicovered-items-region-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 290px;
  margin: 2vw;
  -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;
  text-align: center;
}

.txt-search-discover-3 {
  margin-bottom: 1vw;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-41 {
  font-family: Raleway, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.b-discover-items-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;
}

.color-is-white-3 {
  color: #fff;
  font-weight: 300;
}

.color-is-white-3.modify {
  color: #fff;
  font-weight: 300;
}

.color-is-white-3.modify.paragraph {
  padding-top: 1em;
  text-decoration: none;
}

.color-is-white-3.modify.kai {
  margin-top: -11px;
  padding-top: 91px;
  border-top: 1px none #000;
  color: #fff;
  font-size: 3.3em;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.color-is-white-3.m-advance {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.e-whatslikekai-3 {
  width: 90%;
  max-width: 630px;
  margin-right: auto;
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.h3-light {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.txt-sm-pages-3 {
  max-width: 60ch;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.txt-sm-pages-3.top {
  width: 80%;
  max-width: 41ch;
  margin-right: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.bold-text-30 {
  font-family: Raleway, sans-serif;
  font-weight: 200;
}

.b-about-header-2 {
  width: 90%;
  max-width: 940px;
}

.half-margin-3 {
  margin-bottom: 0.5vw;
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.half-margin-3.name-advisors {
  font-size: 2em;
}

.half-margin-3.m-cofounder {
  font-weight: 300;
  letter-spacing: -0.02em;
}

.txt-title-founders-3 {
  margin-top: 1vw;
  color: #000;
  font-size: 1.1em;
  font-weight: 700;
}

.txt-title-founders-3.advisors-position {
  font-weight: 400;
}

.sm-titles-3 {
  width: 90%;
  max-width: 30ch;
  font-weight: 500;
}

.r-partners-wrap-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.b-partners-grid-3 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 3em;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.b-partners-grid-3.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
}

.partner-items-3 {
  width: 85%;
  font-weight: 300;
}

.heading-13 {
  margin-bottom: 3vh;
  font-size: 2em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.paragraph-42 {
  font-weight: 300;
}

.img-partner-3 {
  width: 95%;
}

.img-logo-parters-2 {
  text-align: center;
  text-decoration: none;
}

.img-logo-parters-2.mid {
  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;
  text-decoration: none;
}

.bold-text-31 {
  text-transform: capitalize;
}

.sm-h6-partner-3 {
  margin-top: 13px;
  margin-bottom: 0vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.contact-columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-2 {
  font-size: 3.5em;
  text-align: left;
}

.bold-text-19 {
  font-weight: 300;
}

.b-header-pages-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -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;
}

.b-header-pages-3.banner-gradient {
  min-height: 15.625em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a2b0), color-stop(84%, #2a429d));
  background-image: linear-gradient(180deg, #00a2b0, #2a429d 84%);
}

.b-download-free-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1txt-quicklinks-2 {
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.txt-sm-kai-2 {
  color: #f7f7f7;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

.bold-text-32 {
  font-weight: 300;
}

.e-kai-sub-items-2 {
  padding: 22px;
  border-radius: 9px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  text-decoration: none;
}

.e-kai-sub-items-2:hover {
  background-color: rgba(22, 73, 77, 0.28);
}

.btn-watchvideo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  padding: 15px 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #00a2b0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Inter, sans-serif;
  color: #f7f7f7;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-watchvideo:hover {
  background-color: #4a4a4a;
  color: #fff;
}

.btn-watchvideo.language {
  width: auto;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 2vw;
  border-style: solid;
  border-width: 4px;
  border-color: #00a2b0;
  background-color: #f7f7f7;
  color: #00a2b0;
  font-weight: 600;
}

.btn-watchvideo.language:hover {
  border-color: #4a4a4a;
  background-color: #4a4a4a;
  color: #fff;
}

.sm-check-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 5px;
  -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;
  border-radius: 50%;
  background-color: #3ec675;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
}

.sm-check-2.close {
  background-color: #f4411e;
}

.playbuton-2 {
  margin-right: 10px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  font-size: 1.9em;
  line-height: 1;
  font-weight: 400;
}

.txt-badboy-2 {
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 400;
}

.bold-text-23 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

.kai-head-2 {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: capitalize;
}

.txt-negate-2 {
  margin-bottom: 9px;
  color: #24afb8;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.color-is-teal-2 {
  color: #24afb8;
  font-weight: 300;
}

.abs-video-2 {
  z-index: 20;
}

.title-demo {
  font-size: 3.5em;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.heading-33 {
  font-size: 3.5em;
}

.b-sol-header-2 {
  width: 90%;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto;
  color: #f7f7f7;
  text-align: center;
}

.b-edu-kailogowrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 11px;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fffb1f;
  font-size: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-19 {
  font-weight: 500;
}

.h1-solution-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4em;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.text-block-20 {
  font-family: Raleway, sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 300;
}

.sm-h4-edu-3 {
  margin-top: -5px;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.items-edu-block-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 3vw;
  margin-bottom: 3vw;
  padding-right: 3vw;
  padding-bottom: 13px;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.325fr minmax(500px, 1fr);
  grid-template-columns: 0.325fr minmax(500px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #d6d6d6;
}

.img-edu-list-3 {
  margin-right: 3em;
}

.list-edu-item-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}

.h4-center-3 {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: -1px;
}

.heading-34 {
  font-weight: 600;
}

.heading-35 {
  margin-bottom: 4px;
  color: #f96c26;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
}

.list-wrap-2 {
  font-weight: 500;
}

.text-center-2 {
  font-weight: 600;
  text-align: center;
}

.teal-subtitle-3 {
  width: auto;
  height: auto;
  color: #24afb8;
  font-size: 1.2em;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chateau-subtitle-3 {
  width: 84%;
  height: auto;
  float: left;
  color: #9ca3af;
  font-size: 1.1em;
  line-height: 130%;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.day-in-paragraph-2 {
  margin-top: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.day-in-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 16px;
  padding-left: 16px;
  -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;
}

.h2-name-3 {
  margin-top: 1vh;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 3em;
  line-height: 105%;
  font-weight: 300;
}

.teal-subtitle-4 {
  width: auto;
  height: auto;
  color: #24afb8;
  font-size: 1em;
  line-height: 130%;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-press-3 {
  margin-top: 1.5vw;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.25em;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.link-source-5 {
  position: static;
  font-family: 'Open Sans', sans-serif;
  color: #24afb8;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.txt-date-3 {
  display: inline-block;
  margin-bottom: 7px;
  color: #00a2b0;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
}

.manual-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5% 9% 4%;
  -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;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #f0f0f0;
}

.txt-languages-3 {
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  font-family: Raleway, sans-serif;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 300;
}

.bold-text-33 {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.footer-end-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  -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;
  color: hsla(0, 0%, 96.9%, 0.53);
  line-height: 1;
}

.txt-copyright-4 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
}

.link-2 {
  color: #00a2b0;
  text-decoration: none;
}

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

.footer-3 {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  background-color: #000;
}

.b-footeritems-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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerlink-3 {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Raleway, sans-serif;
  color: #f7f7f7;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
  text-decoration: none;
}

.footerlink-3:hover {
  color: #00a2b0;
}

.footerlink-3.w--current {
  font-family: Raleway, sans-serif;
  font-weight: 300;
}

.social-icon-3 {
  margin-right: 7px;
  margin-left: 7px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: #00a2b0;
  font-size: 1.6em;
  line-height: 1;
  text-decoration: none;
}

.social-icon-3:hover {
  color: #fff;
}

.b-footer-inner-top-3 {
  display: -ms-grid;
  display: grid;
  padding-bottom: 1vw;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  grid-template-columns: 0.7fr 0.75fr 0.7fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.footer-social-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-44 {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 500;
}

.paragraph-44.color-is-charcoal {
  display: none;
  overflow: visible;
  color: #4a4a4a;
}

.abs-inter-meetkai-3 {
  position: absolute;
  left: 19%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 40px;
  background-image: linear-gradient(135deg, #00a2b0 42%, #045de9 95%);
}

.e-meetkai-block-2 {
  position: relative;
  z-index: 2;
  padding-right: 3%;
}

.paragraph-45 {
  margin-top: 25px;
  font-weight: 300;
  text-align: center;
}

.preview-link-3 {
  color: #000;
  font-weight: 400;
}

.heading-36 {
  font-size: 5em;
}

.div-block-8 {
  font-family: Raleway, sans-serif;
  font-weight: 600;
  text-align: center;
}

.column-2---blog-extras-2 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.blog-image-block-id {
  width: 100%;
  height: 41.875em;
  margin-bottom: 40px;
  border-radius: 13px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.blog-image-block-id:hover {
  box-shadow: -2px 0 4px 2px #c4c8cf;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-hero-link-block-2 {
  color: #000;
  text-decoration: none;
}

.column-8 {
  position: relative;
  display: block;
}

.section-blog-header-3 {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #00a2b0;
}

.h2-blog-heading {
  color: #fff;
  font-weight: 300;
}

.wanda-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-top: 1vw;
  padding: 10px 0vw;
  -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-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.wanda-btn-2:hover {
  background-color: transparent;
  opacity: 0.7;
  color: #fff;
}

.article-author-3 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
}

.next-article-link-2 {
  color: #000;
  line-height: 1.5em;
  text-decoration: none;
}

.next-article-link-2.mb-3 {
  margin-bottom: 3vh;
}

.h5-blog-heading {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: -1px;
}

.mb-2 {
  margin-bottom: 2vh;
}

.h3-blog-heading {
  margin-top: 1.5vh;
  margin-bottom: 1vh;
  font-size: 2.2em;
  font-weight: 300;
  letter-spacing: -1px;
}

.press-featured {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 1em;
}

.press-featured:hover {
  background-color: transparent;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.press-featured-link-block {
  width: 100%;
  max-width: none;
  margin-top: 5vh;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.press-featured-link-block:hover {
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0em;
  background-color: transparent;
}

.press-featured-image {
  width: 761px;
  height: 414px;
  max-width: 0px;
}

.press-featured-grid {
  width: auto;
  max-width: 1100px;
  margin: 0px auto;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f4f5f6;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.press-featured-grid:hover {
  background-color: #f4f5f6;
}

.featured-heading-press {
  margin: 1vh auto 0px;
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: capitalize;
}

.press-featured-paragraph {
  margin-top: 1vh;
  margin-bottom: 1vh;
  color: #3a3a3a;
  font-size: 1em;
  line-height: 130%;
  font-weight: 500;
}

.form-4 {
  display: none;
  overflow: hidden;
  -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;
}

.dropdown-2 {
  display: none;
}

.mobile-logo-3 {
  display: none;
}

.footer-4 {
  margin-top: 0px;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  background-color: #1f2936;
}

.b-container-3 {
  display: block;
  width: 90%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px none hsla(0, 0%, 100%, 0.18);
}

.b-container-3.mb-5 {
  margin-bottom: 5vh;
}

.footer-end-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
  color: hsla(0, 0%, 96.9%, 0.53);
  line-height: 1;
}

.txt-copyright-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  line-height: 1;
}

.social-icon-4 {
  margin-right: 7px;
  margin-left: 7px;
  font-family: 'Materialdesignicons webfont', sans-serif;
  color: hsla(0, 0%, 96.9%, 0.53);
  font-size: 1.6em;
  line-height: 1;
  text-decoration: none;
}

.hero-block-streaming-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-hero-2 {
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.hero-container-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 100;
  display: block;
  width: 960px;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-content-column-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 2vh;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-title-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.hero-title-2.black-text {
  color: #000c1a;
}

.star-rating-2 {
  margin-top: 0em;
  margin-left: 0.5em;
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.star-rating-2.white-text {
  margin-left: 3px;
  color: #fff;
}

.star-rating-2.white-text.mt-1 {
  margin-top: 0rem;
}

.icon-btn-2 {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 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;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-btn-2:hover {
  border-color: #000;
  background-color: #000;
}

.icon-btn-2.ml-1 {
  margin-left: 1vw;
}

.icon-btn-2.ml-1.btn-last {
  margin-right: 1vw;
  margin-left: 0vw;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.icon-btn-2.ml-1.btn-last:hover {
  border-color: #000c1a;
  background-color: #000c1a;
}

.icon-btn-2.orange-btn {
  margin-bottom: 10px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.icon-btn-2.orange-btn {
  margin-bottom: 0px;
  border-color: #f96c26;
  background-color: #f96c26;
}

.hero-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.credit-name-3 {
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  max-width: 150px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
}

.kai-domain-icon-2 {
  max-width: 100px;
  margin-bottom: 0vh;
}

.trailer-title {
  margin-bottom: 1vh;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.trailer-title.mt-3 {
  margin-top: 2vh;
}

.trailer-title.mt-5 {
  margin-top: 5vh;
  margin-bottom: 0vh;
}

.trailer-title.mt-5.localized {
  padding-bottom: 1em;
}

.trailer-title.mt-4 {
  margin-top: 4vh;
  font-size: 18px;
}

.trailer-title.mt-3 {
  margin-top: 3vh;
  font-size: 18px;
}

.cast-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
}

.crew-wrap {
  overflow: auto;
}

.crew-wrap.mt-3 {
  position: static;
  z-index: 100;
  margin-top: 3vh;
}

.trailer-video-2 {
  width: 302px;
  height: 169.625px;
  margin-bottom: 20px;
  border-radius: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.trailer-video-2.trailer-video-block {
  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;
  background-color: #000;
}

.price-2 {
  display: inline-block;
  width: 67%;
  margin-top: auto;
  padding-top: 0%;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.source-link-block {
  margin-top: 4vh;
}

.rent-buy-block.mt-3 {
  margin-top: 3vh;
}

.now-card-title-2 {
  height: auto;
  margin-bottom: 1vh;
  padding-top: 1vh;
  padding-bottom: 1vh;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96c26), to(#f96c26));
  background-image: linear-gradient(180deg, #f96c26, #f96c26);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.now-card-title-2.localized {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000c1a), to(#000c1a));
  background-image: linear-gradient(180deg, #000c1a, #000c1a);
}

.rotate-text {
  position: static;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}

.trailer-video-first-2 {
  width: 44.5vw;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.trailer-video-first-2.trailer-video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 619.984375px;
  height: 348px;
  max-height: none;
  max-width: none;
  padding-top: 0vw;
  padding-bottom: 0vh;
  -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: #000;
}

.credit-id-2 {
  height: auto;
  max-height: 16px;
  max-width: 150px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.play-image {
  max-width: 28%;
  margin-left: 0vw;
  color: #fff;
}

.column-9 {
  margin-top: 20px;
  margin-bottom: 5vh;
  padding-top: 10px;
}

.feature-text-3 {
  width: auto;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.feature-text-3.teal-link {
  line-height: 175%;
  text-transform: capitalize;
}

.feature-text-3.teal-link:hover {
  color: #000a2b;
}

.feature-text-3.teal-link.mt-2 {
  text-transform: capitalize;
}

.side-header-rent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.35vw;
  height: 16.5vh;
  float: left;
  -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: #00a2b0;
}

.col-1-card-2 {
  height: auto;
  max-height: none;
  margin-top: 20px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.presentation-2 {
  display: inline-block;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #f96c26;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.provider-slide {
  max-height: 143px;
  max-width: 63px;
  margin-left: 1vw;
  padding-top: 0vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.side-header-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.35vw;
  height: 16.5vh;
  float: left;
  -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: #000;
}

.domain-grid-2 {
  margin-bottom: 20px;
  padding-bottom: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: minmax(100px, auto);
  grid-template-rows: minmax(100px, auto);
  border: 0px solid #b0b5bf;
}

.domain-grid-2.mt-2 {
  margin-top: 2vh;
}

.section-card-2 {
  margin-bottom: 5vh;
  border: 0px none #000;
}

.cast-slide-2 {
  width: 150px;
  height: 150px;
  max-width: none;
  margin-right: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.trailer-grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.provider-2 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  margin-right: 0%;
  margin-bottom: 5px;
  border: 1px solid #9ca3af;
  border-radius: 9px;
  text-align: center;
}

.provider-2:hover {
  box-shadow: 1px 1px 9px 0 #9ca3af;
}

.card-title-2 {
  margin-bottom: 1vh;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-title-2.localized {
  margin-top: 0vh;
  margin-bottom: 2vh;
}

.card-title-2.localized.mt-2 {
  margin-top: 2vh;
}

.cast-block-2 {
  margin-top: 1vh;
}

.cast-block-2.mt-5 {
  margin-top: 5vh;
}

.crew-slide {
  width: 150px;
  height: 150px;
  margin-right: 3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.source-link {
  color: #00a2b0;
  font-weight: 700;
}

.source-link.localized {
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

.source-link.localized:hover {
  color: #000;
}

.offer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 134px;
  max-height: none;
  -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;
}

.offer-flex.hor-scroll {
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cast-wrap {
  overflow: auto;
}

.cast-wrap.mt-3 {
  margin-top: 3vh;
}

.now-block-2 {
  margin-bottom: 1rem;
  border-style: solid;
  border-width: 2px;
  border-color: #000c1a;
}

.hero-content-container-2 {
  background-color: #000;
}

.photo-header-slider-2 {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 425px;
  margin-top: 0px;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.gradient-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  width: 100vw;
  height: 300px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background-image: linear-gradient(0deg, #000, transparent);
}

.recipe-mask {
  width: 100%;
}

.section-hero-carousel-2 {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  height: 425px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #000;
}

.restaurant-recipe-image {
  width: auto;
  height: 425px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.right-arrow-4 {
  z-index: 200;
  opacity: 0.7;
}

.right-arrow-4:hover {
  opacity: 1;
}

.icon-9 {
  width: 40px;
}

.container-content-bttm-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 200;
  display: block;
  height: auto;
  max-height: none;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-top: 2%;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-4 {
  z-index: 200;
  opacity: 0.7;
}

.left-arrow-4:hover {
  opacity: 1;
}

.step-title-2 {
  margin-bottom: 0vw;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.step-content-2 {
  margin-bottom: 20px;
  border-radius: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
}

.features-block-2 {
  display: block;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.features-block-2.mt-5 {
  margin-top: 5vh;
}

.features-block-2.mt-4 {
  margin-top: 4vh;
}

.features-block-2.mt-2 {
  display: block;
  margin-top: 2vh;
}

.features-block-2.block-underline {
  margin-top: 4vh;
  padding-bottom: 5%;
  border-bottom: 1px solid #d7dadf;
}

.features-block-2.block-underline.mt-5 {
  margin-top: 5vh;
  padding-bottom: 3vh;
}

.type {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.type.white-text {
  color: #fff;
  font-size: 1.75em;
}

.type.color-is-chateau {
  color: #9ca3af;
}

.restaurant-mask {
  width: 100%;
}

.color-is-teal-3 {
  opacity: 1;
  color: #24afb8;
}

.color-is-teal-3:hover {
  opacity: 1;
}

.hero-title-80-2 {
  position: relative;
  display: inline-block;
  width: 80%;
  margin-bottom: 0%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.hero-title-80-2.white-text {
  color: #fff;
}

.feature-icon-2 {
  width: auto;
  height: 21px;
  margin-right: 0.7vw;
  float: left;
}

.hours-text {
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  text-decoration: none;
}

.keyword-block {
  margin-top: 4vh;
  margin-bottom: 0px;
}

.features-check-block {
  display: block;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.map-block-2 {
  width: 100.00006%;
  height: 400px;
  margin-top: 2.5vh;
  background-color: #cecece;
}

.see-more-link-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Open Sans', sans-serif;
  color: #00a2b0;
  font-size: 15px;
  line-height: 150%;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}

.see-more-link-text.localized {
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.see-more-link {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #00a2b0;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.check-features-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: none;
  margin-top: 1vh;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.check-content-block {
  position: relative;
  display: block;
  overflow: auto;
  width: 45%;
  max-height: none;
  max-width: none;
  margin-right: 1vw;
  margin-bottom: 1vh;
  float: left;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hour-block-2 {
  margin-top: 4vh;
  margin-bottom: 0px;
}

.feature-check-2 {
  height: 21px;
  margin-right: 0.7vw;
  float: left;
}

.ellipses-icon {
  font-weight: 500;
}

.alert-section-2 {
  width: 100vw;
}

.link-banner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100vw;
  padding: 10px 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;
  border: 0px none #000c1a;
  border-radius: 0px;
  background-color: #f96c26;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.link-banner-2:hover {
  background-color: #000c1a;
}

.link-banner-2:visited {
  background-color: #000c1a;
}

.hero-block-beer-2 {
  height: auto;
  padding-top: 0vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.mt-5-3 {
  margin-top: 5vh;
}

.news-category {
  margin-bottom: 1.5vh;
  color: #9ca3af;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.news-category:hover {
  color: #9ca3af;
}

.hero-block-wine-2 {
  overflow: hidden;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.wine-hero-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 400px;
  max-height: none;
  max-width: none;
  min-width: auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.content-block-2.mt-3 {
  margin-top: 3vh;
}

.block-book-hero-2 {
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.block-hero-news-2 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.source-category {
  margin-bottom: 1.5vh;
  color: #00a2b0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.source-category:hover {
  color: #000a2b;
}

.title-block-2 {
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.block-hero-podcast-2 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.section-fitness-2 {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.card-video-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 539px;
  max-height: 1080px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -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: #000;
  background-image: url('../images/kai-fitness-header_Artboard-1920x1080.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.duration-block-2 {
  margin-bottom: 10px;
}

.block-hero-gaming-2 {
  display: block;
  height: auto;
  max-height: 100%;
  border: 0px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.block-hero-meditation-2 {
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
  background-image: linear-gradient(180deg, #000, #00363a);
}

.meditation-title-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.shop-image-plus-one {
  width: 100%;
  height: auto;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.price-label-2 {
  color: #4a4a4a;
  font-weight: 700;
  text-transform: uppercase;
}

.product-type {
  margin-bottom: auto;
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-grid-2 {
  margin-top: 2vh;
  -ms-grid-columns: 49% 49%;
  grid-template-columns: 49% 49%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-shopping-2 {
  position: -webkit-sticky;
  position: sticky;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #b0b5bf;
  border-radius: 0px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#fafafa));
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.sales-price-text-2 {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.sales-price-2 {
  color: #f96c26;
  font-size: 28px;
  line-height: 156%;
  font-weight: 500;
  text-decoration: none;
  white-space: pre;
}

.name-shopping {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 119%;
  font-weight: 700;
  text-transform: capitalize;
}

.shopping-image-one {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-top: 5vh;
  margin-bottom: 5vh;
  -o-object-fit: fill;
  object-fit: fill;
}

.original-price-text-2 {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.original-price-text-ctr-2 {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 28px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.poi-photo-header-slider {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 425px;
  margin-top: 0px;
  clear: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.poi-mask {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-right-teal {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: block;
  width: 21px;
  height: 21px;
  margin: auto;
  padding: 40px 40px 20px 20px;
  border-radius: 5px;
  background-color: #00a2b0;
}

.block-right-teal:hover {
  background-color: #0076b0;
}

.left-arrow-block {
  opacity: 1;
}

.poi-slide {
  width: auto;
  height: 100%;
  margin-right: 0.25vw;
  margin-bottom: 0.25vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.poi-section-hero-carousel {
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  height: 425px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
}

.poi-image-full {
  width: auto;
  height: 425px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.color-is-white-4 {
  color: #f7f7f7;
  text-align: center;
}

.poi-hero-content-container {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 425px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: none;
  object-fit: none;
}

.block-left-teal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 200;
  display: block;
  width: 21px;
  height: 21px;
  margin: auto;
  padding: 40px 40px 20px 20px;
  border-radius: 5px;
  background-color: #00a2b0;
}

.block-left-teal:hover {
  background-color: #0076b0;
}

.known-for-text {
  width: auto;
  margin-bottom: 1vh;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.descirption-block {
  display: block;
  margin-bottom: 4vh;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.delivery-block {
  margin-top: 2vh;
}

.additional-info {
  margin-top: 2vh;
}

.additional-info.mt-4 {
  margin-top: 4vh;
}

.poi-title-block {
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-bottom: 2vh;
  border-bottom: 1px none #d7dadf;
}

.opentable-source-button {
  display: block;
  margin-bottom: 2vh;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 90px;
  background-color: #f96c26;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.opentable-source-button:hover {
  background-color: #f4411e;
}

.delivery-icon-grid {
  margin-bottom: 3vh;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.meals-block {
  margin-top: 3vh;
}

.source-button-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 30vh;
  margin-top: auto;
  margin-bottom: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.poi-labels {
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  padding-top: 0px;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.columns-border-bottom {
  border-style: none none solid;
  border-width: 1px;
  border-color: #d7dadf;
}

.known-for-block {
  margin-top: 3vh;
}

.feature-check-text {
  width: auto;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.delivery-icon-image {
  border: 2px solid #ededed;
  border-radius: 10px;
}

.delivery-icon-image:hover {
  box-shadow: 1px 2px 4px 2px #d7dadf;
}

.menu-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.menu-items-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 550px;
  -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-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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.menu-category {
  display: block;
  margin-bottom: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #c4c8cf;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.single-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5vh 1.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.single-item-block.color-is-white {
  display: block;
  width: 31%;
  height: auto;
  max-height: none;
  min-height: 135px;
  margin-top: 2vh;
  margin-right: 15px;
  padding-top: 2vh;
  padding-bottom: 2vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #1c2c48;
}

.menu-h5 {
  margin-bottom: 2.5vh;
}

.section-menu {
  margin-top: 2vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #162339;
  color: #fff;
}

.menu-description {
  margin-top: 1vh;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}

.menu-price {
  display: block;
  margin-top: 1.5vh;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: right;
}

.review-text-copy {
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-top: 2vh;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 500;
  text-decoration: none;
}

.review-date-block {
  width: 49%;
  float: right;
  clear: right;
}

.see-more-block {
  margin-top: 0.5vh;
}

.review-block {
  position: relative;
  width: 32%;
  margin-right: 15px;
  margin-bottom: 2vh;
  padding: 3.25vh 2vw 2vh;
  float: left;
  clear: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  border: 1px solid #9ca3af;
  border-radius: 10px;
  background-color: #fff;
}

.review-date {
  font-family: Raleway, sans-serif;
  color: #9ca3af;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
}

.reviews-h5 {
  margin-bottom: 2.5vh;
}

.section-reviews {
  padding-top: 5vh;
  padding-bottom: 5vh;
  background-color: #f7f7f7;
}

.flex-grid-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 500px;
  -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-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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.star-block-half {
  width: 49%;
  float: left;
}

.review-user {
  margin-top: 1vh;
  margin-bottom: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Open Sans', sans-serif;
  color: #000c1a;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-decoration: none;
}

.section-9 {
  margin-top: 2vh;
}

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

.section-web-card {
  margin-top: 2vh;
}

.hero-content-column-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-top: 16vh;
  margin-bottom: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.books-hero-2 {
  width: 390px;
  height: 390px;
  max-width: 100%;
  border: 1px none #000;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-title-book {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 1%;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800;
}

.hero-title-book.black-text {
  color: #000c1a;
}

.hero-container-stream {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 2vh;
  z-index: 100;
  display: block;
  width: 960px;
  height: auto;
  max-height: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  clear: both;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bold-text-34 {
  font-weight: 400;
  text-transform: capitalize;
}

.bold-text-35 {
  font-weight: 400;
}

.bold-text-36 {
  font-weight: 300;
}

.bold-text-37 {
  font-weight: 500;
}

.bold-text-38 {
  font-weight: 500;
}

.book-hero-grid {
  max-width: 1100px;
  margin: 0px auto;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-22 {
  font-weight: 400;
}

.b-section-headings-3 {
  width: 90%;
  max-width: 840px;
  margin-right: auto;
  margin-bottom: 4vw;
  margin-left: auto;
  font-family: 'Materialdesignicons webfont', sans-serif;
  text-align: center;
}

.title-2nd-4 {
  font-size: 3.5em;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.bold-text-39 {
  font-weight: 500;
}

.grid-6 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flex-grid-beer {
  max-width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.columns-8 {
  max-width: none;
}

.flex-grid-wine {
  max-width: 960px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-flex-streaming {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 150;
  height: auto;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.4em;
    line-height: 1.03;
  }

  h2 {
    font-size: 2.8em;
  }

  h3 {
    font-size: 2.1em;
  }

  p {
    font-size: 1.03em;
    letter-spacing: 0px;
  }

  .b-header--abs {
    background-position: 50% 100%;
  }

  .color-is-white {
    font-size: 1em;
  }

  .color-is-white.modify.kai {
    padding-top: 20px;
    font-size: 2.7em;
  }

  .color-is-white.m-advance {
    font-size: 3em;
  }

  .color-is-white.black-font.title-2nd {
    font-size: 2em;
  }

  .color-is-white.kai-like-title {
    font-size: 2em;
    font-weight: 400;
  }

  .btn.add-margin-right {
    margin-right: 15px;
    margin-bottom: 12px;
  }

  .btn.color-is-bg-orange {
    display: block;
    width: 50%;
    margin-right: 0px;
    margin-left: 25px;
    padding-right: 0vw;
    padding-left: 1vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .btn.color-is-bg-orange.btn-partners {
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .btn.color-is-bg-orange.btn-kai-like {
    margin-left: 0px;
  }

  .btn.m-color-yellow {
    width: 50%;
    margin-left: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .header-h1--modifier {
    font-size: 3.5em;
  }

  .header-h1--modifier.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .e-aseen-flex {
    width: 800px;
  }

  .b-regiongrid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .b-discover-items {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-dicovered-items {
    display: block;
    width: 45%;
    max-width: none;
    -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;
  }

  .e-center-btn.btn-part {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .e-whatslikekai {
    padding-top: 6vw;
    padding-bottom: 0vw;
  }

  .kailike-abs {
    top: 0%;
  }

  .b-itsgoing-flex {
    width: 100%;
  }

  .b-footer-inner-top {
    padding-bottom: 2vw;
  }

  .b-navbar-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #000;
  }

  .b-navbar {
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.24);
  }

  .b-nabar-menu {
    margin-left: 0vw;
    padding-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .e-navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .e-navlink:hover {
    color: #00a2b0;
  }

  .e-navlink.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
  }

  .img-header-phone {
    right: 2vw;
  }

  .nav-menu-button.w--open {
    background-color: #000;
  }

  .img-partnerslogo {
    margin: 2vw;
  }

  .b-asseen-wrap {
    overflow: auto;
    width: 100%;
  }

  .b-partners-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-end {
    margin-top: 2.5vw;
    padding-bottom: 1em;
  }

  .img-navlnkicon {
    display: block;
    margin-right: 10px;
  }

  .half-margin {
    margin-bottom: 1vw;
    font-size: 2.5em;
    text-align: center;
  }

  .half-margin.m-cofounder {
    width: auto;
    max-width: none;
    font-size: 3em;
    text-align: center;
  }

  .half-margin.oneliners {
    font-size: 3em;
  }

  .half-margin.title-2nd {
    font-size: 2.5em;
  }

  .half-margin.about-names {
    font-size: 2em;
    text-align: left;
  }

  .sm-titles {
    max-width: 60ch;
    text-align: center;
  }

  .txt-title-founders {
    font-size: 1em;
    text-align: left;
  }

  .b-header-pages {
    min-height: 18.5em;
  }

  .txt-sm-pages.top {
    width: 90%;
    max-width: 47ch;
  }

  .b-meet-advisors {
    grid-row-gap: 3em;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .partner-items {
    width: 80%;
  }

  .r-partners-wrap {
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .b-partners-grid {
    grid-auto-flow: row;
    grid-column-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }

  .b-partners-grid.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-jon-meetkai {
    padding-top: 8vw;
    padding-bottom: 8vw;
    grid-column-gap: 34px;
  }

  .img-interest {
    height: auto;
  }

  .b-region-grid {
    grid-column-gap: 1.5em;
    -ms-grid-columns: 31% 31% 31%;
    grid-template-columns: 31% 31% 31%;
  }

  .newsletter-blck {
    padding-left: 0%;
  }

  .b-lang-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-r-demo {
    margin-left: 0vw;
  }

  .content-r-demo.mrg-left {
    margin-right: 2vw;
  }

  .b-contact-grid {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .b-topheadersright {
    margin-bottom: 4vw;
    text-align: center;
  }

  .txt-negate {
    font-size: 1.3em;
  }

  .txt-badboy {
    font-size: 1.6em;
  }

  .h1-solution {
    margin-right: -17px;
    margin-left: -17px;
    padding-right: 0px;
    font-size: 3em;
    line-height: 1.2;
  }

  .items-edu-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-rows: 0px;
    -ms-grid-columns: minmax(110px, 0.5fr);
    grid-template-columns: minmax(110px, 0.5fr);
  }

  .list-edu-item {
    font-size: 0.85em;
  }

  .b-edu-kailogowrap {
    font-size: 1.1em;
  }

  .kai-logo {
    width: 61px;
  }

  .sm-h4-edu {
    margin-top: 9px;
    font-size: 1em;
  }

  .img-edu-list {
    margin-bottom: 28px;
  }

  .text-block {
    font-size: 1em;
    line-height: 1.5;
  }

  .heading-3 {
    font-size: 1em;
  }

  .h4-center {
    font-size: 2em;
  }

  .flex-press-kit {
    margin-top: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-topkai-grid {
    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;
    justify-items: center;
    -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;
    text-align: center;
  }

  .txt-sm-kai {
    font-size: 1em;
  }

  .img-holder-kai {
    width: 69px;
  }

  .e-kai-sub-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 13px;
    padding: 13px;
    -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;
  }

  .h1txt-quicklinks {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .newsletter-head {
    font-size: 1.4em;
  }

  .mt-5 {
    padding-bottom: 0em;
  }

  .text-teal {
    font-size: 3em;
  }

  .e-dicovered-items-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin: 2vw auto;
    -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;
  }

  .btn-contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img-phone-header {
    width: 100%;
    height: auto;
  }

  .day-in-block {
    padding: 0px 5px 25px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-size: 90%;
  }

  .day-in-utter-domine {
    font-size: 16px;
  }

  .ditl-image {
    max-width: 95%;
    background-color: transparent;
  }

  .id-background {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 1440px, auto;
  }

  .intnl-grid {
    width: 100%;
  }

  .es-background {
    padding-right: 40px;
    padding-left: 40px;
    background-size: 1440px, auto;
  }

  .b-edu-kailogowrap-es {
    font-size: 1.1em;
  }

  .grid-press {
    display: inline-block;
    justify-items: stretch;
    grid-auto-flow: column;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .press-article-block {
    min-height: 180px;
  }

  .heading-press {
    margin-bottom: 1.5vw;
  }

  .press-link {
    width: 100%;
    margin-bottom: 3vw;
  }

  .career-grid {
    display: inline-block;
    text-align: center;
  }

  .career-link {
    width: 90vw;
    margin-bottom: 3vw;
  }

  .career-content-block {
    width: auto;
    max-width: none;
    min-height: 100px;
    padding-right: 1.5em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-navbar-2 {
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.24);
  }

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .brand {
    clear: left;
  }

  .b-nabar-menu-2 {
    margin-left: 0vw;
    padding-bottom: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .e-navlink-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .e-navlink-3:hover {
    color: #000;
  }

  .nav-menu-button-2 {
    clear: right;
  }

  .b-navbar-wrapper-2 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-icon {
    margin-right: 30px;
  }

  .dropdown-list-2.w--open {
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: 0 0 0 0 transparent;
  }

  .icon-btn-text {
    padding-top: 2px;
  }

  .hero-column {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hero-content-column {
    display: inline-block;
    margin-top: 8vh;
  }

  .card-genre.white-text {
    margin-bottom: 3%;
  }

  .star-block.mt-2 {
    margin-top: 2%;
  }

  .star-block.mt-1 {
    margin-top: 1%;
  }

  .star-block.mt-1 {
    margin-top: 1vh;
  }

  .star-block.mt-2 {
    margin-top: 2vh;
  }

  .star-block.mt-2 {
    margin-top: 2vh;
  }

  .hero-title {
    width: auto;
    font-size: 35px;
  }

  .poster {
    height: auto;
    max-height: 350px;
    margin-top: 20px;
  }

  .icon-btn.ml-1.btn-last {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 150%;
  }

  .icon-btn.orange-btn {
    margin-bottom: 10px;
  }

  .hero-block-streaming {
    height: 390px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
    background-position: 0px 0px, 50% 0%;
  }

  .hero-container {
    width: auto;
    height: 100%;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .suggestion-grid {
    margin-top: 2vh;
    grid-template-rows: repeat(auto-fit, minmax(20vh, 32vh));
  }

  .section-card-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .provider {
    width: 63px;
    height: 63px;
    margin-right: 2%;
    border-radius: 7px;
  }

  .suggest-link {
    width: auto;
  }

  .now-card-title {
    padding-top: 0vh;
  }

  .container-content-bttm {
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-content-container {
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent);
  }

  .suggest-image-food {
    width: 100%;
    height: 150px;
  }

  .hero-title-80 {
    font-size: 35px;
  }

  .link-block-phone {
    text-decoration: none;
  }

  .single-feature-icon.mt-4 {
    margin-bottom: 1.5vh;
  }

  .single-feature-icon.mt-4 {
    margin-bottom: 1.5vh;
  }

  .ride-share-link {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .link-block-address {
    text-decoration: none;
  }

  .feature-icon {
    width: 21px;
    height: auto;
    margin-right: 1vw;
  }

  .beer-hero {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 350px;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-block-beer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/beer_172.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/beer_172.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .hero-container-3-9 {
    width: auto;
  }

  .beer-hero-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: 350px;
    margin-top: 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;
  }

  .section-hero-book {
    height: auto;
  }

  .hero-column-2 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .wine-hero-lightbox {
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 20px;
  }

  .hero-container-3-9-2 {
    width: auto;
  }

  .hero-block-wine {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/wine1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/wine1.png');
    background-position: 0px 0px, 50% 50%;
  }

  .wine-hero {
    width: auto;
    height: auto;
    max-height: 390px;
    max-width: none;
  }

  .vintage {
    width: auto;
    font-size: 35px;
  }

  .hero-content-column-2 {
    display: inline-block;
    margin-top: 8vh;
    padding-left: 0px;
  }

  .section-hero-wine {
    height: auto;
  }

  .block-book-hero {
    height: 395px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/beer_172.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/beer_172.jpeg');
    background-position: 0px 0px, 50% 50%;
  }

  .book-hero-lightbox {
    height: auto;
    max-height: 350px;
    margin-top: 20px;
  }

  .suggest-image-book {
    width: 105px;
  }

  .section-news-hero {
    height: auto;
  }

  .block-hero-news-001 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/news-screenGrab.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/news-screenGrab.png');
    background-position: 0px 0px, 50% 50%;
  }

  .news-hero {
    width: 100%;
    max-height: 410px;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .news-source.white-text {
    float: right;
  }

  .suggest-image-news {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .block-hero-news {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/news-screenGrab.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/news-screenGrab.png');
    background-position: 0px 0px, 50% 50%;
  }

  .video-2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .section-news-podcast {
    height: auto;
  }

  .block-hero-podcast {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/105_1920x1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/105_1920x1080.jpg');
    background-position: 0px 0px, 0% 0%;
  }

  .episode-image {
    width: auto;
    height: 100%;
    max-height: 410px;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .episode-title {
    width: auto;
    font-size: 35px;
  }

  .html-embed-3 {
    margin-top: 0px;
  }

  .suggest-image-podcast {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-fitness {
    height: auto;
  }

  .duration-text {
    margin-top: 4px;
  }

  .suggest-image-fitness {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-shopping {
    height: auto;
  }

  .block-hero-shopping {
    height: auto;
  }

  .product-name {
    width: auto;
    font-size: 35px;
  }

  .product-name-2 {
    width: auto;
    font-size: 35px;
  }

  .block-hero-shopping-2 {
    height: auto;
  }

  .suggest-image-shopping {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .suggest-link-shopping {
    width: auto;
  }

  .suggestion-grid-shop {
    margin-top: 2vh;
    grid-template-rows: repeat(auto-fit, minmax(20vh, 32vh));
  }

  .section-gaming {
    height: auto;
  }

  .block-hero-gaming {
    height: auto;
  }

  .section-news-meditation {
    height: auto;
  }

  .block-hero-meditation {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/pexels-oluremi-adebayo-2908175.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/pexels-oluremi-adebayo-2908175.png');
    background-position: 0px 0px, 0% 0%;
  }

  .meditation-image {
    width: auto;
    height: 100%;
    max-height: 410px;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .duration-text-2 {
    margin-top: 4px;
  }

  .meditation-title {
    width: auto;
    font-size: 35px;
  }

  .suggest-image-meditation {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-14 {
    max-height: 35px;
    max-width: 35px;
  }

  .paragraph-big {
    padding-right: 60px;
    padding-left: 60px;
  }

  .paragraph-3.parap-partners {
    width: 100%;
    text-align: center;
  }

  .paragraph-5 {
    font-size: 1em;
  }

  .grid-3 {
    grid-column-gap: 16px;
    background-color: transparent;
  }

  .contact-img {
    padding-right: 16px;
  }

  .psrtners-title {
    font-size: 1.5em;
    text-align: center;
  }

  .paragraph-14.careers-parag {
    padding: 0px 16px 11px;
  }

  .paragraph-14.careers-parag.paragraph-resp {
    font-size: 1em;
  }

  .paragraph-15.careers-parag {
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }

  .paragraph-15.careers-parag.paragraph-resp {
    font-size: 1em;
  }

  .section-title-careers {
    text-align: center;
  }

  .container-10 {
    padding-bottom: 0em;
  }

  .div-block-3 {
    padding-bottom: 0em;
  }

  .icon-6 {
    border-style: solid;
    border-width: 1px;
    border-color: #00a2b0;
    color: #00a2b0;
  }

  .div-block-4 {
    background-color: #000;
  }

  .title-2nd {
    font-size: 3em;
  }

  .title-2nd.text-white {
    font-weight: 400;
  }

  .heading-12 {
    font-size: 2em;
  }

  .h2-demo {
    font-size: 3em;
  }

  .heading-14 {
    font-size: 3em;
  }

  .heading-15 {
    font-size: 3em;
  }

  .heading-16 {
    font-size: 3em;
  }

  .heading-17 {
    font-size: 3em;
  }

  .heading-18 {
    font-size: 3em;
  }

  .paragraph-17 {
    font-size: 1em;
  }

  .paragraph-18 {
    font-size: 1em;
  }

  .demo-paragraph {
    font-size: 1em;
  }

  .paragraph-20 {
    font-size: 1em;
  }

  .paragraph-21 {
    font-size: 1em;
  }

  .paragraph-22 {
    font-size: 1em;
  }

  .c-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .blog-flex-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta-article-h6 {
    font-size: 1em;
  }

  .link-to-top-2 {
    z-index: auto;
  }

  .blog-video {
    margin-bottom: 2vh;
  }

  .heading-21.mb-5 {
    text-align: center;
  }

  .heading-22 {
    font-size: 2em;
  }

  .heading-23 {
    font-size: 2em;
  }

  .paragraph-26 {
    font-size: 1em;
  }

  .next-article-hero.mb-1 {
    width: 87%;
    max-width: none;
  }

  .next-article-hero.mb-1 {
    width: 87%;
    max-width: none;
  }

  .blog-section-card {
    z-index: 1;
  }

  .border-top {
    margin-top: -30px;
  }

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

  .cta-article-hero.mb-1 {
    width: 87%;
    max-width: none;
  }

  .blog-text-bottom-2 {
    width: 100%;
  }

  .next-article-h6 {
    font-size: 1em;
  }

  .blog-section-card-2 {
    z-index: 1;
  }

  .blog-stream-text-bottom {
    width: 100%;
  }

  .wanda-btn {
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .popup-box {
    height: 500px;
  }

  .wanda-title {
    font-weight: 300;
    letter-spacing: -0.02em;
  }

  .blog-flex-block-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .int-article-h3 {
    font-size: 1em;
  }

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

  .int-article-h6 {
    font-size: 1em;
  }

  .b-navbar-3 {
    box-shadow: 1px 1px 14px -4px rgba(0, 0, 0, 0.24);
  }

  .e-navlink-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }

  .e-navlink-4:hover {
    color: #00a2b0;
  }

  .e-navlink-4.w--current {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
  }

  .nav-menu-button-3.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: #00a2b0;
    background-color: #000;
  }

  .img-navlnkicon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .icon-7 {
    border-style: solid;
    border-width: 1px;
    border-color: #00a2b0;
    color: #00a2b0;
  }

  .b-navbar-wrapper-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-2.m-color-yellow {
    width: 50%;
    margin-left: 0px;
    padding-top: 23px;
    padding-bottom: 23px;
    font-family: 'Open Sans', sans-serif;
  }

  .btn-2.add-margin-right {
    margin-right: 15px;
    margin-bottom: 12px;
  }

  .btn-2.color-is-bg-orange {
    display: inline-block;
    width: 25%;
    margin-left: 25px;
    text-align: center;
  }

  .btn-2.color-is-bg-orange.btn-home-kais {
    width: 45%;
  }

  .footer-end-3 {
    margin-top: 2vw;
    padding-bottom: 2px;
  }

  .header-h1--modifier-2 {
    font-size: 3.5em;
  }

  .header-h1--modifier-2.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .title-2nd-2 {
    font-size: 3em;
  }

  .title-2nd-2.title-founders {
    text-align: center;
  }

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

  .b-discover-items-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .e-dicovered-items-region-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: none;
    margin: 2vw auto;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-9 {
    font-size: 2em;
  }

  .e-whatslikekai-2 {
    padding-top: 0px;
    padding-bottom: 2vh;
  }

  .color-is-white-2.modify.kai {
    font-size: 2.7em;
  }

  .color-is-white-2.m-advance.advance-title {
    font-size: 3.5em;
  }

  .b-header-pages-2.banner-gradient {
    min-height: 19.5em;
  }

  .txt-sm-pages-2.top {
    width: 90%;
    max-width: 47ch;
  }

  .half-margin-2 {
    margin-bottom: 1vw;
    font-size: 3em;
  }

  .half-margin-2.name-advisors {
    font-size: 1.75em;
  }

  .txt-title-founders-2.position-advisors {
    font-size: 1em;
    font-weight: 400;
  }

  .b-meet-advisors-2 {
    grid-row-gap: 3em;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }

  .sm-titles-2 {
    max-width: 60ch;
  }

  .b-topheadersright-2 {
    max-width: 99.9999%;
    margin-bottom: 4vw;
  }

  .partner-items-2 {
    width: 85%;
  }

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

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

  .b-partners-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }

  .b-edu-kailogowrap-es-2 {
    font-size: 1.1em;
  }

  .paragraph-35 {
    font-size: 3.5em;
  }

  .img-edu-list-2 {
    margin-bottom: 28px;
  }

  .text-block-16 {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .sm-h4-edu-2 {
    margin-top: 9px;
  }

  .heading-30 {
    font-size: 1em;
  }

  .items-edu-block-2 {
    margin-bottom: 0vw;
    padding-bottom: 0px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 0.25fr)) 455px;
  }

  .career-grid-2 {
    display: inline-block;
  }

  .career-content-block-2 {
    width: auto;
    max-width: none;
    min-height: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .heading-press-2 {
    margin-bottom: 1.5vw;
  }

  .day-in-utter-domine-2 {
    font-size: 16px;
  }

  .ditl-image-2 {
    max-width: 95%;
    background-color: transparent;
  }

  .grid-4 {
    background-color: transparent;
  }

  .press-article-block-2 {
    min-height: 180px;
  }

  .press-link-2 {
    width: 100%;
    margin-bottom: 3vw;
  }

  .b-lang-grid-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .popup-box-2 {
    height: 520px;
  }

  .wanda-title-2 {
    font-weight: 300;
    letter-spacing: -0.02em;
  }

  .btn-3.color-is-bg-orange {
    width: 30%;
    margin-left: 25px;
    text-align: center;
  }

  .btn-3.color-is-bg-orange.btn-cuaca {
    width: 58%;
    text-align: center;
  }

  .btn-3.add-margin-right {
    margin-right: 15px;
    margin-bottom: 12px;
  }

  .header-h1--modifier-3 {
    font-size: 3.5em;
  }

  .header-h1--modifier-3.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .header-h1--modifier-3.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .header-h1--modifier-3.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .header-h1--modifier-3.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .header-h1--modifier-3.pages {
    max-width: 30ch;
    margin-bottom: 2vw;
    line-height: 1.1;
  }

  .title-2nd-3 {
    font-size: 3em;
  }

  .title-2nd-3.as-seen-title {
    font-size: 3em;
  }

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

  .e-dicovered-items-region-3 {
    display: block;
    width: 45%;
    max-width: none;
    margin: 2vw auto;
    -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;
  }

  .b-discover-items-3 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .color-is-white-3.modify.kai {
    font-size: 2.7em;
  }

  .color-is-white-3.m-advance {
    font-size: 3em;
  }

  .e-whatslikekai-3 {
    padding-top: 6vw;
    padding-bottom: 0vw;
  }

  .txt-sm-pages-3.top {
    width: 90%;
    max-width: 47ch;
  }

  .half-margin-3 {
    margin-bottom: 1vw;
    font-size: 3em;
  }

  .half-margin-3.name-advisors {
    font-size: 1.75em;
  }

  .half-margin-3.m-cofounder {
    width: auto;
    max-width: none;
  }

  .txt-title-founders-3.advisors-position {
    font-size: 1em;
  }

  .sm-titles-3 {
    max-width: 60ch;
  }

  .b-partners-grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }

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

  .contact-2 {
    font-size: 3em;
  }

  .bold-text-19 {
    font-size: 1em;
  }

  .h1txt-quicklinks-2 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }

  .txt-sm-kai-2 {
    font-size: 1em;
  }

  .e-kai-sub-items-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 13px;
    padding: 13px;
    -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;
  }

  .txt-badboy-2 {
    font-size: 1.6em;
  }

  .txt-negate-2 {
    font-size: 1.3em;
  }

  .title-demo {
    font-size: 3em;
    font-weight: 400;
  }

  .heading-33 {
    font-size: 3em;
  }

  .b-edu-kailogowrap-2 {
    font-size: 1.1em;
  }

  .h1-solution-2 {
    font-size: 3.5em;
    line-height: 1.2;
  }

  .text-block-20 {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .sm-h4-edu-3 {
    margin-top: 9px;
  }

  .items-edu-block-3 {
    grid-auto-flow: column;
    grid-auto-columns: minmax(450px, 1.5fr);
    -ms-grid-columns: minmax(250px, 0.25fr);
    grid-template-columns: minmax(250px, 0.25fr);
  }

  .img-edu-list-3 {
    width: 91.544047%;
    margin-bottom: 28px;
  }

  .h4-center-3 {
    font-size: 2em;
  }

  .heading-35 {
    font-size: 1em;
  }

  .day-in-block-2 {
    padding: 0px 5px 25px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
  }

  .day-in-block-2.b-container {
    font-size: 90%;
  }

  .heading-press-3 {
    margin-bottom: 1.5vw;
  }

  .footer-end-4 {
    margin-top: 1.5em;
    padding-bottom: 1em;
  }

  .b-footer-inner-top-3 {
    margin-top: 0em;
    padding-bottom: 1em;
  }

  .blog-image-block-id {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(64%, transparent)), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
    background-image: linear-gradient(0deg, #000, transparent 64%), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }

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

  .wanda-btn-2 {
    width: 33%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .press-featured-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .featured-heading-press {
    margin-bottom: 1.5vw;
  }

  .nav-menu-button-4 {
    display: none;
    clear: right;
  }

  .dropdown-2 {
    width: 100%;
    max-width: 1500px;
  }

  .icon-8 {
    display: none;
  }

  .hero-block-streaming-2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 2vh 2vw;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-hero-2 {
    height: auto;
  }

  .hero-container-2 {
    width: auto;
    height: 100%;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content-column-3 {
    display: inline-block;
    margin-top: 8vh;
  }

  .hero-title-2 {
    width: auto;
    font-size: 35px;
  }

  .icon-btn-2.ml-1.btn-last {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 150%;
  }

  .icon-btn-2.orange-btn {
    margin-bottom: 10px;
  }

  .hero-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 425px;
    background-image: url('../images/resr-8.png');
    background-position: 0px 0px;
    background-size: auto;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .crew-wrap.mt-3 {
    position: static;
  }

  .trailer-video-2.trailer-video-block {
    height: 170px;
  }

  .now-card-title-2 {
    padding-top: 1vh;
    padding-bottom: 1.1vh;
  }

  .side-header-rent {
    width: 4vw;
  }

  .provider-slide {
    margin-left: 3vw;
  }

  .side-header-buy {
    width: 4vw;
  }

  .section-card-2 {
    position: static;
    background-color: #fff;
  }

  .cast-slide-2 {
    position: relative;
    margin-right: 0%;
    margin-left: 1vh;
  }

  .provider-2 {
    width: 63px;
    height: 63px;
    margin-right: 2%;
    border-radius: 7px;
  }

  .crew-slide {
    position: relative;
    margin-right: 0%;
    margin-left: 1vh;
  }

  .gradient-overlay {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    width: 100vw;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: linear-gradient(0deg, #000, transparent);
  }

  .right-arrow-4 {
    z-index: 300;
    width: 7vw;
    opacity: 0.7;
  }

  .container-content-bttm-2 {
    left: 7vw;
    top: auto;
    right: 7vw;
    bottom: 0%;
    padding: 2vh 0px;
  }

  .left-arrow-4 {
    z-index: 300;
    width: 7vw;
    opacity: 0.7;
  }

  .hero-title-80-2 {
    font-size: 35px;
  }

  .feature-icon-2 {
    width: 21px;
    height: auto;
    margin-right: 1vw;
  }

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

  .see-more-link-text {
    margin-top: 0px;
    padding-top: 0px;
    color: #00a2b0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
  }

  .see-more-link {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }

  .check-features-flex-block {
    max-height: none;
  }

  .check-content-block {
    width: 45%;
    margin-right: 1vw;
  }

  .ellipses-icon {
    font-weight: 500;
  }

  .hero-block-beer-2 {
    overflow: hidden;
    height: auto;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .hero-block-wine-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .wine-hero-block {
    width: auto;
    height: auto;
    max-height: none;
    margin-top: 20px;
  }

  .block-book-hero-2 {
    height: auto;
    padding: 3vh 2vw;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .block-hero-news-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .title-block-2 {
    margin-top: 0vh;
  }

  .block-hero-podcast-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .section-fitness-2 {
    height: auto;
  }

  .card-video-2 {
    width: 728px;
    height: 410px;
  }

  .block-hero-gaming-2 {
    height: auto;
  }

  .block-hero-meditation-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .meditation-title-2 {
    width: auto;
    font-size: 35px;
  }

  .price-label-2 {
    font-size: 12px;
  }

  .section-shopping-2 {
    height: auto;
    background-color: #fafafa;
    background-image: none;
  }

  .sales-price-2 {
    line-height: 145%;
  }

  .original-price-text-2 {
    font-size: 13px;
  }

  .poi-hero-content-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-left-teal {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .delivery-icon-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .poi-labels {
    line-height: 130%;
  }

  .single-item-block.color-is-white {
    width: 48%;
    margin-right: 0.75vw;
    margin-left: 0.75vw;
  }

  .see-more-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 1vw;
    -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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-grid-test {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .hero-content-column-4 {
    display: inline-block;
    margin-top: 8vh;
    padding-left: 0px;
  }

  .hero-title-book {
    width: auto;
    font-size: 35px;
  }

  .hero-container-stream {
    width: auto;
    height: 100%;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .book-hero-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .title-2nd-4 {
    font-size: 3em;
  }

  .div-block-9 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flex-grid-beer {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }

  .flex-grid-wine {
    padding: 3vh 0vw 3vh 5vw;
  }

  .grid-flex-streaming {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 0.7em;
    font-size: 2.3em;
    text-align: center;
  }

  h3 {
    font-size: 1.6em;
    line-height: 1.2;
  }

  h4 {
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.2em;
  }

  .b-header {
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .b-container.m-topheader {
    width: 100%;
    padding: 5vw 5% 12vw;
    background-image: url('../images/sm-mobile-header.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .b-header--innergrid {
    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;
  }

  .b-header--abs {
    display: none;
  }

  .color-is-white.modify {
    color: #3a3a3a;
  }

  .color-is-white.modify.kai {
    font-size: 2.3em;
  }

  .color-is-white.m-advance {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .color-is-white.kai-like-title {
    color: #000;
    font-size: 1.5em;
    font-weight: 400;
  }

  .b-headergrid-right {
    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;
    text-align: center;
  }

  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    margin-top: 2vw;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.add-margin-right {
    position: static;
    display: block;
    width: auto;
    margin-right: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
    -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;
    border-width: 3px;
    background-color: transparent;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .btn.add-margin-right.e-center-btn {
    display: inline-block;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .btn.color-is-bg-orange {
    width: 60%;
  }

  .btn.color-is-bg-orange.btn-kai-like {
    background-color: #24afb8;
  }

  .btn.color-is-bg-orange.btn-kai-like {
    margin-left: 0px;
  }

  .btn.submitbtn {
    width: auto;
    margin-top: 0vw;
  }

  .btn.m-color-yellow {
    display: none;
    width: 50%;
  }

  .btn.m-color-yellow.contact {
    display: block;
  }

  .btn.sm-newsletter {
    width: auto;
    margin-top: 0vw;
  }

  .btn.icon-btn-black {
    width: 40%;
  }

  .header-h1--modifier {
    max-width: none;
    margin-bottom: 7vw;
    font-size: 2.5em;
  }

  .header-h1--modifier.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-h1--modifier.pages.right {
    margin-left: auto;
  }

  .b-btn-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vw;
    -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;
    text-align: center;
  }

  .section {
    padding-bottom: 3vw;
  }

  .section.bgcolor-grey.meetkai {
    overflow: hidden;
    padding-bottom: 0vw;
    background-color: #f7f7f7;
  }

  .section.bg-gradient-color {
    padding-top: 8vw;
  }

  .section.no-padding {
    padding-top: 0vw;
  }

  .e-aseen-flex {
    width: 610px;
  }

  .b-section-headings {
    width: 95%;
  }

  .b-section-headings.half {
    margin-bottom: 5vw;
  }

  .b-regiongrid {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-regions-items {
    font-size: 1em;
  }

  .e-dicovered-items {
    width: 100%;
    max-width: 240px;
  }

  .image {
    width: 100%;
    height: auto;
    margin-bottom: 11px;
  }

  .e-center-btn {
    padding-bottom: 20px;
  }

  .e-kailikegrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0vw;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .e-whatslikekai {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .kailike-abs {
    display: none;
  }

  .b-itsgoing-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .e-hwgoingitem {
    max-width: 260px;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .b-abtgrid {
    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;
  }

  .e-highlightsabout-items {
    margin-top: 2vw;
    margin-bottom: 5vw;
  }

  .b-footer-inner-top {
    padding-bottom: 2vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .b-footeritems.lang-holder {
    margin-top: 1.5em;
    margin-bottom: 1.2em;
  }

  .footer {
    padding-top: 8vw;
    padding-bottom: 5vw;
  }

  .b-newsletter-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-navbar-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b-navbar {
    padding: 5px 3%;
  }

  .b-nabar-menu {
    margin-left: 0vw;
  }

  .e-navlink {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #000;
  }

  .e-navlink.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .img-header-phone {
    position: relative;
    right: 0vw;
    width: 70vh;
    max-width: 60vw;
    margin: 5vw auto 4vw;
  }

  .e-mobile-app-download {
    display: none;
    height: 80px;
    margin-bottom: 8px;
    padding: 5px 42px;
    -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;
    border-style: solid;
    border-width: 3px;
    border-color: #f7f7f7;
    border-radius: 14px;
    background-color: #000;
  }

  .logo-desktop {
    display: none;
  }

  .nav-menu-button {
    padding: 9px 5px;
    color: #24afb8;
  }

  .nav-menu-button.w--open {
    background-color: transparent;
    color: #24afb8;
  }

  .newsletter-form-block {
    margin-top: 3vw;
  }

  .bkailike-wrap {
    background-image: url('../images/kailike-bg_1.svg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .mobile-logo {
    display: block;
  }

  .img-partnerslogo {
    max-width: 140px;
    margin: 1vw 2.3vw;
    text-align: left;
  }

  .b-asseen-wrap {
    overflow: scroll;
  }

  .b-partners-wrap {
    margin-top: 8vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .txt-search-discover {
    font-size: 1.1em;
  }

  .footer-end {
    margin-top: 2vw;
    padding-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
  }

  .txt-copyright {
    margin-bottom: 1em;
    padding-top: 0.5em;
    line-height: 1.5;
  }

  .img-navlnkicon {
    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;
  }

  .b-founders-wrap {
    grid-column-gap: 1.5em;
  }

  .half-margin {
    margin-bottom: 2vw;
    font-size: 2em;
  }

  .half-margin.m-cofounder {
    font-size: 2.5em;
  }

  .half-margin.oneliners {
    font-size: 2em;
  }

  .half-margin.title-2nd {
    font-size: 2em;
  }

  .half-margin.about-names {
    text-align: center;
  }

  .half-margin.stream-regions {
    font-size: 2em;
  }

  .img-founders.img-advisors {
    width: 60%;
  }

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

  .txt-title-founders {
    text-align: center;
  }

  .b-header-pages {
    min-height: 17.5em;
  }

  .b-about-header {
    width: 100%;
    text-align: center;
  }

  .txt-sm-pages.top {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
  }

  .b-meet-advisors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .sm-h6-partner {
    font-size: 1em;
  }

  .partner-items {
    width: 60%;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .r-partners-wrap {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) 200px;
  }

  .b-partners-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .img-partner {
    width: 100%;
    text-align: left;
  }

  .b-jon-meetkai {
    padding-bottom: 12vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .abs-inter-meetkai {
    left: -12%;
    top: 35%;
    right: -19%;
  }

  .e-meetkai-block {
    padding-right: 0%;
    text-align: center;
  }

  .abs-cofounder-bg.region {
    background-position: 20% 100%;
  }

  .abs-cofounder-bg.region {
    background-position: 20% 100%;
  }

  .b-region-grid {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .newsletter-flex {
    width: 100%;
  }

  .newsletter-blck {
    margin-top: 13vw;
    margin-bottom: 7vw;
    text-align: center;
  }

  .paragraph {
    font-size: 1em;
    text-align: center;
  }

  .streaming-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .watchkai-wrap {
    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;
  }

  .button {
    text-decoration: none;
  }

  .content-r-demo {
    width: 100%;
    max-width: none;
    margin-top: 7vw;
    margin-bottom: 10vw;
    text-align: center;
  }

  .content-r-demo.marg-more {
    margin-left: 0vw;
  }

  .content-r-demo.mrg-left {
    margin-right: 0vw;
  }

  .iphone {
    width: 270px;
  }

  .b-meetkai-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: linear-gradient(135deg, #00a2b0 23%, #045de9 81%);
  }

  .manual {
    margin-bottom: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: none;
    text-align: center;
  }

  .b-download-free {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .abs-video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading {
    font-size: 1.03em;
  }

  .heading-2 {
    font-size: 1.2em;
  }

  .form-block {
    margin-top: 1.7em;
  }

  .b-kaiaction-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kai-head {
    font-size: 1em;
  }

  .blck-query-negation {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .txt-negate {
    font-size: 1em;
  }

  .txt-badboy {
    font-size: 1.25em;
  }

  .e-inaction-phone {
    max-width: 183px;
    margin: 10px 11px;
  }

  .img-kaiwrap.no-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .img-kaiwrap.no-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .contact-head {
    display: inline-block;
    -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: 1.2em;
  }

  .h1-solution {
    font-size: 2.5em;
  }

  .items-edu-block {
    justify-items: center;
    -ms-grid-columns: minmax(110px, 0.25fr);
    grid-template-columns: minmax(110px, 0.25fr);
  }

  .b-edu-kailogowrap {
    margin-bottom: 9px;
    font-size: 1em;
  }

  .kai-logo {
    width: 53px;
    margin-right: 9px;
  }

  .sm-h4-edu {
    margin-bottom: 1.5em;
    text-align: center;
  }

  .img-edu-list {
    margin-right: 0em;
    margin-bottom: 12px;
  }

  .kai-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kaitalk-div {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
  }

  .kaitalk-div.end {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .line {
    display: none;
  }

  .som-adv-grid {
    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;
  }

  .b-cont-som {
    text-align: center;
  }

  .kai-headers {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    text-align: center;
  }

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

  .flex-press-kit {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .img-holder-kai {
    width: 51px;
  }

  .utility-page-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .text-teal {
    font-size: 2em;
  }

  .image-4 {
    max-width: 50%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .e-dicovered-items-region {
    width: 100%;
    max-width: 240px;
  }

  .image-5 {
    display: block;
    width: 100%;
    max-width: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .btn-contact-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-content.color-is-white {
    display: block;
    margin-bottom: 0em;
  }

  .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .day-in-utter-domine {
    font-size: 1.1em;
  }

  .columns {
    display: block;
  }

  .day-in-paragraph {
    font-size: 1.1em;
  }

  .ditl-image {
    max-width: 60%;
  }

  .b-section-headings-id {
    width: 95%;
  }

  .b-section-headings-id.half {
    margin-bottom: 5vw;
  }

  .id-background {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 1440px, auto;
  }

  .intnl-hdr-image {
    display: inline-block;
    margin-right: 160px;
    margin-left: 160px;
  }

  .intnl-grid {
    width: 84%;
  }

  .intnl-hdr-text-block {
    margin-top: 1em;
    margin-right: 0px;
    margin-bottom: 1em;
  }

  .h4-intnl-hdr {
    line-height: 119%;
  }

  .heading-6_intnl {
    line-height: 130%;
  }

  .es-background {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-size: 1440px, auto;
  }

  .b-edu-kailogowrap-es {
    margin-bottom: 9px;
    font-size: 1em;
  }

  .b-about-header-es {
    width: 100%;
    text-align: center;
  }

  .b-section-headings-copy {
    width: 95%;
  }

  .b-section-headings-copy.half {
    margin-bottom: 5vw;
  }

  .press-article-block {
    min-height: 160px;
  }

  .heading-press {
    font-size: 1em;
  }

  .career-grid {
    font-size: 90%;
  }

  .career-content-block {
    min-height: 125px;
  }

  .b-navbar-2 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .b-nabar-menu-2 {
    margin-left: 0vw;
  }

  .e-navlink-3 {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #fff;
  }

  .nav-menu-button-2 {
    padding: 9px 5px;
    color: #24afb8;
  }

  .nav-menu-button-2.w--open {
    background-color: transparent;
    color: #24afb8;
  }

  .b-navbar-wrapper-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-content-column {
    display: block;
    margin-top: 2.5vh;
    margin-bottom: 1vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-genre.white-text {
    margin-bottom: 5%;
  }

  .star-block.mt-1 {
    margin-top: 1.5vh;
  }

  .icon-btn.orange-btn {
    margin-bottom: 0px;
  }

  .icon-btn.orange-btn.mb-3 {
    margin-bottom: 0px;
  }

  .section-hero {
    overflow: hidden;
    height: 680px;
  }

  .hero-block-streaming {
    height: 690px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/qJxzjUjCpTPvDHldNnlbRC4OqEh.jpeg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, auto 100%;
  }

  .hero-container {
    width: auto;
    height: 630px;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .suggest-title {
    margin-bottom: 0px;
  }

  .suggestion-grid {
    display: inline-block;
    margin-top: 0vh;
    margin-bottom: 1vh;
  }

  .section-card-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .card-title.mt-5 {
    margin-bottom: 2vh;
  }

  .provider {
    width: auto;
    height: auto;
    margin-right: 2%;
    border-radius: 7px;
  }

  .suggest-link {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0vw;
  }

  .col-2-card {
    margin-top: 0px;
    padding-top: 0px;
  }

  .now-card-title {
    padding-top: 1vh;
  }

  .section-hero-carousel {
    overflow: hidden;
    height: 425px;
  }

  .container-content-bttm {
    bottom: 2vh;
    height: auto;
    padding-right: 12vw;
    padding-left: 12vw;
  }

  .hero-content-container {
    margin-right: auto;
    margin-left: auto;
  }

  .suggest-image-food {
    width: 100%;
    height: 210px;
    margin-right: 0%;
    margin-left: 0%;
  }

  .open-yes {
    margin-bottom: 1vh;
    float: left;
  }

  .hero-block-beer {
    height: 690px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/beer_172.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/beer_172.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-container-3-9 {
    height: 630px;
    padding-top: 0%;
  }

  .beer-hero-lightbox {
    margin-top: 0px;
  }

  .section-hero-book {
    overflow: hidden;
    height: auto;
  }

  .suggest-image-beer {
    margin-right: 33%;
    margin-left: 33%;
    padding-left: 0%;
  }

  .suggest-image-wine {
    margin-right: 33%;
    margin-left: 33%;
  }

  .suggest-image-wine-2 {
    margin-right: 33%;
    margin-left: 33%;
  }

  .wine-hero-lightbox {
    margin-top: 0px;
  }

  .hero-container-3-9-2 {
    height: 630px;
    padding-top: 0%;
  }

  .hero-block-wine {
    height: 690px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/wine1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/wine1.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .wine-hero {
    max-height: 370px;
    margin-bottom: 0vh;
  }

  .hero-content-column-2 {
    display: block;
    margin-top: 2.5vh;
    margin-bottom: 1vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-hero-wine {
    overflow: hidden;
    height: auto;
  }

  .winery.white-text {
    margin-top: auto;
  }

  .books-hero {
    width: 100%;
    height: 420px;
    max-width: none;
  }

  .block-book-hero {
    height: 690px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/beer_172.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/beer_172.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .book-hero-lightbox {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .suggest-image-book {
    width: 110px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-news-hero {
    overflow: hidden;
    height: auto;
  }

  .block-hero-news-001 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/news-screenGrab.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/news-screenGrab.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .hero-container-news {
    height: auto;
  }

  .news-hero {
    max-height: 320px;
  }

  .news-source {
    color: #00a2b0;
  }

  .news-source.white-text {
    float: right;
  }

  .suggest-image-news {
    width: 100%;
    height: 100%;
    max-height: 286px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .block-hero-news {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/news-screenGrab.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/news-screenGrab.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .video-2 {
    margin-bottom: 2vh;
  }

  .section-news-podcast {
    overflow: hidden;
    height: auto;
  }

  .block-hero-podcast {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/105_1920x1080.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/105_1920x1080.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }

  .episode-image {
    max-height: 320px;
  }

  .podcast-name {
    color: #00a2b0;
  }

  .suggest-image-podcast {
    width: auto;
    height: 100%;
    max-height: 286px;
    margin-left: 15vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-fitness {
    overflow: hidden;
    height: auto;
  }

  .hero-container-fitness {
    height: auto;
  }

  .duration-text {
    margin-top: 5px;
  }

  .suggest-image-fitness {
    width: 100%;
    height: 100%;
    max-height: 286px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .shopping-source {
    color: #00a2b0;
  }

  .section-shopping {
    overflow: hidden;
    height: auto;
  }

  .block-hero-shopping {
    height: auto;
  }

  .icon-btn-big.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-hero-shopping-2 {
    height: auto;
  }

  .suggest-image-shopping {
    width: auto;
    height: 100%;
    max-height: 286px;
    margin-left: 15vh;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .suggest-link-shopping {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0vw;
  }

  .suggestion-grid-shop {
    display: inline-block;
    margin-top: 0vh;
    margin-bottom: 1vh;
  }

  .suggest-title-2 {
    margin-bottom: 0px;
  }

  .section-gaming {
    overflow: hidden;
    height: auto;
  }

  .game-studio {
    color: #00a2b0;
  }

  .block-hero-gaming {
    height: auto;
  }

  .icon-btn-black-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .section-news-meditation {
    overflow: hidden;
    height: auto;
  }

  .block-hero-meditation {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/pexels-oluremi-adebayo-2908175.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/pexels-oluremi-adebayo-2908175.png');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
  }

  .hero-container-meditation {
    height: auto;
  }

  .meditation-image {
    max-height: 320px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .duration-text-2 {
    margin-top: 5px;
  }

  .suggest-image-meditation {
    width: 100.0001%;
    height: 100%;
    max-height: 286px;
    margin-left: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-14 {
    max-height: 30px;
    max-width: 30px;
  }

  .paragraph-big {
    font-size: 1em;
  }

  .flex-multi-lang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph-7 {
    font-size: 1em;
    text-align: center;
  }

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

  .paragraph-8 {
    margin-bottom: -9.7vw;
  }

  .paragraph-9 {
    margin-bottom: -10vw;
  }

  .paragraph-10 {
    margin-bottom: -10.7vw;
  }

  .paragraph-11 {
    margin-bottom: -9.7vw;
  }

  .container-6 {
    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;
    text-align: center;
  }

  .container-7 {
    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;
  }

  .contact-img {
    padding-left: 16px;
  }

  .paragraph-12 {
    padding-right: 16px;
    padding-bottom: 16px;
  }

  .contact {
    text-align: center;
  }

  .image-19 {
    margin-bottom: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contact-columns {
    display: block;
  }

  .paragraph-13 {
    padding-right: 0px;
    padding-bottom: 24px;
    text-align: center;
  }

  .paragraph-14.careers-parag {
    padding-right: 28px;
    padding-left: 28px;
  }

  .paragraph-15.careers-parag {
    padding-right: 28px;
    padding-left: 28px;
  }

  .section-title-careers.title-2nd {
    font-size: 2.5em;
  }

  .title-2nd {
    font-size: 2em;
  }

  .heading-12 {
    font-size: 1.5em;
  }

  .text-block-10 {
    font-size: 1em;
  }

  .h2-demo {
    font-size: 2em;
  }

  .heading-14 {
    font-size: 2em;
  }

  .heading-15 {
    font-size: 2em;
  }

  .heading-16 {
    font-size: 2em;
  }

  .heading-17 {
    font-size: 2em;
  }

  .heading-18 {
    font-size: 2em;
  }

  .c-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .next-article-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-2---blog-extras {
    display: none;
  }

  .readnext-content-block {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    margin-top: -26px;
    clear: none;
    -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-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;
  }

  .readnext-content-block.border-top {
    width: 100%;
  }

  .blog-trailer-description {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .blog-flex-block {
    -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-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .cta-link-block {
    float: left;
  }

  .paragraph-23 {
    font-size: 1em;
  }

  .heading-22 {
    margin-bottom: 0vw;
    font-size: 1.5em;
  }

  .heading-23 {
    margin-bottom: 0vw;
    font-size: 1.5em;
  }

  .rich-text-block-2 {
    font-size: 1em;
  }

  .blog-trailer-description-2 {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .border-top {
    margin-top: -23px;
  }

  .blog-recipe-ingredients {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .cta-article {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .next-article-text-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wanda-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .popup-box {
    width: 500px;
    height: 450px;
  }

  .wanda-title {
    font-size: 1.5em;
  }

  .wanda-parag {
    font-size: 1em;
  }

  .blog-flex-block-2 {
    -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-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .brand-2 {
    background-color: #3a3a3a;
  }

  .brand-2.w--current {
    background-color: #000;
  }

  .b-navbar-3 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .e-navlink-4 {
    padding-right: 5%;
    padding-left: 5%;
    background-color: #000;
  }

  .e-navlink-4.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-button-3 {
    padding: 9px 5px;
    color: #24afb8;
  }

  .nav-menu-button-3.w--open {
    background-color: transparent;
    color: #24afb8;
  }

  .mobile-logo-2 {
    display: block;
  }

  .logo-desktop-2 {
    display: none;
  }

  .b-navbar-wrapper-3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .btn-2 {
    width: 63%;
    margin-top: 2vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .btn-2.m-color-yellow {
    display: none;
  }

  .btn-2.add-margin-right {
    width: 100%;
    margin-right: 0px;
  }

  .btn-2.add-margin-right.btn-xtra-white {
    background-color: #24afb8;
  }

  .btn-2.color-is-bg-orange {
    width: 30%;
  }

  .btn-2.color-is-bg-orange.btn-home-kais {
    width: 65%;
  }

  .div-block-7 {
    background-color: #000;
  }

  .b-container-2.m-topheader {
    width: 100%;
    padding: 5vw 5% 12vw;
    background-image: url('../images/sm-mobile-header.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .footer-end-3 {
    margin-top: 1em;
    padding-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
  }

  .footer-2 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .b-footer-inner-top-2 {
    padding-bottom: 2vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .txt-copyright-3 {
    margin-bottom: 3vw;
    line-height: 1.5;
  }

  .header-h1--modifier-2 {
    max-width: none;
    margin-bottom: 7vw;
    font-size: 2.5em;
  }

  .header-h1--modifier-2.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .section-7.bgcolor-grey.meetkai {
    overflow: hidden;
    padding-bottom: 0vw;
    background-color: #f7f7f7;
  }

  .section-7.no-padding {
    padding-top: 0vw;
  }

  .b-section-headings-2 {
    width: 95%;
  }

  .title-2nd-2 {
    font-size: 2em;
    text-align: center;
  }

  .title-2nd-2.title-founders {
    text-align: center;
  }

  .e-regions-items-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 1em;
  }

  .b-regiongrid-2 {
    display: -ms-grid;
    display: grid;
    justify-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .txt-search-discover-2 {
    font-size: 1.1em;
  }

  .e-dicovered-items-region-2 {
    width: 100%;
    max-width: 240px;
  }

  .image-24 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-9 {
    font-size: 1.5em;
  }

  .e-whatslikekai-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .e-kailikegrid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .color-is-white-2.modify {
    color: #3a3a3a;
  }

  .color-is-white-2.modify.kai {
    font-size: 2em;
  }

  .color-is-white-2.m-advance {
    margin-bottom: 15px;
  }

  .color-is-white-2.m-advance.advance-title {
    font-size: 2.5em;
  }

  .paragraph-33 {
    font-size: 1em;
    text-align: center;
  }

  .b-header-pages-2 {
    min-height: 50vh;
  }

  .txt-sm-pages-2.top {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
  }

  .b-about-header-es-2 {
    width: 100%;
    text-align: center;
  }

  .half-margin-2 {
    margin-bottom: 2vw;
    font-size: 2em;
  }

  .half-margin-2.title-2nd {
    text-align: center;
  }

  .b-meet-advisors-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
  }

  .b-cofounders-2 {
    justify-items: center;
  }

  .b-topheadersright-2 {
    text-align: left;
  }

  .partner-items-2 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-align: center;
  }

  .r-partners-wrap-2 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

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

  .b-edu-kailogowrap-es-2 {
    margin-bottom: 9px;
    font-size: 1em;
  }

  .paragraph-35 {
    padding-right: 24px;
    padding-left: 24px;
    font-size: 2.5em;
  }

  .img-edu-list-2 {
    margin-right: 0em;
    margin-bottom: 12px;
  }

  .text-block-16 {
    font-size: 1em;
  }

  .sm-h4-edu-2 {
    margin-bottom: 1.5em;
    font-size: 1em;
    text-align: center;
  }

  .txt-list-edu-2 {
    font-size: 1em;
  }

  .items-edu-block-2 {
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1.5fr)) 314px;
  }

  .h4-center-2 {
    font-size: 2em;
    text-align: center;
  }

  .som-adv-grid-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;
  }

  .career-content-block-2 {
    min-height: 150px;
  }

  .day-in-utter-domine-2 {
    font-size: 1.1em;
  }

  .ditl-image-2 {
    max-width: 60%;
  }

  .press-article-block-2 {
    min-height: 190px;
  }

  .manual-2 {
    margin-bottom: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: none;
    text-align: center;
  }

  .b-lang-grid-2 {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-languages-2 {
    font-family: Raleway, sans-serif;
    font-size: 1em;
    font-weight: 400;
  }

  .text-block-17 {
    font-family: Raleway, sans-serif;
    font-size: 1em;
    font-weight: 500;
  }

  .popup-box-2 {
    width: 500px;
    height: 480px;
  }

  .wanda-title-2 {
    font-size: 1.5em;
  }

  .img-kaiwrap-2.no-2 {
    margin-top: -39px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .img-solutions {
    margin-top: -40px;
  }

  .paragraph-38 {
    margin-bottom: 2em;
  }

  .abs-inter-meetkai-2 {
    left: -12%;
    top: 35%;
    right: -19%;
  }

  .bold-text-27 {
    display: block;
    width: 100%;
    padding-left: 0px;
    -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 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .bold-text-27.color-is-white {
    display: inline-block;
    width: 80%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .btn-3 {
    width: 100%;
    margin-top: 2vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .btn-3.color-is-bg-orange {
    width: 44%;
  }

  .btn-3.add-margin-right {
    margin-right: 0px;
  }

  .btn-3.add-margin-right.btn-kai-home {
    width: 45%;
    border-color: #000;
    color: #000;
    text-align: center;
  }

  .header-h1--modifier-3 {
    max-width: none;
    margin-bottom: 7vw;
    font-size: 2.5em;
  }

  .header-h1--modifier-3.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-h1--modifier-3.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-h1--modifier-3.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-h1--modifier-3.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .header-h1--modifier-3.pages {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .b-btn-holder-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vw;
    -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;
    text-align: center;
  }

  .title-2nd-3 {
    font-size: 2em;
  }

  .title-2nd-3.as-seen-title {
    font-size: 2em;
  }

  .b-regiongrid-3 {
    display: -ms-grid;
    display: grid;
    justify-items: baseline;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .paragraph-40 {
    font-size: 1em;
  }

  .heading-31 {
    font-size: 1.75em;
  }

  .e-dicovered-items-region-3 {
    width: 100%;
    max-width: 240px;
  }

  .txt-search-discover-3 {
    font-size: 1.1em;
  }

  .color-is-white-3 {
    font-size: 1em;
  }

  .color-is-white-3.modify {
    color: #3a3a3a;
  }

  .color-is-white-3.modify.kai {
    margin-top: 0px;
    padding-top: 50px;
    color: #000;
    font-size: 2.3em;
  }

  .color-is-white-3.m-advance {
    margin-bottom: 15px;
    font-size: 2em;
  }

  .e-whatslikekai-3 {
    margin-top: -44px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .txt-sm-pages-3.top {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0vw;
    margin-left: auto;
  }

  .b-about-header-2 {
    width: 100%;
    text-align: center;
  }

  .half-margin-3 {
    margin-bottom: 2vw;
    font-size: 2em;
  }

  .r-partners-wrap-3 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

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

  .partner-items-3 {
    margin-top: 5vw;
    margin-bottom: 5vw;
    text-align: center;
  }

  .sm-h6-partner-3 {
    font-size: 1em;
  }

  .contact-columns-2 {
    display: block;
  }

  .contact-2 {
    font-size: 2em;
    text-align: center;
  }

  .b-header-pages-3 {
    min-height: 50vh;
  }

  .b-download-free-2 {
    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;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kai-head-2 {
    font-size: 1.25em;
  }

  .title-demo {
    font-size: 2em;
  }

  .heading-33 {
    font-size: 2em;
    font-weight: 400;
  }

  .b-edu-kailogowrap-2 {
    margin-bottom: 9px;
    font-size: 1em;
  }

  .h1-solution-2 {
    font-size: 2.5em;
  }

  .text-block-20 {
    font-size: 1em;
  }

  .sm-h4-edu-3 {
    margin-bottom: 1.5em;
    font-size: 1em;
    text-align: center;
  }

  .items-edu-block-3 {
    justify-items: center;
    grid-auto-columns: minmax(325px, 1.5fr);
    -ms-grid-columns: minmax(150px, 0.25fr);
    grid-template-columns: minmax(150px, 0.25fr);
  }

  .img-edu-list-3 {
    margin-right: 0em;
    margin-bottom: 12px;
  }

  .h4-center-3 {
    font-size: 1.75em;
    text-align: center;
  }

  .heading-34 {
    font-size: 1.25em;
  }

  .text-center-2 {
    font-size: 1.25em;
  }

  .manual-3 {
    margin-bottom: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-image: none;
    text-align: center;
  }

  .text-block-21 {
    font-size: 1em;
  }

  .footer-end-4 {
    margin-top: 1.5em;
    padding-bottom: 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
  }

  .txt-copyright-4 {
    margin-bottom: 4vw;
    line-height: 1.5;
  }

  .footer-3 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .b-footer-inner-top-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .abs-inter-meetkai-3 {
    left: -12%;
    top: 35%;
    right: -19%;
  }

  .e-meetkai-block-2 {
    padding-right: 0%;
    text-align: center;
  }

  .column-2---blog-extras-2 {
    display: block;
  }

  .blog-image-block-id {
    height: 420px;
    margin-bottom: 0px;
  }

  .column-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .wanda-btn-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .next-article-link-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .featured-heading-press {
    font-size: 2em;
    text-align: left;
  }

  .nav-menu-button-4 {
    padding: 9px 5px;
    color: #24afb8;
  }

  .nav-menu-button-4.w--open {
    background-color: transparent;
    color: #24afb8;
  }

  .mobile-logo-3 {
    display: block;
  }

  .footer-4 {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .footer-end-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.2;
    text-align: center;
  }

  .txt-copyright-5 {
    margin-bottom: 4vw;
    line-height: 1.5;
  }

  .hero-block-streaming-2 {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-hero-2 {
    overflow: hidden;
    height: auto;
  }

  .hero-container-2 {
    width: auto;
    height: 630px;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-content-column-3 {
    display: block;
    margin-top: 2.5vh;
    margin-bottom: 1vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-btn-2.orange-btn {
    margin-bottom: 0px;
  }

  .icon-btn-2.orange-btn.mb-3 {
    margin-bottom: 0px;
  }

  .hero-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/resr-8-p-500_1.png');
    background-image: linear-gradient(0deg, #000, transparent), url('../images/resr-8-p-500_1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    -webkit-filter: none;
    filter: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .trailer-title.mt-5 {
    margin-bottom: 2vh;
  }

  .crew-wrap.mt-3 {
    position: static;
  }

  .trailer-video-2.trailer-video-block {
    width: 250px;
    height: 141px;
  }

  .now-card-title-2 {
    padding-top: 1vh;
  }

  .rotate-text {
    font-size: 16px;
    line-height: 4vw;
  }

  .trailer-video-first-2.trailer-video-block {
    width: 508px;
    height: 286px;
  }

  .side-header-rent {
    height: 17vh;
  }

  .provider-slide {
    margin-left: 3vw;
  }

  .side-header-buy {
    height: 15vh;
  }

  .section-card-2 {
    background-color: transparent;
  }

  .provider-2 {
    width: auto;
    height: auto;
    margin-right: 2%;
    border-radius: 7px;
  }

  .gradient-overlay {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 50;
    display: block;
    overflow: visible;
    width: 100vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: linear-gradient(0deg, #000, transparent);
  }

  .section-hero-carousel-2 {
    overflow: hidden;
    height: 425px;
  }

  .right-arrow-4 {
    z-index: 300;
    overflow: auto;
    width: 10vw;
    opacity: 0.7;
  }

  .container-content-bttm-2 {
    left: 12vw;
    top: auto;
    right: 12vw;
    bottom: 0%;
    height: auto;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }

  .left-arrow-4 {
    z-index: 300;
    width: 10vw;
    opacity: 0.7;
  }

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

  .see-more-link-text {
    margin-top: 0px;
    padding-top: 0px;
    color: #00a2b0;
    font-weight: 700;
  }

  .see-more-link-text:hover {
    color: #000;
  }

  .see-more-link {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    color: #00a2b0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
  }

  .check-features-flex-block {
    max-height: none;
  }

  .check-content-block {
    width: 48%;
    margin-right: 1vw;
  }

  .ellipses-icon {
    font-weight: 500;
  }

  .hero-block-beer-2 {
    height: auto;
  }

  .hero-block-wine-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .wine-hero-block {
    margin-top: 0px;
  }

  .block-book-hero-2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .block-hero-news-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .title-block-2 {
    margin-top: 0vh;
  }

  .block-hero-podcast-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .section-fitness-2 {
    overflow: hidden;
    height: auto;
  }

  .card-video-2 {
    width: 568px;
    height: 320px;
  }

  .block-hero-gaming-2 {
    height: auto;
  }

  .block-hero-meditation-2 {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .section-shopping-2 {
    overflow: hidden;
    height: auto;
  }

  .name-shopping.mt-2 {
    font-size: 20px;
  }

  .poi-section-hero-carousel {
    overflow: hidden;
    height: 425px;
  }

  .poi-hero-content-container {
    margin-right: auto;
    margin-left: auto;
  }

  .block-left-teal {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .poi-title-block {
    border: 1px none #000;
  }

  .delivery-icon-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .source-button-blocks {
    min-height: 14vh;
  }

  .menu-items-flex {
    max-height: 450px;
  }

  .single-item-block.color-is-white {
    width: 100%;
    margin-right: 0vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .see-more-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .review-block {
    width: 100%;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-grid-test {
    max-height: 500px;
  }

  .hero-content-column-4 {
    display: block;
    margin-top: 2.5vh;
    margin-bottom: 1vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .books-hero-2 {
    width: 100%;
    height: 348px;
    max-width: none;
  }

  .hero-title-book {
    font-size: 28px;
    line-height: 130%;
  }

  .hero-container-stream {
    width: auto;
    height: 630px;
    padding-top: 0%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .book-hero-grid {
    margin-left: 0vh;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .b-section-headings-3 {
    width: 95%;
  }

  .title-2nd-4 {
    font-size: 2em;
  }

  .div-block-9 {
    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;
    text-align: center;
  }

  .div-block-10 {
    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;
  }

  .flex-grid-beer {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .flex-grid-wine {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.1em;
  }

  strong {
    font-weight: 600;
  }

  .color-is-white.modify.kai {
    font-size: 2.1em;
  }

  .color-is-white.m-advance {
    font-size: 2em;
  }

  .btn {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn.color-is-bg-orange {
    width: 100%;
    text-align: center;
  }

  .btn.color-is-bg-orange.btn-kai-like {
    text-align: center;
  }

  .btn.sm-newsletter {
    width: 100%;
  }

  .header-h1--modifier {
    font-size: 2.5em;
    line-height: 1.1;
  }

  .header-h1--modifier.pages {
    margin-bottom: 0.5em;
    font-size: 2.5em;
  }

  .section {
    padding-top: 6vw;
    padding-bottom: 4vw;
  }

  .section.bgcolor-grey {
    padding-top: 8vw;
  }

  .e-aseen-flex {
    width: 460px;
    padding-bottom: 13px;
  }

  .b-regiongrid {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-regions-items {
    max-width: 130px;
    margin-right: 1vw;
    margin-left: 1vw;
  }

  .img-region-map {
    width: 23px;
    margin-right: 7px;
  }

  .e-dicovered-items {
    display: block;
    max-width: none;
  }

  .e-center-btn {
    padding-bottom: 20px;
  }

  .e-whatslikekai {
    display: block;
    text-align: center;
  }

  .form {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-input-email {
    width: 100%;
    height: 52px;
    margin-bottom: 9px;
  }

  .img-header-phone {
    width: 59vh;
    max-width: 92vw;
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-right: 2vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .img-partnerslogo {
    width: 90%;
    max-width: 150px;
    margin: 5px 0vw;
    text-align: center;
  }

  .b-partners-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10vw;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  }

  .footer-social {
    padding-top: 0.5em;
  }

  .b-cofounders {
    padding-bottom: 12vw;
  }

  .b-founders-wrap {
    grid-row-gap: 2em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .half-margin {
    margin-bottom: 9px;
    font-size: 2.1em;
  }

  .half-margin.m-cofounder {
    font-size: 2.75em;
  }

  .half-margin.oneliners {
    font-size: 1.65em;
  }

  .half-margin.title-2nd {
    font-size: 2em;
  }

  .img-founders.img-advisors {
    width: 100%;
  }

  .b-header-pages {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .b-header-pages.banner-gradient {
    min-height: 17.5em;
  }

  .b-meet-advisors {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .e-advisors-block {
    width: 100%;
    margin-bottom: 29px;
  }

  .partner-items {
    width: 75%;
  }

  .r-partners-wrap {
    display: -ms-grid;
    display: grid;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: repeat(auto-fit, minmax(175px, 0.5fr)) 175px;
    -ms-grid-rows: minmax(auto, 1fr) auto;
    grid-template-rows: minmax(auto, 1fr) auto;
  }

  .r-partners-wrap.grid-download2 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .abs-inter-meetkai {
    left: -26%;
    border-radius: 0px;
  }

  .b-region-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .newsletter-flex {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field {
    height: 45px;
    margin-right: 0px;
    margin-bottom: 11px;
  }

  .streaming-items {
    width: 100%;
  }

  .iphone {
    width: 230px;
  }

  .abs-video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .txt-negate {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .txt-badboy {
    font-size: 1.4em;
  }

  .img-kaiwrap.demo-img {
    width: 65%;
  }

  .h1-solution {
    font-size: 2em;
  }

  .items-edu-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .h4-center {
    font-size: 1.75em;
  }

  .flex-press-kit {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .e-kai-sub-items {
    padding: 0px;
    font-size: 0%;
  }

  .h1txt-quicklinks {
    font-size: 1.2em;
  }

  .utility-page-content {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-5 {
    font-size: 3.5em;
  }

  .image-4 {
    max-width: 75%;
  }

  .e-dicovered-items-region {
    display: block;
    max-width: none;
  }

  .image-5 {
    width: 100%;
    max-width: none;
  }

  .btn-contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .img-phone-header {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .day-in-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 6px;
  }

  .day-in-utter-domine {
    width: 100%;
  }

  .columns {
    display: block;
  }

  .chateau-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .ditl-image {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .intnl-hdr-image {
    margin-right: 50px;
    margin-left: 50px;
  }

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

  .intnl-hdr-text-block {
    position: relative;
  }

  .h4-intnl-hdr {
    text-align: center;
  }

  .heading-6_intnl {
    font-size: 18px;
    text-align: center;
  }

  .e-advisors-block-id {
    width: 100%;
    margin-bottom: 29px;
  }

  .e-advisors-block--es {
    width: 100%;
    margin-bottom: 29px;
  }

  .link-source {
    font-size: 1em;
  }

  .heading-press {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .career-content-block {
    min-height: 150px;
  }

  .search-block {
    display: none;
  }

  .domain-block {
    display: none;
  }

  .nav-menu-button-2 {
    display: none;
  }

  .alert-section {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-column {
    position: relative;
    top: 30px;
    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;
  }

  .hero-content-column {
    display: block;
    margin-top: 3vh;
    margin-bottom: 1vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .rating-block {
    margin-top: 2vw;
  }

  .card-genre {
    padding-top: 0px;
    font-size: 14px;
  }

  .card-genre.white-text {
    width: 99%;
    line-height: 130%;
  }

  .star-block {
    width: 88%;
  }

  .star-block.mt-1 {
    margin-top: 1.5vh;
  }

  .star-block.mt-2 {
    margin-top: 1vh;
  }

  .hero-title {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .hero-title.black-text {
    color: #000c1a;
  }

  .poster {
    width: auto;
    margin-top: 0px;
  }

  .icon-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon-btn.ml-1.btn-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .icon-btn.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .icon-btn.orange-btn.mb-3 {
    margin-bottom: 2vh;
  }

  .icon-btn.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .section-hero {
    overflow: visible;
    height: 730px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .hero-block-streaming {
    height: 730px;
  }

  .hero-container {
    height: 100%;
    max-height: none;
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-btn-block {
    margin-top: 2vh;
  }

  .hero-btn-block.mt-3 {
    margin-bottom: 2vh;
  }

  .suggest-title {
    margin-bottom: 2vh;
  }

  .suggestion-grid {
    display: inline-block;
    height: auto;
    margin-bottom: 1vh;
  }

  .section-card-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-title.mt-5 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .provider {
    width: auto;
    height: auto;
    margin-right: 2%;
    border-radius: 7px;
  }

  .short-description {
    display: block;
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 150%;
  }

  .kai-domain-icon {
    position: static;
    max-width: 63%;
    margin-right: auto;
    margin-left: 50px;
  }

  .suggest-image {
    width: 99.132%;
    height: 157px;
  }

  .section-card {
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 0px;
  }

  .domain-grid {
    display: inline-block;
  }

  .suggest-link {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .recommendations-block {
    display: block;
  }

  .section-hero-carousel {
    overflow: auto;
    height: 570px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .icon-4 {
    margin-left: 10px;
  }

  .recipe-image {
    height: 570px;
  }

  .container-content-bttm {
    height: auto;
    max-height: none;
    padding-right: 15vw;
    padding-left: 15vw;
  }

  .hero-content-container {
    height: 570px;
  }

  .mask-2 {
    height: auto;
  }

  .photo-header-slider {
    height: 570px;
  }

  .slide-nav-3 {
    display: none;
  }

  .icon-5 {
    margin-right: 10px;
  }

  .description {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .suggest-image-food {
    width: 100%;
    height: 157px;
    margin-left: 0%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .recipe-image-single {
    height: 570px;
  }

  .photo-header-single-slider {
    height: 570px;
  }

  .cuisines {
    padding-top: 0px;
    font-size: 14px;
  }

  .hero-title-80 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 112%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .restaurant-image {
    height: 570px;
  }

  .ride-share-icon {
    display: block;
  }

  .teal-link-2 {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }

  .miles-away-block {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .ride-share-label {
    margin-right: 10px;
  }

  .ride-share-link {
    display: block;
    width: auto;
    padding-left: 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .miles-away-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .ride-share-grid {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0% 1fr 1fr;
    grid-template-columns: 0% 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .beer-styles {
    padding-top: 0px;
    font-size: 14px;
  }

  .hero-block-beer {
    height: 690px;
  }

  .hero-container-3-9 {
    top: 1vh;
    bottom: 1vh;
    display: block;
    height: auto;
    max-height: none;
    padding-top: 0px;
  }

  .beer-hero-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .section-hero-book {
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0vh;
  }

  .center-btn-block {
    margin-top: 2vh;
  }

  .suggest-image-beer {
    width: 33%;
    height: 157px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .suggest-image-wine {
    width: 33%;
    margin-right: 33%;
    margin-left: 33%;
  }

  .suggest-image-wine-2 {
    width: 33%;
    height: 157px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .hero-column-2 {
    position: relative;
    top: 30px;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .wine-hero-lightbox {
    display: block;
    width: 100%;
  }

  .style_varietal_name {
    padding-top: 0px;
    font-size: 14px;
  }

  .hero-container-3-9-2 {
    top: 1vh;
    bottom: 1vh;
    display: block;
    height: auto;
    max-height: none;
    padding-top: 0px;
  }

  .hero-block-wine {
    height: 690px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/wine1.png');
    background-image: linear-gradient(180deg, null, null), url('../images/wine1.png');
  }

  .wine-hero {
    width: 100%;
    max-height: 320px;
    margin-bottom: 0px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .vintage {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .region_name {
    padding-top: 0px;
    font-size: 14px;
  }

  .hero-content-column-2 {
    display: block;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-hero-wine {
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .winery {
    padding-top: 0px;
    font-size: 14px;
  }

  .country {
    padding-top: 0px;
    font-size: 14px;
  }

  .block-book-hero {
    height: 690px;
  }

  .book-hero-lightbox {
    display: block;
    width: 100%;
  }

  .author-text {
    padding-top: 0px;
    font-size: 14px;
  }

  .suggestion-grid-four {
    display: inline-block;
    height: auto;
  }

  .suggest-image-book {
    width: 33%;
    height: 157px;
    margin-right: 33%;
    margin-left: 33%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-news-hero {
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-hero-news-001 {
    height: auto;
  }

  .news-hero {
    max-height: 185px;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .article-text {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .news-source {
    padding-top: 0px;
    font-size: 14px;
  }

  .news-source.white-text {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    color: #4a4a4a;
  }

  .suggest-image-news {
    width: 100%;
    height: 157px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .icon-btn-black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2vh;
  }

  .pub-date-main {
    margin-top: 5px;
    color: #4a4a4a;
  }

  .block-hero-news {
    height: auto;
  }

  .video-2 {
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .section-news-podcast {
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-hero-podcast {
    height: auto;
  }

  .episode-image {
    max-height: 300px;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .episode-description {
    display: block;
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .podcast-description {
    display: block;
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .podcast-name {
    padding-top: 0px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
  }

  .episode-title {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .html-embed-3 {
    margin-top: 1.5vh;
    margin-bottom: 1vh;
  }

  .episode-count {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #9ca3af;
    text-align: center;
  }

  .suggest-image-podcast {
    width: auto;
    height: 157px;
    margin-left: 7.5vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-fitness {
    overflow: visible;
    height: auto;
    margin-right: -5px;
    margin-left: -5px;
  }

  .duration-text {
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 0px;
    float: left;
    clear: right;
  }

  .suggest-image-fitness {
    width: 100%;
    height: 157px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .content-block-80 {
    width: 100%;
    padding-left: 2vh;
  }

  .pricing-grid {
    display: inline-block;
  }

  .sales-price-text {
    margin-top: 10px;
  }

  .shopping-source {
    padding-top: 0px;
    font-size: 14px;
  }

  .section-shopping {
    overflow: visible;
    height: auto;
    max-height: 960px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .image-block-40 {
    width: 100%;
  }

  .block-hero-shopping {
    height: auto;
  }

  .icon-btn-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .icon-btn-big.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .icon-btn-big.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .product-name {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .product-name.color-is-white {
    color: #fff;
    text-align: left;
  }

  .product-name-2 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .block-hero-shopping-2 {
    height: auto;
  }

  .shop-description {
    display: block;
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .product-details-block {
    display: block;
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    font-family: 'Open Sans', sans-serif;
    color: #4a4a4a;
    line-height: 130%;
  }

  .domain-grid-shop {
    display: inline-block;
  }

  .suggest-image-shopping {
    width: auto;
    height: 157px;
    margin-left: 7.5vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .suggest-link-shopping {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .suggestion-grid-shop {
    display: inline-block;
    height: auto;
    margin-bottom: 1vh;
  }

  .suggest-title-2 {
    margin-bottom: 2vh;
  }

  .image-block-game {
    width: 100%;
  }

  .section-gaming {
    overflow: visible;
    height: auto;
    max-height: 960px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .content-block-gaming {
    width: 100%;
    padding-left: 2vh;
  }

  .game-studio {
    padding-top: 0px;
    font-size: 14px;
  }

  .block-hero-gaming {
    height: auto;
  }

  .icon-btn-black-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2vh;
  }

  .image-block-game-2 {
    width: 100%;
    height: 280px;
  }

  .content-block-gaming-2 {
    width: 99%;
    height: 320px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-news-meditation {
    overflow: visible;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .block-hero-meditation {
    height: auto;
  }

  .meditation-image {
    width: 100%;
    max-height: none;
    margin-top: 1vh;
    margin-bottom: 0px;
  }

  .duration-text-2 {
    margin-top: 5px;
    margin-left: 10px;
    padding-top: 0px;
    float: left;
    clear: right;
  }

  .meditation-title {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .suggest-image-meditation {
    width: 99.999893%;
    height: 157px;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .paragraph-big {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-10 {
    margin-bottom: -10.7vw;
  }

  .grid-2 {
    position: static;
  }

  .contact-img {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-10 {
    margin-top: 14px;
  }

  .image-19 {
    margin-bottom: 0px;
  }

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

  .psrtners-title {
    font-size: 1.25em;
  }

  .paragraph-14.careers-parag {
    margin-top: -26px;
  }

  .paragraph-14.careers-parag.paragraph-resp {
    margin-top: 0px;
  }

  .paragraph-15.careers-parag {
    padding-bottom: 38px;
  }

  .link-source-2 {
    font-size: 1.1em;
  }

  .title-2nd {
    font-size: 2em;
  }

  .heading-12 {
    font-size: 1.5em;
  }

  .c-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-20 {
    font-size: 1.9em;
  }

  .blog-author-block {
    width: auto;
  }

  .btn-watch-video.float-right {
    width: 100%;
    text-align: center;
  }

  .column-2---blog-extras {
    display: none;
  }

  .readnext-content-block {
    display: block;
    width: auto;
    margin-top: -21px;
  }

  .blog-trailer-description {
    font-size: 1em;
    line-height: 1.4em;
  }

  .blog-flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .rich-text-block-2 {
    font-size: 0.9em;
  }

  .article-h2 {
    font-size: 1.9em;
  }

  .blog-section-card {
    max-width: 100vw;
    margin-left: 0%;
    padding-right: 0px;
  }

  .blog-trailer-description-2 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .border-top {
    margin-top: -23px;
  }

  .blog-recipe-ingredients {
    font-size: 1em;
    line-height: 1.4em;
  }

  .heading-24 {
    font-size: 1.9em;
  }

  .blog-section-card-2 {
    max-width: 100vw;
    margin-left: 0%;
    padding-right: 0px;
  }

  .wanda-btn {
    width: 100%;
  }

  .popup-box {
    width: 320px;
    height: 560px;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .blog-flex-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .nav-menu-button-3.w--open {
    border-color: transparent;
  }

  .mobile-logo-2 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .btn-2 {
    width: 55%;
  }

  .btn-2.color-is-bg-orange {
    width: 45%;
    text-align: center;
  }

  .btn-2.color-is-bg-orange.btn-home-kais {
    width: 75%;
  }

  .header-h1--modifier-2 {
    font-size: 2.5em;
    line-height: 1.1;
  }

  .header-h1--modifier-2.pages {
    margin-bottom: 0.5em;
    font-size: 2.5em;
  }

  .section-7 {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .title-2nd-2 {
    font-size: 2em;
  }

  .e-regions-items-2 {
    max-width: 130px;
    margin-right: 1vw;
    margin-left: 1vw;
  }

  .b-regiongrid-2 {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .e-dicovered-items-region-2 {
    display: block;
    max-width: none;
  }

  .color-is-white-2.modify.kai {
    font-size: 2.1em;
  }

  .color-is-white-2.m-advance.advance-title {
    font-size: 2em;
  }

  .b-header-pages-2 {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .b-header-pages-2.banner-gradient {
    min-height: 19.6em;
  }

  .half-margin-2 {
    margin-bottom: 9px;
    font-size: 2em;
  }

  .b-meet-advisors-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .b-cofounders-2 {
    padding-bottom: 12vw;
  }

  .partner-items-2 {
    margin-top: 0vw;
    margin-bottom: 0vw;
  }

  .container-15 {
    padding-top: 11px;
  }

  .r-partners-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -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;
  }

  .paragraph-34 {
    margin-bottom: 4.3vw;
    padding-top: 0px;
  }

  .paragraph-35 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 2em;
  }

  .img-edu-list-2 {
    width: 45%;
  }

  .heading-29 {
    font-size: 1.25em;
  }

  .items-edu-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .career-content-block-2 {
    min-height: 100px;
  }

  .heading-press-2 {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .chateau-subtitle-2 {
    width: 100%;
    margin-top: 10px;
  }

  .day-in-utter-domine-2 {
    width: 100%;
  }

  .ditl-image-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .link-source-3 {
    font-size: 1.1em;
  }

  .link-source-4 {
    font-size: 1.1em;
  }

  .section-8 {
    padding-top: 4vw;
    padding-bottom: 14vw;
  }

  .blog-image-block-full-2 {
    height: 300px;
  }

  .popup-box-2 {
    width: 320px;
    height: 650px;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }

  .article-h2-2 {
    font-size: 1.9em;
  }

  .img-kaiwrap-2.no-2 {
    margin-top: -39px;
  }

  .paragraph-38 {
    margin-bottom: 3em;
  }

  .abs-inter-meetkai-2 {
    left: -26%;
    border-radius: 0px;
  }

  .bold-text-27.color-is-white {
    width: 100%;
  }

  .btn-3.color-is-bg-orange {
    width: 70%;
    margin-top: 3vw;
    text-align: center;
  }

  .btn-3.color-is-bg-orange.btn-cuaca {
    width: 90%;
  }

  .btn-3.add-margin-right.btn-kai-home {
    width: 70%;
  }

  .header-h1--modifier-3 {
    font-size: 2.6em;
    line-height: 1.1;
  }

  .header-h1--modifier-3.pages {
    margin-bottom: 0.5em;
    font-weight: 300;
  }

  .header-h1--modifier-3.pages {
    margin-bottom: 0.5em;
  }

  .header-h1--modifier-3.pages {
    margin-bottom: 0.5em;
  }

  .header-h1--modifier-3.pages {
    margin-bottom: 0.5em;
  }

  .header-h1--modifier-3.pages {
    margin-bottom: 0.5em;
  }

  .title-2nd-3.as-seen-title {
    font-size: 2em;
  }

  .b-regiongrid-3 {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .as-seen-title {
    font-size: 2em;
  }

  .e-regions-items-3 {
    max-width: 130px;
    margin-right: 1vw;
    margin-left: 1vw;
  }

  .e-dicovered-items-region-3 {
    display: block;
    max-width: none;
  }

  .paragraph-41 {
    font-size: 1em;
    text-align: center;
  }

  .color-is-white-3.modify.kai {
    font-size: 2.1em;
  }

  .heading-32 {
    margin-left: 1px;
  }

  .heading-32.hows-title {
    font-size: 1.7em;
  }

  .half-margin-3 {
    margin-bottom: 9px;
  }

  .half-margin-3.name-advisors {
    font-size: 1.5em;
  }

  .r-partners-wrap-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-17 {
    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;
  }

  .sm-h6-partner-3 {
    font-size: 1em;
  }

  .b-header-pages-3 {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .b-header-pages-3.banner-gradient {
    min-height: 17.5em;
  }

  .b-download-free-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .e-kai-sub-items-2 {
    width: 38%;
  }

  .txt-badboy-2 {
    font-size: 1.4em;
  }

  .txt-negate-2 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .items-edu-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -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;
  }

  .img-edu-list-3 {
    text-align: center;
  }

  .chateau-subtitle-3 {
    width: 100%;
    margin-top: 10px;
  }

  .day-in-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 6px;
  }

  .heading-press-3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 1em;
  }

  .link-source-5 {
    font-size: 1.1em;
  }

  .txt-copyright-4 {
    padding-top: 0.5em;
    padding-bottom: 1em;
  }

  .paragraph-44.color-is-charcoal {
    font-size: 1em;
  }

  .abs-inter-meetkai-3 {
    left: -26%;
    border-radius: 0px;
  }

  .heading-36 {
    font-size: 3em;
  }

  .column-2---blog-extras-2 {
    display: block;
  }

  .blog-image-block-id {
    height: 320px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
    background-image: linear-gradient(0deg, #000, transparent), url('../images/69QJSMkm5Hh0x9fLElZ8hjv5N4P.jpeg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .h2-blog-heading {
    font-size: 1.9em;
  }

  .wanda-btn-2 {
    width: 100%;
  }

  .grid-fix {
    width: 91vw;
  }

  .featured-heading-press {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 1.3em;
  }

  .nav-menu-button-4 {
    display: none;
  }

  .icon-8 {
    display: none;
  }

  .hero-block-streaming-2 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 0px;
    padding-right: 3vw;
    padding-left: 3vw;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .section-hero-2 {
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .hero-container-2 {
    height: 100%;
    max-height: none;
    margin-top: 0px;
    padding-top: 0px;
  }

  .hero-content-column-3 {
    display: block;
    margin-top: 3vh;
    margin-bottom: 1vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-title-2 {
    position: static;
    display: block;
    overflow: visible;
    width: 99%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .hero-title-2.black-text {
    color: #000c1a;
  }

  .icon-btn-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
  }

  .icon-btn-2.ml-1.btn-last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-right: 15px;
    margin-left: 0vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-btn-2.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .icon-btn-2.orange-btn.mb-3 {
    margin-bottom: 2vh;
  }

  .icon-btn-2.orange-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .hero-image {
    position: absolute;
    left: -100%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: inline-block;
    overflow: visible;
    height: 100%;
    max-height: none;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: url('../images/resr-8-p-500_1.png');
    background-position: 0px 0px;
    background-size: cover;
    -webkit-filter: none;
    filter: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .kai-domain-icon-2 {
    position: relative;
    width: auto;
    max-width: 50%;
    margin: 1vh auto 0px 25%;
    padding-left: 0%;
  }

  .trailer-title.mt-5 {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .trailer-title.mt-5.localized {
    line-height: 112%;
  }

  .crew-wrap.mt-3 {
    position: static;
  }

  .trailer-video-2.trailer-video-block {
    width: 100%;
    height: 185px;
    margin-bottom: 9px;
  }

  .rotate-text {
    line-height: 8vw;
  }

  .trailer-video-first-2.trailer-video-block {
    width: 100%;
    height: 185px;
  }

  .play-image {
    margin-top: 5vh;
    margin-bottom: 5vh;
    margin-left: 0px;
  }

  .crew-block-2 {
    overflow: hidden;
  }

  .side-header-rent {
    width: 8vw;
  }

  .col-1-card-2 {
    margin-top: 0px;
  }

  .provider-slide {
    margin-left: 3vw;
  }

  .side-header-buy {
    width: 8vw;
  }

  .domain-grid-2 {
    display: inline-block;
    width: 100%;
  }

  .section-card-2 {
    position: static;
    max-width: none;
    margin-right: 3%;
    margin-left: 3%;
    padding-right: 0px;
  }

  .trailer-grid-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;
  }

  .provider-2 {
    width: auto;
    height: auto;
    margin-right: 2%;
    border-radius: 7px;
  }

  .cast-block-2 {
    overflow: hidden;
  }

  .photo-header-slider-2 {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .gradient-overlay {
    position: absolute;
    z-index: 50;
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background-image: linear-gradient(0deg, #000, transparent);
  }

  .section-hero-carousel-2 {
    overflow: auto;
    height: 370px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .restaurant-recipe-image {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .right-arrow-4 {
    overflow: hidden;
    width: 13vw;
    opacity: 0.7;
  }

  .icon-9 {
    margin-right: 10px;
  }

  .container-content-bttm-2 {
    height: auto;
    max-height: none;
    padding-top: 2vh;
    padding-bottom: 4vh;
  }

  .left-arrow-4 {
    width: 12vw;
    opacity: 0.7;
  }

  .hero-title-80-2 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 112%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .map-block-2 {
    width: 100%;
    height: 200px;
  }

  .see-more-link-text {
    margin-top: 0px;
    margin-bottom: 1vh;
    padding-top: 0px;
    color: #00a2b0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
  }

  .see-more-link-text:hover {
    color: #000;
  }

  .see-more-link {
    display: block;
    width: 100.000025%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    float: right;
    color: #00a2b0;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
  }

  .check-features-flex-block {
    max-height: none;
  }

  .check-content-block {
    width: 100%;
  }

  .feature-check-2 {
    margin-right: 2vw;
  }

  .ellipses-icon {
    font-weight: 500;
  }

  .alert-section-2 {
    width: auto;
    max-width: 100vw;
    margin-right: auto;
    margin-left: auto;
  }

  .link-banner-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-block-beer-2 {
    overflow: hidden;
    height: auto;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .news-category {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }

  .hero-block-wine-2 {
    width: auto;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #00363a), linear-gradient(180deg, #000, #000);
  }

  .wine-hero-block {
    display: block;
    width: auto;
    max-height: 320px;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .block-book-hero-2 {
    width: auto;
    height: auto;
    min-height: 560px;
    margin-left: 0px;
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#00363a));
    background-image: linear-gradient(180deg, #000, #00363a);
  }

  .block-hero-news-2 {
    height: auto;
  }

  .source-category {
    position: static;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: left;
  }

  .title-block-2 {
    margin-top: 0vh;
    margin-bottom: 1vh;
  }

  .block-hero-podcast-2 {
    height: auto;
  }

  .section-fitness-2 {
    overflow: visible;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .card-video-2 {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-height: 0px;
    min-width: 0px;
  }

  .block-hero-gaming-2 {
    height: auto;
  }

  .block-hero-meditation-2 {
    width: auto;
    height: auto;
  }

  .meditation-title-2 {
    position: static;
    display: block;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .pricing-grid-2 {
    display: block;
    text-align: center;
  }

  .section-shopping-2 {
    overflow: visible;
    height: auto;
    max-height: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .sales-price-text-2 {
    margin-top: 10px;
    text-align: center;
  }

  .columns-7 {
    height: auto;
  }

  .original-price-text-2 {
    text-align: center;
  }

  .poi-photo-header-slider {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .poi-mask {
    height: auto;
  }

  .block-right-teal {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .left-arrow-block {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .poi-slide {
    height: auto;
  }

  .poi-section-hero-carousel {
    overflow: auto;
    height: 320px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .right-arrow-block {
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
  }

  .poi-image-full {
    width: 320px;
    height: 320px;
    max-width: none;
  }

  .poi-hero-content-container {
    height: 320px;
  }

  .block-left-teal {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }

  .poi-title-block {
    border: 1px none #000;
  }

  .column-10 {
    border: 1px none #000;
  }

  .column-10.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }

  .poi-labels {
    padding-top: 0px;
    font-size: 14px;
  }

  .see-more-block {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .review-block {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .flex-grid-test {
    max-height: 777px;
  }

  .review-user-block {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-web-card {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .hero-content-column-4 {
    display: block;
    margin-top: 3vh;
    margin-bottom: 1vh;
    padding-right: 15px;
    padding-left: 15px;
  }

  .books-hero-2 {
    width: auto;
    margin-top: 1vh;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }

  .hero-title-book {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    margin-top: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    border: 1px none #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
    font-size: 24px;
    line-height: 130%;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-decoration: none;
    text-indent: 0px;
    -webkit-column-count: auto;
    column-count: auto;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .hero-title-book.black-text {
    color: #000c1a;
  }

  .hero-container-stream {
    z-index: 200;
    height: 100%;
    max-height: none;
    margin-top: 0px;
    padding-top: 0px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .book-hero-grid {
    width: auto;
    margin-left: 0px;
    padding: 2vh 5vw;
    justify-items: stretch;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .title-2nd-4 {
    font-size: 2em;
  }

  .div-block-10 {
    -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-align: center;
  }

  .grid-6 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flex-grid-beer {
    padding-right: 5vw;
    padding-left: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-fix-beer {
    width: 100vw;
  }

  .flex-grid-wine {
    width: auto;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-fix-wine {
    width: 100vw;
    margin-left: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .grid-flex-streaming {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .grid-fix-streaming {
    width: 97vw;
    margin-right: 0px;
    margin-left: 0px;
  }
}

#w-node-e49ffc08-af1e-d7bd-700b-c2ae4422d149-524332a9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_8544064b-1221-5e6e-7247-d91fbae9f539-a94332b3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fae803d4-d7e2-8226-d6f8-b3e8b114c49a-eb4332bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a72c064a-b4c6-fa71-ed8b-317cd22e1915-eb4332bf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-a72c064a-b4c6-fa71-ed8b-317cd22e1913-eb4332bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e48ba6f-53bc-9eb0-0e86-813d9cba391a-eb4332bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_47bfce34-67dd-a2e4-02be-01810a2f293c-eb4332bf {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_47bfce34-67dd-a2e4-02be-01810a2f2944-eb4332bf {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f6e655bb-9376-7460-5b25-1c52694b6de5-664332c9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

#w-node-a72c064a-b4c6-fa71-ed8b-317cd22e1915-664332c9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7e48ba6f-53bc-9eb0-0e86-813d9cba391a-664332c9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4510ae7e-fefc-3e96-5fa8-d3b974109d41-664332c9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dabf4590-b76b-7f69-175a-c662133df647-664332c9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dabf4590-b76b-7f69-175a-c662133df649-664332c9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_495c2b26-5b6a-9b11-c582-3aff97036377-664332c9 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3029fdf-3ef1-fce2-83f2-e15fa74cc9c4-664332c9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c3029fdf-3ef1-fce2-83f2-e15fa74cc9c6-664332c9 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_700a382d-c208-e0f1-544f-a44ffa0561a7-81433368 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-aca87d9b-7366-fe4f-9730-c8ed469f2440-81433368 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_25dc4f0f-8f6f-709d-4125-4cf1ac8c2549-b343339f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9501d2e4-afb6-1ddb-6d11-0b4d7ffe25e8-444333b1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-afa765bb-b90c-4cc6-7f86-02399efcd272-444333b1 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-de935510-cbf8-f899-50af-ed9971165064-444333b1 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-b965621d-6987-c57a-9811-0a60fe916f73-8b4334bf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a2d0f961-bd2a-630a-8ac2-d1984a6b49f6-8b4334bf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_13917d1a-c920-8315-f073-67564cfc30c2-8b4334bf {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fdad490d-a98c-1887-2706-3f765e8ae51d-1a4b5596 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f6e655bb-9376-7460-5b25-1c52694b6de5-44d83728 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

#w-node-a72c064a-b4c6-fa71-ed8b-317cd22e1915-44d83728 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_7e48ba6f-53bc-9eb0-0e86-813d9cba391a-44d83728 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4510ae7e-fefc-3e96-5fa8-d3b974109d41-44d83728 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-dabf4590-b76b-7f69-175a-c662133df647-44d83728 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-dabf4590-b76b-7f69-175a-c662133df649-44d83728 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_495c2b26-5b6a-9b11-c582-3aff97036377-44d83728 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c3029fdf-3ef1-fce2-83f2-e15fa74cc9c4-44d83728 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c3029fdf-3ef1-fce2-83f2-e15fa74cc9c6-44d83728 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_28c22226-eebf-ec88-92d2-fc851b522c64-15d39136 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_3ce83f1f-b115-485b-bb80-87914a2d7a0c-15d39136 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ee7fb0ab-cad2-6348-e5a7-3a1dfcc1a4a1-0ccc0e3a {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ee7fb0ab-cad2-6348-e5a7-3a1dfcc1a4a2-0ccc0e3a {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_33b23e62-8214-61fe-350e-0be48b9a5c8f-734dccb3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_208986c6-8370-8fbd-fc3b-0c6e3bc97c47-50dc2b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_208986c6-8370-8fbd-fc3b-0c6e3bc97c52-50dc2b66 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5a6ef0d1-163e-0b41-de0e-ca897d837d8f-50dc2b66 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c47eb69d-40b2-2f4b-c047-e67806ea44bb-50dc2b66 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-c47eb69d-40b2-2f4b-c047-e67806ea44c2-50dc2b66 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f020c0d5-cf0e-be1b-877f-9c4797478871-9a80513c {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-f0778079-be0f-0978-1421-96ee7dfed3d9-d6d1c58c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 7;
  grid-column-start: span 7;
  -ms-grid-column-span: 7;
  grid-column-end: span 7;
}

#w-node-_440ea062-7e72-9953-9cab-9eee38c7be11-d6d1c58c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_1bffa501-0ebb-75fe-71ba-9287ba44c749-d6d1c58c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_6abdc7d9-4bc1-8346-cdb8-dcd27db933a3-d6d1c58c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_663654e8-85a5-b673-1b96-bd5dcf4536b7-d6d1c58c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_663654e8-85a5-b673-1b96-bd5dcf4536b9-d6d1c58c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-d2b9a9c8-6724-4909-af6d-5f770f1c8edb-d6d1c58c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0a65d083-38cc-c3af-0ab3-223bbac0d4e1-d6d1c58c {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0a65d083-38cc-c3af-0ab3-223bbac0d4e3-d6d1c58c {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_14d4f551-fd69-53cd-19b2-4e9488daa320-a98a4eb4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_72293a39-488c-0388-58fd-009571fca90a-a98a4eb4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee5b-b1f56f54 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f885fdcd-c5af-3750-202a-0425950d1918-07db325b {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f885fdcd-c5af-3750-202a-0425950d1919-07db325b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_78dba91e-3cbd-94b5-4730-4b11c94c9725-bac3b818 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_78dba91e-3cbd-94b5-4730-4b11c94c972f-bac3b818 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_78dba91e-3cbd-94b5-4730-4b11c94c9738-bac3b818 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4e8e1f6e-6dce-5380-4b3b-8b4e5073667b-bac3b818 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_311426d6-35a3-7737-4841-f886772c0390-bac3b818 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_311426d6-35a3-7737-4841-f886772c0399-bac3b818 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e49ffc08-af1e-d7bd-700b-c2ae4422d149-90eb8d1b {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_58de18cf-e259-9cd8-88ac-5fc701736a7a-2567cd9e {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0c3d6d7c-0aa1-d877-18bd-157c3d290085-2567cd9e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_8d97eacb-87d4-f50c-3605-b6fbf8c6093f-3d66dfa3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0413d021-04c4-1652-1b9c-5aec716177f1-4b61fcfb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_732e7f9a-d53d-0579-3ce2-18d562a63d7c-3d670bda {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cfb7f445-0bc5-6313-5ea6-c33ceee4afff-3d670bda {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6412dbf2-ea11-c079-d524-2274b1935c4b-5730818a {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f6d9f699-eec8-1ee3-a067-a7a4b22300c4-5730818a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eb2777e6-d139-a6ce-f35a-38bc94f05dd1-7a6ce1d9 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-ad3fecce-e750-7890-f7a1-352e422f061c-7a6ce1d9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_176330d2-eeae-a12e-cf30-41cba2f11b4d-7a6ce1d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d4316549-b763-804e-492f-0b03c8a8bd49-9f56abd7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_1b046283-7f68-ea8d-7d94-1391af830902-af0ab4b8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5d70ae12-01f9-d308-502c-454a808a4d22-ac9117ac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ff58fc73-ec2b-4395-79ac-c307606d8465-7056ace1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8544064b-1221-5e6e-7247-d91fbae9f534-a94332b3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_8544064b-1221-5e6e-7247-d91fbae9f539-a94332b3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f55c29be-591e-bc98-323b-28eefe3dd868-a94332b3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f55c29be-591e-bc98-323b-28eefe3dd86d-a94332b3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_334a4f89-d3d0-981f-f60a-d6bc0cee0bbc-f1433308 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_334a4f89-d3d0-981f-f60a-d6bc0cee0bc1-f1433308 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aee55ff9-bfbe-4452-cab1-055890431a51-f1433308 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_60fe23d6-52e2-8957-1e93-d2c98a6ccc72-f1433308 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_25dc4f0f-8f6f-709d-4125-4cf1ac8c2549-b343339f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-b0f6ea90-8f27-f69b-8935-675528cf805e-b343339f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_921638f7-5dee-b8ae-5b83-ce29f59f2e6d-b343339f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_23595430-613b-2ea9-1bd8-36e22d1c31f1-b343339f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fc396caf-5cc0-6fe0-856e-54e21a3ef560-b343339f {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_56697253-9f67-f7a9-65bd-d6f4f41e8ef3-bd51e49c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_56697253-9f67-f7a9-65bd-d6f4f41e8efa-bd51e49c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_84e2bdeb-b402-78fc-e0fa-2b9fda9f0649-bd51e49c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-e1dfd97a-530c-f1a8-9b7b-0b871c3c2081-bd51e49c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_334a4f89-d3d0-981f-f60a-d6bc0cee0bbc-00ce6ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_334a4f89-d3d0-981f-f60a-d6bc0cee0bc1-00ce6ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-aee55ff9-bfbe-4452-cab1-055890431a51-00ce6ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_60fe23d6-52e2-8957-1e93-d2c98a6ccc72-00ce6ae9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5c8f-734dccb3 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5caf-734dccb3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cb0-734dccb3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cf5-734dccb3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cf6-734dccb3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c47eb69d-40b2-2f4b-c047-e67806ea44c2-50dc2b66 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ae73e7e1-9f24-e63d-5c57-eb48e4ec7ef7-85b797f5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ae73e7e1-9f24-e63d-5c57-eb48e4ec7efe-85b797f5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_70fb4322-30c7-d51b-c2a7-f0afbb466596-85b797f5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3e43a5a7-1d4d-265d-7a40-f0ec6a0a2d4a-85b797f5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9b204b82-4f99-d48a-8d8e-1adbe1c10247-9d673cbf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9b204b82-4f99-d48a-8d8e-1adbe1c10250-9d673cbf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ad02744-f8f3-e587-edc5-49b77dba0302-9d673cbf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_3ad02744-f8f3-e587-edc5-49b77dba030b-9d673cbf {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee5b-b1f56f54 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee7b-b1f56f54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee7c-b1f56f54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aeebe-b1f56f54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aeebf-b1f56f54 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_9b6c746d-f3cc-be61-8d7b-40d97a41600d-07db325b {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-f5573c8b-56cf-c363-190f-ffbd78214306-c8766d59 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f5573c8b-56cf-c363-190f-ffbd7821430c-c8766d59 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e130a9d4-0b0e-f02e-b672-3769e645e7c4-81433368 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_700a382d-c208-e0f1-544f-a44ffa0561a7-81433368 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_25dc4f0f-8f6f-709d-4125-4cf1ac8c2549-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-b0f6ea90-8f27-f69b-8935-675528cf805e-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_921638f7-5dee-b8ae-5b83-ce29f59f2e6d-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_99cc6c0c-b374-51d8-a4af-060507462a4d-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_48839444-3ee8-0a55-9ad9-a27fd0bb9115-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_23595430-613b-2ea9-1bd8-36e22d1c31f1-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fc396caf-5cc0-6fe0-856e-54e21a3ef560-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ac88e11b-4f49-a547-d61a-6c83c463bcc8-b343339f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-_56697253-9f67-f7a9-65bd-d6f4f41e8ef3-bd51e49c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_28c22226-eebf-ec88-92d2-fc851b522c5f-15d39136 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_28c22226-eebf-ec88-92d2-fc851b522c64-15d39136 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5c8f-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5caf-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cb0-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cb1-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cd3-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cf5-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cf6-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_33b23e62-8214-61fe-350e-0be48b9a5cf7-734dccb3 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }

  #w-node-d723ea59-f09e-ecf3-47a0-ba11a1d680ce-50dc2b66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d723ea59-f09e-ecf3-47a0-ba11a1d680cf-50dc2b66 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-ae73e7e1-9f24-e63d-5c57-eb48e4ec7ef7-85b797f5 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_14d4f551-fd69-53cd-19b2-4e9488daa31b-a98a4eb4 {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_14d4f551-fd69-53cd-19b2-4e9488daa320-a98a4eb4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee5b-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee7b-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee7c-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee7d-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aee9c-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-row: 6;
    grid-row-start: 6;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aeebe-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aeebf-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_40d45f23-cf6c-5efb-a7d6-1bef877aeec0-b1f56f54 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
    -ms-grid-row: 8;
    grid-row-start: 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60fe23d6-52e2-8957-1e93-d2c98a6ccc72-f1433308 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_60fe23d6-52e2-8957-1e93-d2c98a6ccc72-00ce6ae9 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_9b6c746d-f3cc-be61-8d7b-40d97a41600d-07db325b {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_825a1a15-a944-2468-93df-b0fded6e938d-2567cd9e {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-eb2777e6-d139-a6ce-f35a-38bc94f05dd1-7a6ce1d9 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
  }

  #w-node-ad3fecce-e750-7890-f7a1-352e422f061c-7a6ce1d9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@font-face {
  font-family: 'Materialdesignicons webfont';
  src: url('../fonts/materialdesignicons-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}