:root {
  --black: black;
  --dark-blue-accent\<deleted\|variable-04e0587f\>: var(--dark-cool-gray);
  --white-smoke: #f1f3f7;
  --silver-light: #88898aa6;
  --dark-cool-gray: #2a3132;
  --blue-violet: #a600ff;
  --cool-dark-blue: #3b4252;
  --dark-grey: #333;
}

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

body {
  color: var(--black);
  font-family: Lineto circular, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 58px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.page-wrapper {
  color: var(--black);
  letter-spacing: .01em;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-white-space {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.hero-side-slide {
  background-color: var(--dark-blue-accent\<deleted\|variable-04e0587f\>);
  background-image: url('../images/pexels-kureng-workx-2546437-13033081.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button {
  z-index: 10;
  border: 1px solid var(--white-smoke);
  color: var(--white-smoke);
  letter-spacing: .05em;
  background-color: #0000;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color .2s;
  display: none;
  position: absolute;
  inset: 40px 40px auto auto;
}

.button:hover {
  background-image: linear-gradient(135deg, var(--black), #babec729);
}

.div-block {
  z-index: 5;
  width: 100%;
  padding-left: 40px;
  position: relative;
}

.heading-1 {
  color: var(--white-smoke);
  margin-top: 0;
}

.heading-2 {
  color: var(--silver-light);
  margin-top: 0;
  font-weight: 400;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-right: auto;
  display: flex;
}

.submit-button {
  background-color: var(--dark-cool-gray);
  letter-spacing: .05em;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  transition: background-color .2s, box-shadow .2s;
  box-shadow: 0 1px 3px #1f1c1c26;
}

.submit-button:hover {
  background-color: var(--dark-blue-accent\<deleted\|variable-04e0587f\>);
  box-shadow: 0 6px 12px #1f1c1c26;
}

.submit-button:active {
  background-color: #a600ff;
  border: 1px #000;
  box-shadow: 0 4px 8px #1f1c1c26;
}

.submit-button:focus {
  border: 1px #000;
}

.text-field {
  border: 1px solid var(--white-smoke);
  border-radius: 5px;
  width: 100%;
  max-width: 380px;
  height: 50px;
  font-size: 16px;
  transition: border .2s;
}

.text-field:hover {
  border-color: #1f1c1c2e;
}

.text-field:active {
  border-color: #c3c5ca;
}

.text-field:focus {
  border-top-style: none;
  border-bottom-width: 3px;
  border-right-style: none;
  border-bottom-color: var(--blue-violet);
  background-color: var(--white-smoke);
  border-left-style: none;
}

.social-login {
  color: #1f1c1ccc;
  letter-spacing: .05em;
  background-color: #fdfdff;
  border: 1.1px #e4e4e4;
  border-radius: 5px;
  place-content: stretch space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px #1f1c1c1a;
}

.social-login:hover {
  border-color: #dbdbdb;
  box-shadow: 0 4px 8px #1f1c1c1a;
}

.social-login:active {
  background-color: var(--white-smoke);
  box-shadow: 0 2px 6px #1f1c1c1a;
}

.image {
  border-radius: 20px;
  flex: none;
  width: 30px;
  height: 30px;
  padding: 3px;
}

.div-block-3 {
  text-align: center;
  width: 100%;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.form-block {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.text-block-10 {
  color: #1f1c1c8a;
  text-align: center;
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-size: 13px;
}

.paragraph {
  color: #1414148a;
  letter-spacing: .01em;
  font-size: 16px;
  line-height: 150%;
}

.head-div {
  margin-bottom: 40px;
}

.link-block {
  position: absolute;
  inset: 40px auto auto 75px;
}

.image-2 {
  opacity: .85;
}

.form {
  width: 100%;
}

.heading-3 {
  color: #81858d;
  margin-top: 0;
  font-weight: 400;
}

.circle-1 {
  background-color: #f1f3f721;
  background-image: linear-gradient(135deg, var(--black) 8%, #f1f3f700);
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto -200px 0 auto;
}

.circle-2 {
  z-index: 3;
  background-color: #f1f3f721;
  background-image: linear-gradient(315deg, var(--white-smoke), transparent);
  border-radius: 300px;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 40px 160px auto;
}

.success-message {
  background-color: var(--white-smoke);
}

.error-message {
  background-color: #fee;
}

.heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 110%;
}

.section {
  height: 100%;
  margin-top: 50vh;
  position: absolute;
}

.package-holder {
  z-index: 50;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  inset: auto 0% 40px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 10px;
}

.util__border-radius-fill {
  color: #45464f;
  background-color: #e3e1ec;
  background-image: url('../images/pexels-freestockpro-1004542.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
  inset: 0%;
}

.util__border-radius-fill.b {
  background-size: cover;
}

.util__border-radius-fill.c {
  background-image: url('../images/pexels-taryn-elliott-3889929.jpg');
  background-position: 50%;
  background-size: cover;
}

.util__border-radius-fill.d {
  background-image: url('../images/pexels-taryn-elliott-3889843.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-left: 85px;
  display: grid;
}

.arrow {
  border-top: 1px #fff;
  border-right: 1px #fff;
  width: 12px;
  min-width: 12px;
  display: flex;
}

.clip {
  overflow: hidden;
}

.heading-4 {
  color: #fff;
  font-weight: 400;
}

.xxl-heading {
  color: #f02;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.hero-slide-arrow {
  z-index: 20;
  border: 1px #ffffff4d;
  width: 100px;
  height: 100px;
  margin-right: -50px;
  inset: auto 15% 120px auto;
  overflow: visible;
}

.hero-slide-arrow.right {
  margin-bottom: 124px;
}

.verticle-line {
  background-color: #fff3;
  width: 1px;
  height: 100%;
}

.verticle-line.bottom {
  height: 120px;
}

.circle-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  grid-template-rows: auto 36px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  max-height: 100px;
  font-size: 10px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav {
  margin-bottom: 20px;
  margin-left: 85px;
  display: flex;
}

.circle-outline-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.image-48 {
  width: 30px;
}

.circle-hover-clip {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.circle-hover-clip.left {
  justify-content: flex-start;
  inset: auto auto auto 0%;
}

.circle-hover-clip.two {
  top: auto;
}

.div-block-58 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.slide-img {
  object-fit: cover;
  border-radius: 12px;
  position: absolute;
  inset: auto 5% 10% auto;
}

.slide-img.pokuaa {
  top: 25px;
  bottom: 0%;
}

.slide-img.moved-banner-wide {
  width: 100%;
  inset: 0%;
}

.circle-outline-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
  overflow: hidden;
}

.circle-link-text {
  z-index: 10;
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 44px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.circle-link-text.left {
  justify-content: start;
  padding-left: 44px;
  padding-right: 0;
}

.hero-slider {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.cta-button-hero {
  color: #1e1e20;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  width: 150px;
  height: 50px;
  padding: 10px 20px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
}

.cta-button-hero:hover {
  border-color: #f5f5f7;
  box-shadow: 25px 25px 64px -14px #a1a1a529;
}

.cta-button-hero.whatsapp {
  background-color: #25d366;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  display: flex;
}

.cta-button-hero.whatsapp.eportal {
  background-color: #f02;
}

.cta-button-heading {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.div-block-12 {
  background-color: #404040;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.we-have-moved-slide {
  object-fit: cover;
}

.circle-outline-top {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.verticle-hero-line {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 100px 24px 100px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  place-items: end center;
  width: 1px;
  margin-left: 0;
  display: grid;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.mask {
  overflow: visible;
}

.circle-outline {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.circle-outline.top {
  inset: 0% 0% auto auto;
}

.circle-outline.light {
  border-color: #fff;
}

.circle-outline.left {
  top: auto;
}

.circle-outline.right {
  inset: auto 0 auto auto;
}

.circle-outline.bottom-left {
  inset: auto auto 0% 0%;
}

.circle-outline.bottom {
  inset: auto 0% 0% auto;
}

.div-block-9 {
  align-items: center;
  display: flex;
}

.medium-width {
  max-width: 500px;
}

.outline-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff0;
  border-color: #eff3f6;
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: 24px 1fr 24px;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 46px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-decoration: none;
  display: grid;
  position: relative;
}

.outline-button.light {
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  border-color: #ffffff4d;
  height: auto;
  font-family: Lineto circular, sans-serif;
  display: block;
}

.hero-content {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 48px;
  color: #fff;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr .65fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 36px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.button-wrapper-2 {
  align-items: center;
  margin-left: 10px;
  line-height: 14px;
  display: flex;
}

.body-display {
  color: #5a5b5d;
  font-size: 1em;
  line-height: 1.6em;
}

.body-display.light {
  color: #5a5b5d;
  font-size: 1rem;
  line-height: 1.5em;
}

.heading-5 {
  color: #fff;
  font-weight: 400;
}

.div-block-59 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.div-block-60 {
  background-color: #404040;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.div-block-61 {
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-weight: 400;
}

.div-block-62 {
  background-color: #404040;
  border-radius: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 12px 12px 20px;
  display: flex;
}

.homepage-hero-parent {
  background-color: #dee0e6;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 60px 100px -50px #00000040;
}

.div-block-63 {
  align-items: center;
  display: flex;
}

.text-size-large {
  letter-spacing: -.32px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.sg_cover-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .5rem;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.button-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-2.is-large {
  border-radius: .625rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: all .35s;
}

.button-2.is-large:hover {
  background-color: var(--silver-light);
}

.button-2.is-outline {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button-2.is-outline.is-large.is-icon-right {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.logo-image {
  width: 100px;
}

.banner-text {
  color: #000;
  letter-spacing: .02em;
  line-height: 24px;
}

.nav-menu {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-wrapper {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.navigation {
  background-color: #0000;
  align-items: center;
  height: 114px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-link {
  color: #000;
  border: 1px dashed #000;
  border-radius: 32px;
  align-items: center;
  margin-left: 16px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.banner-link:hover {
  color: #fff;
  background-color: #000;
  border-style: solid;
}

.navigation-button-wrapper {
  align-items: center;
  display: flex;
}

.close-link {
  position: absolute;
  inset: auto 12px auto auto;
}

.banner {
  padding: 12px 5%;
}

.button-navigation {
  background-color: var(--cool-dark-blue);
  color: #fff;
  border-radius: 8px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .35s;
}

.button-navigation:hover, .button-navigation.w--current {
  background-color: var(--silver-light);
}

.button-navigation-02 {
  color: #000;
  background-color: #fff;
  border: 1px dashed #000;
  border-radius: 8px;
  margin-left: 14px;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .35s;
}

.button-navigation-02:hover {
  color: #fff;
  background-color: #000;
}

.brand {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 4vw;
  padding-right: 20px;
}

.banner-text-wrapper {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.banner-block {
  text-align: center;
  background-image: linear-gradient(90deg, #f8f8f8, #fff);
  border: 1px solid #cacbe245;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: -.02em;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--dark-blue-accent\<deleted\|variable-04e0587f\>);
}

.nav-link.w--current {
  color: var(--silver-light);
}

.section-header {
  align-items: center;
  padding: 140px 3% 100px;
  display: flex;
  position: relative;
}

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.navigation-wrapper-2 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-primary:hover {
  background-color: #1237a5;
}

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

.paragraph-regular {
  color: #818a9c;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu-2 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button-2 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-2:hover {
  color: #1457ff;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-image-graphic {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.navigation-link {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

.navigation-link.w--current {
  color: #642eff;
}

.header-card {
  background-color: #fff;
  border: 4px solid #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  position: absolute;
  inset: auto auto 32px -10%;
  overflow: hidden;
}

.button-arrow-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-icon {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.hero-heading {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-card-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.header-icon-block {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.sg_cover-logoblock {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.sg_cover-logocell {
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
}

.label-small {
  letter-spacing: -.08px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.sg_cover-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 7px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-button-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-64 {
  flex-flow: column;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  padding-top: 220px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-65 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  letter-spacing: -.96px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 4.5rem;
}

.div-block-66 {
  background-image: url('../images/unnamed-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 12px;
  height: 400px;
  margin-top: 20px;
}

.about-us-heroo {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 600px;
}

.card-w {
  background-color: #fff;
  border: 1px solid #f4f4f3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 15px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w:hover {
  transform: translate(0, -.125rem);
}

.card__tech-txt {
  color: #323133;
  font-size: .875rem;
  font-weight: 600;
}

.card__btn-w {
  flex: 1;
  align-items: flex-end;
  margin-left: -.125rem;
  padding-top: 1rem;
  display: flex;
}

.btn-w {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.btn-w:hover {
  background-color: #3e4ceb;
}

.package-thumb {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

.sub-text-package {
  margin-bottom: 0;
}

.image-49 {
  object-fit: fill;
}

.card {
  background-image: linear-gradient(#000, #000);
  border-radius: 10px;
  height: 150px;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.card.card2-content {
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.card.card2-content:hover {
  transform: scale(1.04);
  box-shadow: 0 7px 33px #3a3a3a4d;
}

.card.card2-content.img-gallery {
  background-image: none;
  flex: 0 15.6%;
  width: auto;
  height: 300px;
  margin-bottom: 1%;
  margin-left: .5%;
  margin-right: .5%;
}

.vas-card-content {
  background-color: #00000008;
  width: 100%;
  height: 100%;
  padding: 2em;
  position: relative;
}

.larger-paragraph {
  font-size: 16px;
  line-height: 26px;
}

.larger-paragraph.white-hero-paragraph {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 30px;
  line-height: 20px;
}

.larger-paragraph.bold {
  color: #333333a8;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
}

.tagline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .5rem;
  font-weight: 500;
}

.tagline.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.vas-brand-logos {
  border-radius: 8px;
  position: absolute;
  inset: auto auto 30px 30px;
}

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

.card-headline {
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.hero-text-links {
  color: #cfcfcf;
}

.grid__col {
  width: 33.3333%;
  padding: .5rem;
}

.card-w-2 {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #e6e6e3;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 1rem 1.5rem 1.5rem;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 12px 16px #00000003;
}

.card-w-2:hover {
  transform: translate(0, -.125rem);
}

.card-w-2.home-card {
  box-sizing: content-box;
  width: 230px;
  height: 180px;
}

.card__tech-txt-2 {
  color: #c173ec;
  font-size: .875rem;
  font-weight: 600;
}

.section-3 {
  padding-top: 60px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-67 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-h-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.content-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 90%;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 450px;
  padding: 15px;
  position: relative;
}

.text-color-orange {
  color: #9b9a99;
}

.section-large {
  border-radius: 8px;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
}

.overline {
  color: var(--dark-cool-gray);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.content-testimonial {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--silver-light);
  background-color: var(--white-smoke);
  color: var(--dark-cool-gray);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  display: flex;
}

.testimonial-avatar {
  background-color: var(--dark-cool-gray);
  border-radius: 100%;
  width: 24px;
  height: 24px;
}

.paragraph-small {
  color: var(--dark-cool-gray);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-weight-semibold {
  font-weight: 600;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-regular {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
}

.content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-800 {
  color: var(--dark-cool-gray);
}

.paragraph-x-large.hotel-xpara {
  color: #fff;
}

.button-primary-rounded-large {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.div-block-68 {
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-69 {
  border-left: 1px solid #0000009e;
  padding-left: 10px;
  display: flex;
}

.heading-7 {
  color: var(--dark-cool-gray);
}

.heading-7.whiss {
  color: var(--white-smoke);
}

.accommodation-wrapper {
  background-color: #020202;
  border-radius: 10px;
  padding: 35px 4rem;
}

.hotel-acco {
  color: #fff;
}

.hotel-options-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.overline-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.field-input-small {
  letter-spacing: -.02em;
  background-color: #f9fafb;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .25s;
}

.field-input-small::placeholder {
  color: #6d767e;
}

.cta-feature-icon {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cta-block-b {
  grid-row-gap: 32px;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-checkbox-label {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.cta-input {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.cta-feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

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

.cta-form {
  grid-column-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph-large {
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.paragraph-large.hotel-small-price {
  text-align: left;
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.wrap-v-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.cta-checkbox {
  border-width: 1px;
  border-color: #cbd0f6;
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
  margin: 0 12px;
}

.cta-checkbox.w--redirected-checked {
  background-color: #eeeffc;
  background-image: url('../images/Check-Icon.svg');
  background-size: 16px;
  border-style: none;
  border-color: #eeeffc;
  border-radius: 99px;
}

.cta-checkbox.w--redirected-focus {
  box-shadow: none;
}

.button-primary-l {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cta-feature-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.cta-section {
  background-color: #f9fafb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  position: relative;
}

.cta-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.success-message-2 {
  color: #86c1a0;
  background-color: #f2f8f5;
}

.cta-form-b {
  text-align: left;
  width: 100%;
  max-width: 384px;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.heading-style-h4 {
  letter-spacing: -.54px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.hotel-name {
  color: #fff;
  letter-spacing: -.54px;
  border-top: 1px solid #ffffffb3;
  margin-top: 40px;
  padding-top: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3.25rem;
}

.hotel-slide {
  width: 100%;
  height: 200px;
}

.hotel-rate-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #c4c1c1;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.caption-m-copy {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.room-definition {
  font-size: 14px;
}

.hotel-spacer {
  background-color: #b8b7b7;
  width: 100%;
  height: 1px;
}

.link {
  color: #55595e;
}

.promo-text {
  text-align: left;
  letter-spacing: -.02em;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.promo-text.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.promo-text.hotel-small-price {
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.list {
  color: var(--dark-cool-gray);
  padding-left: 16px;
  line-height: 30px;
  list-style-type: square;
}

.list.numbered-listings {
  padding-left: 40px;
  line-height: 24px;
  list-style-type: decimal;
}

.list.numbered-listings.white-lists {
  color: var(--white-smoke);
}

.slider {
  width: 100%;
  height: 100%;
}

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

.slide {
  background-image: url('../images/NSK4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/NSK6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tea-tales-1 {
  background-image: url('../images/TeaFarm2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tea-tales-2 {
  background-image: url('../images/TeaFarm4.jpg'), url('../images/NSK4.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.private-island--1 {
  background-image: url('../images/Kenya-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.private-island--2 {
  background-image: url('../images/pexels-simon-brandintel-891205-3992511.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masai-1 {
  background-image: url('../images/Kenya-1.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masai---2 {
  background-image: url('../images/Crescent-Island1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-4 {
  padding: 100px 3% 140px;
}

.div-block-70 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.label-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 17px;
}

.label-text.label-text-cards2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-71 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cards2-topbar-subheadline {
  color: #fff;
  border-left: 1px solid #ffffff4d;
  margin-left: 15px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.cards2-topbar-section {
  background-image: linear-gradient(#000, #000), linear-gradient(90deg, #21b1d0, #6758f3);
  border-radius: 8px;
  max-width: 1280px;
  margin: 40px auto 30px;
  padding-left: 8rem;
  padding-right: 8rem;
  position: relative;
}

.image-50 {
  margin-bottom: -25px;
  position: relative;
  bottom: 20px;
}

.cards2-topbar-headline {
  margin-bottom: 10px;
}

.cards2-topbar-content {
  width: 100%;
  margin-left: 35px;
}

.wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10px;
  display: flex;
  position: relative;
}

.tagline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.tagline-2.tagline-cards2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}

.tagline-2.white-hero-tagline {
  color: #fff;
  margin-bottom: 10px;
}

.tagline-2.tagline-promo-40 {
  color: #3336;
}

.cards2-topbar-paragraph {
  opacity: .8;
  color: #fff;
  width: 480px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.label {
  background-color: #1991eb;
  border-radius: 4px;
  padding: 4px 10px 3px;
  display: inline-block;
}

.label.label-cards2 {
  color: #1963ab;
  background-color: #fff;
  display: inline-block;
}

.btn {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  line-height: 24px;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.btn:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px #0000001a;
}

.btn.btn-outline-dark {
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  transition: color .2s, box-shadow .2s, background-color .2s, transform .4s, border .2s;
}

.btn.btn-outline-dark:hover {
  border-color: #ffffff80;
}

.div-block-72 {
  max-width: 1280px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.card-2 {
  background-image: linear-gradient(#000, #000);
  border-radius: 8px;
  width: 100%;
  height: 340px;
  padding: 30px;
  transition: box-shadow .4s;
  position: relative;
}

.card-2.card1-content {
  background-image: linear-gradient(#000, #fff0), url('../images/card1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: relative;
}

.card-2.card3-content {
  background-image: url('../images/card3.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-2.spinners-web-img {
  background-image: url('../images/DSC00698.webp');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 24px;
  text-decoration: none;
}

.card-2.artisan {
  background-image: url('../images/tag-the-heartbeat-of.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 24px;
  text-decoration: none;
  position: relative;
}

.card-2.village-market {
  background-image: url('../images/448201552_859732206191015_5677431821254817056_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  text-decoration: none;
  position: relative;
}

.card-headline-2 {
  color: #fff;
  margin-top: 10px;
}

.button-3 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-3:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-3.default-button {
  color: #000;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-3.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-3.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button-3.default-button.card-cta:hover {
  color: #000;
}

.card-names {
  color: #fff;
  margin-top: 10px;
}

.button-4 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-4:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-4.default-button {
  color: #000;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-4.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-4.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button-4.default-button.card-cta:hover {
  color: #050505;
}

.card-headline-4 {
  color: #fff;
  margin-top: 10px;
}

.button-5 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-5:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-5.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-5.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-5.default-button.card-cta {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.button-6 {
  float: none;
  color: #fff;
  background-color: #1991eb;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-6:hover {
  color: #fff;
  background-color: #1386dd;
  border-color: #0c6eb8;
}

.button-6.default-button {
  color: #5b697a;
  background-color: #fff;
  align-items: flex-end;
  transition: color .2s, background-color .2s, box-shadow .2s;
  display: inline-block;
}

.button-6.default-button:hover {
  color: #213d63;
  background-color: #fff;
  box-shadow: 0 1px 5px #0000001a;
}

.button-6.default-button.card-cta {
  color: #000;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.card-headline-5 {
  color: #fff;
  margin-top: 10px;
}

.card-headline-5.dark-card-headline {
  color: #333;
}

.card-headline-5.dark-card-headline._6col-card {
  color: #fff;
  width: 40%;
}

.restaurant-recommendations-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.article {
  color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.article.what-diani {
  flex-flow: column;
  justify-content: flex-start;
}

.article-cover {
  background-image: linear-gradient(#f1f1f1, #f1f1f1);
  border-radius: 8px;
  height: 300px;
  margin-bottom: 24px;
  padding: 30px;
  position: relative;
}

.article-cover.article-content-1, .article-cover.article-content-2, .article-cover.article-content-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  width: 100%;
}

.article-cover.urban-eatery-cover {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/343667228_946110363247221_163685846960719879_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.cultiva-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/310848342_503959208408424_985608869770684298_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.bang-bang-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/441971061_764583315788251_8925621281029300026_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.mawimbi {
  background-image: linear-gradient(#000, #000 0%, #0000 35%), url('../images/px-KSK_8240-2-1024x576.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.article-cover.oyster-bay-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/133010741_143438197543581_4591522583293304789_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.art-caffee-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/447748424_18435372520058918_5600438249081050774_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.mama-rocks-burger-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/432099402_929513439184062_4848669132641445489_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.article-cover.le-grenier-img {
  background-image: linear-gradient(#000, #fff0 35%), url('../images/296034901_2183572555144468_1372606533581637122_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  text-decoration: none;
}

.button-7 {
  float: none;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-7:hover {
  background-color: #8b8b8b;
  border-color: #0c6eb8;
}

.button-8 {
  float: none;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-8:hover {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #0c6eb8;
}

.button-9 {
  float: none;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 9px 25px;
  line-height: 22px;
  transition: color .2s, box-shadow .2s, background-color .2s;
  display: inline-block;
}

.button-9:hover {
  color: #fff;
  background-color: #8b8b8b;
  border-color: #0c6eb8;
}

.recom-sections-headr {
  margin-bottom: 20px;
}

.div-block-73-copy {
  padding-top: 0;
}

.lounge-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.the-bottom-one {
  margin-top: 40px;
}

.other-acts-img {
  background-image: linear-gradient(#00000073, #fff0 35%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 6px;
  width: 100%;
  height: 150px;
  margin-bottom: 24px;
}

.other-acts-img.article-content-1, .other-acts-img.article-content-2, .other-acts-img.article-content-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  width: 100%;
}

.other-acts-img.urban-eatery-cover {
  background-image: url('../images/343667228_946110363247221_163685846960719879_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.cultiva-img {
  background-image: url('../images/310848342_503959208408424_985608869770684298_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.bang-bang-img {
  background-image: url('../images/441971061_764583315788251_8925621281029300026_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.mawimbi {
  background-image: url('../images/px-KSK_8240-2-1024x576.webp');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.oyster-bay-img {
  background-image: url('../images/133010741_143438197543581_4591522583293304789_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.art-caffee-img {
  background-image: url('../images/447748424_18435372520058918_5600438249081050774_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.mama-rocks-burger-img {
  background-image: url('../images/432099402_929513439184062_4848669132641445489_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.le-grenier-img {
  background-image: url('../images/296034901_2183572555144468_1372606533581637122_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.other-acts-img.the-location-rooftop {
  background-image: linear-gradient(#00000073, #fff0), url('../images/2024-02-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.other-acts-img.social-house {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/SOCIAL-HOUSE-INTERIORS-P2-web-10.jpg');
}

.other-acts-img.the-vangaurd {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/2023-06-16.jpg');
}

.other-acts-img.club-gemini {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/2023-09-16.jpg');
}

.other-acts-img.nairobi-national-park {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/Nairobi-National-Park-700x450-1.jpg');
}

.other-acts-img.giraffe-center {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/download.jpeg');
}

.other-acts-img.karen-blixen {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/unnamed.jpg');
}

.other-acts-img.karura-forest {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/licensed-image.jpeg');
}

.other-acts-img.pallet-cafe {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/20240214_125706.jpg');
  height: 200px;
}

.other-acts-img.almanara {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/2020-10-22-1.jpg');
  height: 200px;
}

.other-acts-img.ali-barbours-cave {
  background-image: linear-gradient(#00000073, #fff0), url('../images/IMG_3133.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 200px;
}

.other-acts-img.dolphin {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/70.jpg');
}

.other-acts-img.sandbank-mangrove {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/diani-beach-kenya-bg1.webp');
}

.other-acts-img.mangrove-drift {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/ae.jpg');
}

.other-acts-img.fishing {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/images.jpeg');
}

.other-acts-img.kite-surfing {
  background-image: linear-gradient(#00000073, #fff0 35%), url('../images/kenyaways-on-a-busy-day.webp');
}

.div-block-74 {
  margin-bottom: 20px;
}

.steps-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.grid-5 {
  width: 100%;
}

.booking-head {
  color: #fff;
  margin-bottom: 40px;
}

.link-2, .paragraph-2 {
  color: #fff;
}

.about-gallery {
  background-image: url('../images/mara-plains-camp-guest-tented-room-1280.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

.about-gallery.gallery-2 {
  background-image: url('../images/441693822_842917657876501_7703987149738573454_n.jpg');
}

.about-gallery.gallery-3 {
  background-image: url('../images/Crescent-Island3.jpg');
}

.about-gallery.gallery-4 {
  background-image: url('../images/Diani-Beach5.jpg');
}

.about-gallery.gallery-5 {
  background-image: url('../images/0038-OneOcean-Party-_DSC2936.jpg');
}

.about-gallery.gallery-6 {
  background-image: url('../images/Kenya6.jpg');
}

.about-gallery.gallery-7 {
  background-image: url('../images/Kenya4.jpg');
}

.section-5 {
  padding-bottom: 140px;
  padding-left: 3%;
  padding-right: 3%;
}

.div-block-75 {
  max-width: 1280px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.divider {
  background-color: #eee;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.style-label {
  color: #bebebe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-76 {
  margin-bottom: 60px;
}

.about-page-grid {
  width: 100%;
}

.tag-wrapper-copy {
  margin-bottom: 35px;
  padding-left: 5px;
  padding-right: 5px;
}

.free-day--1 {
  background-image: url('../images/GettyImages-1157913801-6af1c35c636f45d5bb8ba05841539248.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.free-day---2 {
  background-image: url('../images/pexels-antonytrivet-13351342.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani---1 {
  background-image: url('../images/10008-OneOcean-Party-Aerial-DJI_0048.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani--2 {
  background-image: url('../images/0001-OneOcean-Party-_DSC2531.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani---3 {
  background-image: url('../images/0037-OneOcean-Party-_DSC2925.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani---4 {
  background-image: url('../images/Diani-Beach5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.under-stars---1 {
  background-image: url('../images/219657764.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani-beach {
  background-image: url('../images/10024-OneOcean-Party-Aerial-DJI_0150-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masai---mara {
  background-image: url('../images/98c698b27e8d-73667122_4K-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.masai-1-mara {
  background-image: url('../images/3fca56b08132-73667124_4K-copy.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bon-ya {
  background-image: url('../images/mara-plains-camp-guest-lounge-area-1280.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bon-ya-2 {
  background-image: url('../images/mara-plains-camp-guest-tented-room-1280.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.soiree-2 {
  background-image: url('../images/diani-sea-resort.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.beasss {
  background-image: url('../images/beach-coast-kenya-1024x683.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cl-swatch {
  z-index: 1;
  color: #171b2c;
  border-radius: 0;
  padding: .656447rem .835rem .835rem;
  display: block;
  position: relative;
  box-shadow: 0 0 1px #000c;
}

.bg-light__surfacevariant {
  color: #45464f;
  background-color: #e3e1ec;
}

.labelstyle {
  letter-spacing: .02em;
  word-break: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.272;
}

.dates-box {
  background-color: var(--cool-dark-blue);
  color: #45464f;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: block;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
}

.experience-tabs {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.x-tab-link {
  background-color: #f1f1f1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.x-tab-link.w--current {
  color: var(--white-smoke);
  background-color: #000;
}

.tabs-menu {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-left: 20px;
}

.x-tab-panes {
  background-color: #f1f1f1;
  border-radius: 8px;
  overflow: hidden;
}

.hotel-wrappers {
  position: relative;
}

.bookings {
  background-image: linear-gradient(#000, #000), linear-gradient(90deg, #21b1d0, #6758f3);
  border-radius: 8px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}

.useful-rec {
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.spacer-line {
  background-color: #00000026;
  height: 1px;
  margin: 40px auto;
}

.div-block-77 {
  margin-top: 20px;
}

.grid-6 {
  grid-template-rows: auto;
}

.hotel-rate-card-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border: 1px solid #c4c1c1;
  border-radius: 8px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.div-block-78, .hotel-img {
  height: 600px;
  margin-top: 20px;
}

.hotel-details {
  background-color: #f9fafb;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  position: relative;
}

.slide-nav-3 {
  inset: auto auto 5% 5%;
}

.hotels-slider {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

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

.hotels-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hotels-slide.skynest-img-1 {
  background-image: url('../images/13171558772934.jpg.jpg');
}

.hotels-slide.skynest-img-2 {
  background-image: url('../images/4171558772825.jpg.jpg');
}

.hotels-slide.skynest-img-3 {
  background-image: url('../images/417155877135.jpg.jpg');
}

.hotels-slide.skynest-img-4 {
  background-image: url('../images/7171558772828.jpg.jpg');
}

.hotels-slide.panpacific-img-1 {
  background-image: url('../images/ppssnrb-02-Room-Queen_Gallery.jpg');
}

.hotels-slide.panpacific-img-2 {
  background-image: url('../images/ppssnrb-2BR-Suite-Gallery.jpg');
}

.hotels-slide.panpacific-img-3 {
  background-image: url('../images/ppssnrb-3BR-Deluxe-Gallery.jpg');
}

.hotels-slide.panpacific-img-4 {
  background-image: url('../images/ppssnrb-3BR-suite-Gallery.jpg');
}

.hotels-slide.villa-rosa-img-1 {
  background-image: url('../images/95f100ec1a3f-73657573_4K.webp');
}

.hotels-slide.villa-rosa-img-2 {
  background-image: url('../images/44b3567b2aa7-73657599_4K-copy.webp');
}

.hotels-slide.villa-rosa-img-3 {
  background-image: url('../images/66ff95a1a1e9-73657597_4K-copy.webp');
}

.hotels-slide.villa-rosa-img-4 {
  background-image: url('../images/faf9d05a2a91-73657595_4K-copy.webp');
}

.diani-restaurants-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.diani-activities {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-79 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-grid {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.gallery-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
}

.gallery-img-wrapper.img-2 {
  background-image: url('../images/Vergelegen_180-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery-img-wrapper.img-3 {
  background-image: url('../images/Vergelegen_169-copy.webp');
  background-position: 50%;
  background-size: cover;
}

.gallery-img-wrapper.img-1 {
  background-image: url('../images/Birthday_Party_116-copy.webp');
}

.gallery-img-wrapper.img-4 {
  background-image: url('../images/Birthday_Party_187-copy.webp');
}

.gallery-img-wrapper.img-5 {
  background-image: url('../images/Birthday_Party_193-copy.webp');
}

.gallery-img-wrapper.img-6 {
  background-image: url('../images/Vergelegen_001-copy.webp');
}

.gallery-img-wrapper.img-7 {
  background-image: url('../images/Vergelegen_117-copy.webp');
}

.gallery-img-wrapper.img-8 {
  background-image: url('../images/Sunset_Cruise_047-copy.webp');
}

.gallery-img-wrapper.img-9 {
  background-image: url('../images/Sunset_Cruise_070-copy.webp');
}

.gallery-img-wrapper.img-10 {
  background-image: url('../images/Birthday_Party_202-copy.webp');
}

.gallery-img-wrapper.img-11 {
  background-image: url('../images/Vergelegen_076-copy.webp');
}

.about-gallery-wrapper {
  padding-top: 100px;
}

.bookings-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.terms-and-conditions-wrap {
  background-color: #303030;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

.black-link-spacer {
  background-color: #b1b1b1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.pay-list {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 16px;
  list-style-type: square;
}

.paragraph-4 {
  margin-top: 20px;
}

.footer_second-wrapper-top {
  justify-content: flex-end;
  display: flex;
}

.footer_component {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.footer_logo-section-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer_nav-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_contact-wrpper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.footer_second-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.footer_legal-wrapper {
  overflow: hidden;
}

.footer_second-wrapper-bootmo {
  margin-top: 2rem;
}

.footer_orange-link {
  color: #ff5330;
}

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

.footer_contact-title {
  font-size: 2.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.footer_nav-link {
  color: #949494;
  font-size: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.footer_nav-link.is-1.w--current {
  text-decoration: underline;
}

.footer_nav-link.is-4.w--current {
  color: #fff;
}

.social-lottie-animation {
  width: 2rem;
  height: 2rem;
}

.social-lottie-animation.is-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-bottom: .25rem;
}

.social-lottie-animation.is-3 {
  width: 1.75rem;
  height: 1.75rem;
}

.padding-global {
  background-color: #000;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-logo-image {
  width: 5rem;
}

.footer_first-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 34%;
  display: flex;
  overflow: hidden;
}

.footer_logo-wrapper {
  margin-bottom: 3rem;
}

.footer_social-list {
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
}

.footer_legal-paragraph {
  color: #525252;
  font-size: .825rem;
}

.padding-section-xxlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.footer_contact-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.div-block-80 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1-copy {
  text-align: center;
  letter-spacing: -.96px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 4.5rem;
}

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

.page-header-styles {
  text-align: center;
  letter-spacing: -.96px;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}

.page-sub-header {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 120%;
}

.main-inner-body-container {
  max-width: 1280px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.experiences-gallery {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.gallery-img {
  flex: 0 24%;
  margin-bottom: 1%;
  margin-left: .5%;
  margin-right: .5%;
}

.recommendation-sections-sub {
  padding: 60px 3% 100px;
}

.diani-details-wrapper {
  background-color: var(--silver-light);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
}

.diani-spacer {
  background-color: #00000026;
  width: 100%;
  height: 1px;
  margin: 100px auto 80px;
}

.diani-header {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.grid-7 {
  grid-template-rows: auto;
}

.recommend-spacer-line {
  background-color: #00000026;
  height: 1px;
  margin: 100px auto;
}

.recommend-spacer-line.no-space-below {
  margin-bottom: 0;
}

.recommend-spacer-line.no-space-top {
  margin-top: 0;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-81 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.masai-mara-slide {
  width: 100%;
  height: 100%;
}

.masai---mara-2 {
  background-image: url('../images/a3425636fbc2-73667136_4K-copy.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.diani-recommend {
  border-top: 1px solid var(--silver-light);
  margin-top: 100px;
  padding-top: 40px;
}

.home-page-grid-wrap {
  box-sizing: content-box;
  object-fit: contain;
  width: 100%;
  overflow: auto;
}

.paragraph-5 {
  color: var(--silver-light);
  width: 85%;
  margin-top: 10px;
  font-size: 2.5rem;
  line-height: 125%;
}

.div-block-82 {
  background-color: var(--silver-light);
  flex: 1;
  height: 1px;
  margin-left: 40px;
  margin-right: 40px;
}

.badge {
  position: absolute;
  inset: auto 0% 0% auto;
}

.where-to-shop-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.paragraph-5-copy {
  color: var(--silver-light);
  width: 85%;
  margin-top: 10px;
  font-size: 2.5rem;
  line-height: 125%;
}

@media screen and (max-width: 991px) {
  .hero-white-space {
    height: 1000px;
  }

  .button {
    top: 20px;
    right: 20px;
  }

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

  .heading-1, .heading-2 {
    font-size: 36px;
  }

  .div-block-2 {
    max-width: 60%;
  }

  .image {
    align-self: center;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .link-block {
    top: 20px;
    left: 20px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .circle-1 {
    width: 240px;
    height: 240px;
    right: -140px;
  }

  .circle-2 {
    width: 60px;
    height: 60px;
  }

  .heading {
    font-size: 2rem;
  }

  .hero-intro {
    padding-left: 0;
  }

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

  .hero-slide-arrow {
    margin-right: 0;
    right: 7%;
  }

  .slide-img {
    bottom: -12%;
  }

  .slide-img.moved-banner-wide {
    display: none;
  }

  .hero-slider {
    width: 100%;
    max-width: 100%;
  }

  .cta-button-hero {
    width: 135px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-button-hero.whatsapp {
    justify-content: center;
    width: 200px;
  }

  .div-block-12 {
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .we-have-moved-slide {
    background-image: url('../images/page-sale.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
  }

  .verticle-hero-line {
    right: 7%;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-content {
    padding: 120px 0 222px 40px;
    overflow: hidden;
  }

  .button-wrapper-2 {
    flex-direction: row;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .body-display.light {
    width: 60%;
    font-size: 2em;
  }

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

  .div-block-60 {
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-61 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .div-block-62 {
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    width: 250px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-63 {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .navigation {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-container {
    position: relative;
  }

  .banner-link {
    display: none;
  }

  .menu-button {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 12px;
    transition: all .3s;
  }

  .menu-button:hover {
    background-color: var(--silver-light);
    color: #fff;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #5c5da7;
  }

  .navigation-button-wrapper {
    align-items: center;
    display: flex;
  }

  .brand {
    margin-right: 0;
  }

  .nav-link {
    color: #262626;
    width: 100%;
  }

  .section-header {
    padding-bottom: 100px;
  }

  .logo-link {
    margin-right: 0;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .header-grid {
    grid-template-columns: 1fr;
  }

  .menu-button-2.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

  .navigation-link {
    width: 100%;
  }

  .header-card {
    left: 32px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-2 {
    position: relative;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    padding-top: 220px;
  }

  .div-block-66 {
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .grid-2 {
    height: auto;
  }

  .card.card2-content.img-gallery {
    flex-basis: 24%;
  }

  .vas-card-content {
    padding: 1em;
  }

  .section-3 {
    padding-top: 40px;
  }

  .content-image-card {
    max-width: none;
  }

  .section-large {
    padding: 40px 2rem 60px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-primary-l {
    display: flex;
  }

  .hotel-name {
    padding-top: 60px;
  }

  .hotel-rate-card {
    justify-content: center;
    align-items: center;
  }

  .hotel-spacer {
    width: 100%;
  }

  .slider {
    height: 400px;
  }

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

  .cards2-topbar-section {
    background-image: linear-gradient(90deg, #000000e6, #000);
    margin-top: 0;
    padding: 20px 0;
  }

  .image-50 {
    display: none;
  }

  .cards2-topbar-content {
    margin-left: 0;
  }

  .wrap {
    flex-direction: column;
    width: 645px;
  }

  .cards2-topbar-paragraph {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .label.label-cards2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .btn.btn-outline-dark {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .button-3.default-button.card-cta, .button-4.default-button.card-cta, .button-5.default-button.card-cta, .button-6.default-button.card-cta {
    text-align: center;
    transition: color .2s, background-color .2s, box-shadow .2s;
    display: block;
    bottom: 20px;
    left: 30px;
    right: 30px;
  }

  .card-headline-5.dark-card-headline._6col-card {
    width: 65%;
  }

  .x-tab-link {
    border-radius: 6px 6px 0 0;
    flex: 0 50%;
    padding: 20px 20px 15px;
  }

  .x-tab-link.w--current {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .tabs-menu {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .hotel-wrappers {
    padding-bottom: 60px;
  }

  .bookings {
    background-image: linear-gradient(90deg, #000000e6, #000);
    margin-top: 0;
    padding: 20px 0 40px;
  }

  .useful-rec {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hotel-img {
    height: 400px;
  }

  .about-gallery-wrapper {
    padding-top: 60px;
  }

  .bookings-wrap, .terms-and-conditions-wrap {
    flex-direction: column;
    width: 645px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_contact-wrpper {
    margin-right: 0;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .page-header-styles {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }

  .page-sub-header {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  .recommendation-sections-sub {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .diani-details-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .masai-mara-slide {
    height: 400px;
  }

  .paragraph-5, .paragraph-5-copy {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    flex-wrap: wrap;
    height: auto;
  }

  .hero-white-space {
    width: 100%;
    height: 500px;
    padding-top: 250px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .hero-side-slide {
    width: 100%;
    height: 500px;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .button {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    top: 40px;
    right: 40px;
  }

  .div-block {
    padding-left: 40px;
  }

  .heading-1, .heading-2 {
    font-size: 32px;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .head-div {
    margin-bottom: 20px;
  }

  .link-block {
    top: 40px;
    left: 40px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .circle-1 {
    bottom: auto;
  }

  .circle-2 {
    bottom: 182px;
    right: 60px;
  }

  .package-holder {
    margin-top: 200px;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0% 0% auto;
  }

  .hero-intro {
    padding-right: 0;
  }

  .heading-4 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .hero-slide-arrow {
    width: 50px;
    height: 50px;
    margin-left: 7%;
    margin-right: 0;
    bottom: 25px;
    left: 0;
    right: auto;
  }

  .hero-slide-arrow.right {
    margin-bottom: 0;
    margin-right: 7%;
    left: auto;
    right: 0%;
  }

  .verticle-line.bottom {
    display: none;
  }

  .circle-button {
    width: 50px;
    height: 50px;
  }

  .div-block-58 {
    margin-top: 5px;
    margin-left: 10px;
  }

  .slide-img.pokuaa, .slide-img.moved-banner-wide {
    top: 97px;
    left: 135px;
  }

  .circle-outline-right, .circle-outline-right.left {
    height: 18px;
  }

  .circle-link-text {
    padding-right: 40px;
  }

  .circle-link-text.left {
    grid-column-gap: 9px;
    padding-left: 40px;
  }

  .cta-button-hero.whatsapp {
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

  .slider-link-text {
    display: block;
  }

  .verticle-hero-line {
    grid-template-rows: 80px 24px 80px auto;
    justify-content: end;
    display: none;
  }

  .circle-outline, .circle-outline.bottom {
    width: 50px;
    height: 50px;
  }

  .outline-button.light {
    margin-top: 72px;
  }

  .hero-content {
    padding-top: 40px;
    padding-bottom: 86px;
    padding-right: 0;
  }

  .button-wrapper-2 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .heading-5 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .div-block-59 {
    margin-top: 5px;
    margin-left: 10px;
  }

  .div-block-60 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

  .heading-6 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 18px;
  }

  .div-block-62 {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
  }

  .homepage-hero-parent {
    height: 500px;
  }

  .banner-text {
    font-size: 12px;
  }

  .navigation {
    background-color: #fff;
  }

  .button-navigation {
    display: none;
  }

  .button-navigation-02 {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .banner-block {
    padding: 10px 32px 10px 14px;
  }

  .section-header {
    padding-bottom: 60px;
  }

  .navigation-secondary {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-2 {
    margin-top: 20px;
    padding-top: 140px;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .div-block-66 {
    background-size: cover;
    background-attachment: scroll;
    height: 250px;
  }

  .card.card2-content.img-gallery {
    flex-basis: 32%;
    height: 200px;
  }

  .vas-card-content {
    padding: 1.5em;
  }

  .grid__col {
    width: 100%;
  }

  .card-w-2.home-card {
    width: auto;
    height: auto;
  }

  .content-image-card {
    min-height: auto;
  }

  .section-large {
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .slider {
    height: 300px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards2-topbar-paragraph {
    width: 100%;
  }

  .button-3.default-button.card-cta, .button-4.default-button.card-cta, .button-5.default-button.card-cta, .button-6.default-button.card-cta {
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .card-headline-5.dark-card-headline._6col-card {
    width: auto;
  }

  .article {
    flex-direction: column-reverse;
    align-items: flex-start;
    display: block;
  }

  .about-gallery {
    min-height: 400px;
  }

  .dates-box {
    width: 100%;
  }

  .x-tab-link {
    border-radius: 6px;
    flex: 0 48%;
    margin-bottom: 5px;
  }

  .x-tab-link.w--current {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .x-tab-link.flight-xpand {
    flex-basis: 97%;
  }

  .tabs-menu {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .x-tab-panes {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .hotel-wrappers {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .bookings {
    padding-bottom: 0;
  }

  .useful-rec {
    margin-top: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hotel-img {
    height: 300px;
  }

  .hotel-details {
    padding: 20px;
  }

  .bookings-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .terms-and-conditions-wrap {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1-copy {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .page-header-styles {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .recommendation-sections-sub {
    padding-bottom: 60px;
  }

  .diani-header {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .recommend-spacer-line {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-81 {
    flex-flow: column;
    align-items: flex-start;
  }

  .masai-mara-slide {
    height: 300px;
  }

  .home-page-grid-wrap {
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  .paragraph-5 {
    width: 95%;
    font-size: 1.5rem;
  }

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

  .paragraph-5-copy {
    width: 95%;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-white-space {
    height: 470px;
  }

  .button {
    top: 30px;
    right: 30px;
  }

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

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .circle-2 {
    bottom: 191px;
    right: 49px;
  }

  .heading {
    font-size: 1.5rem;
  }

  .package-holder {
    margin-bottom: 45px;
    padding-bottom: 40px;
  }

  .hero-intro {
    text-align: center;
    background-color: #0000;
    border-radius: 12px;
    justify-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .clip, .clip._541 {
    width: 100%;
  }

  .heading-4 {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-4._557 {
    color: #404040;
  }

  .xxl-heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .hero-slide-arrow {
    margin-right: 7%;
    display: none;
    bottom: 18px;
  }

  .hero-slide-arrow.right {
    margin-right: 7%;
  }

  .stacked-title._54 {
    margin-bottom: 124px;
  }

  .slide-nav {
    color: #fff;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 5vw;
    inset: auto 10% 0%;
  }

  .div-block-58 {
    align-items: center;
    margin-top: 0;
    margin-left: 10px;
  }

  .slide-img {
    width: 90%;
    bottom: 1%;
    left: 5%;
    right: 5%;
  }

  .slide-img.pokuaa, .slide-img.moved-banner-wide {
    top: 185px;
    left: 5%;
  }

  .circle-link-text {
    grid-auto-flow: column;
    padding-right: 35px;
  }

  .circle-link-text.left {
    grid-column-gap: 18px;
    grid-template-columns: 1fr;
    grid-auto-columns: auto;
    padding-left: 35px;
  }

  .cta-button-hero {
    flex-direction: row;
    flex: none;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-button-hero.whatsapp {
    flex-direction: row;
    justify-content: space-around;
    width: 170px;
    height: 45px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button-heading {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-12 {
    z-index: 22;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 20px;
    position: relative;
  }

  .div-block-12._5541 {
    color: #404040;
    background-color: #ffffffc2;
    margin-bottom: 0;
  }

  .we-have-moved-slide {
    background-image: url('../images/page-sale-tall.jpg');
  }

  .slider-link-text {
    display: block;
  }

  .div-block-9 {
    flex-direction: row;
    flex: 0 50%;
    width: auto;
  }

  .outline-button.light {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content {
    grid-template-columns: 1fr .65fr;
    justify-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper-2 {
    z-index: 21;
    flex-direction: row;
    flex: 0 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .body-display.light {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .heading-5 {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-5._557 {
    color: #404040;
  }

  .div-block-59 {
    align-items: center;
    margin-top: 0;
    margin-left: 10px;
  }

  .div-block-60 {
    z-index: 22;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 20px;
    position: relative;
  }

  .div-block-60._5541 {
    color: #404040;
    background-color: #ffffffc2;
    margin-bottom: 0;
  }

  .div-block-61 {
    flex-direction: row;
    flex: 0 50%;
    width: auto;
  }

  .heading-6 {
    width: 70%;
    margin-top: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.2;
  }

  .heading-6._557 {
    color: #404040;
  }

  .div-block-62 {
    z-index: 22;
    border-radius: 10px;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 10px 20px;
    position: relative;
  }

  .div-block-62._5541 {
    color: #404040;
    background-color: #ffffffc2;
    margin-bottom: 0;
  }

  .homepage-hero-parent {
    width: 100%;
    height: 600px;
  }

  .div-block-63 {
    flex-direction: row;
    flex: 0 50%;
    width: auto;
  }

  .sg_cover-button {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .menu-button {
    margin-left: 0;
  }

  .banner {
    display: none;
  }

  .button-navigation-02 {
    margin-left: 0;
    margin-right: 14px;
  }

  .section-header {
    padding-bottom: 40px;
  }

  .navigation-secondary {
    display: none;
  }

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

  .button-primary {
    width: 100%;
  }

  .paragraph-regular {
    font-size: 18px;
    line-height: 30px;
  }

  .header-card-title {
    font-size: 16px;
  }

  .navigation-button {
    display: none;
  }

  .header-icon-wrapper {
    font-size: 28px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .header-logo-grid {
    grid-template-columns: 1fr;
  }

  .hero-heading {
    font-size: 44px;
    line-height: 62px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-xsmall {
    padding-bottom: 20px;
  }

  .sg_cover-logoblock {
    flex-flow: row;
  }

  .hero-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-style-h1 {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .div-block-66 {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 150px;
  }

  .card-w {
    padding: 1.5rem;
  }

  .btn-w {
    font-size: .9375rem;
  }

  .card.card2-content.img-gallery {
    flex-basis: 49%;
    height: 165px;
  }

  .vas-card-content {
    padding: 1em;
  }

  .card-w-2 {
    padding: 1.5rem;
  }

  .testimonial-author {
    flex-flow: wrap;
  }

  .section-large {
    padding-bottom: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-68 {
    flex-flow: wrap;
  }

  .grid-3 {
    flex: 0 100%;
  }

  .accommodation-wrapper {
    padding: 20px;
  }

  .hotel-acco {
    font-size: 30px;
  }

  .cta-block-b {
    padding: 10px;
  }

  .cta-input {
    width: 100%;
  }

  .cta-form {
    grid-row-gap: 4px;
    flex-direction: column;
  }

  .button-primary-l {
    width: 100%;
  }

  .cta-feature-wrap {
    flex-direction: column;
  }

  .cta-section {
    padding: 10px;
  }

  .cta-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .hotel-name {
    padding-top: 40px;
  }

  .list {
    padding-left: 16px;
  }

  .slider {
    height: 250px;
  }

  .btn {
    text-align: center;
    display: block;
  }

  .article-cover.article-content-2 {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .article-cover.bang-bang-img {
    background-image: url('../images/441971061_764583315788251_8925621281029300026_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .article-cover.mawimbi {
    background-image: url('../images/px-KSK_8240-2-1024x576.webp');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .article-cover.oyster-bay-img {
    background-image: url('../images/133010741_143438197543581_4591522583293304789_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .article-cover.art-caffee-img {
    background-image: url('../images/447748424_18435372520058918_5600438249081050774_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .other-acts-img.article-content-2, .other-acts-img.bang-bang-img, .other-acts-img.mawimbi, .other-acts-img.oyster-bay-img, .other-acts-img.art-caffee-img {
    background-image: none;
    background-position: 50%;
    background-size: cover;
  }

  .about-gallery {
    min-height: 300px;
  }

  .x-tab-link, .x-tab-link.flight-xpand {
    flex-basis: 100%;
  }

  .tabs-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .hotel-wrappers {
    padding-bottom: 40px;
  }

  .hotel-img {
    height: 250px;
  }

  .hotel-details {
    padding: 10px;
  }

  .pay-list {
    padding-left: 16px;
  }

  .footer_second-wrapper-top, .footer_component {
    flex-direction: column;
  }

  .footer_logo-section-wrapper {
    align-items: center;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_nav-links-wrapper {
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_contact-wrpper {
    flex-direction: row;
  }

  .footer_second-wrapper {
    width: 100%;
  }

  .footer_paragraph-link {
    font-size: 15px;
  }

  .footer_orange-link.is-1 {
    overflow-wrap: anywhere;
  }

  .footer_contact-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .footer_first-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer_logo-wrapper {
    margin-bottom: 2rem;
  }

  .footer_social-list {
    width: 70%;
    margin-top: 1.5rem;
  }

  .padding-section-xxlarge {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .heading-style-h1-copy {
    font-size: 2.3rem;
    line-height: 3rem;
  }

  .page-header-styles {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .page-sub-header {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .recommendation-sections-sub {
    padding-bottom: 40px;
  }

  .diani-details-wrapper {
    padding: 40px 20px 20px;
  }

  .diani-header {
    font-size: 26px;
  }

  .masai-mara-slide {
    height: 250px;
  }

  .paragraph-5, .paragraph-5-copy {
    width: 100%;
  }
}

#w-node-_02063943-93b0-8be5-ec92-a65c2ac6478f-dcbad1a7 {
  align-self: end;
}

#w-node-_7db03d6e-5ef1-7a7d-48c4-854f5cae1aa2-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f969d298-94eb-809f-454b-3e6fde8d7858-dcbad1a7 {
  align-self: end;
}

#w-node-f969d298-94eb-809f-454b-3e6fde8d785b-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cbeb1219-06f6-5534-9cc3-353378846d0a-dcbad1a7 {
  align-self: end;
}

#w-node-cbeb1219-06f6-5534-9cc3-353378846d0d-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e723e6df-7165-1f50-4a46-8bec89eddb79-dcbad1a7 {
  align-self: start;
}

#w-node-e723e6df-7165-1f50-4a46-8bec89eddb92-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8f4c8dd6-6b2e-c236-3635-1968ddb84fc6-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4233abfa-e8cf-b50e-a8e5-a9b478ca8284-dcbad1a7 {
  align-self: start;
}

#w-node-_4233abfa-e8cf-b50e-a8e5-a9b478ca829d-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bd4b5ad8-efcc-4199-1432-6b97fcc0784e-dcbad1a7 {
  align-self: start;
}

#w-node-bd4b5ad8-efcc-4199-1432-6b97fcc07867-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a7254086-f4f7-3395-0ae2-9fb0bacb4f47-dcbad1a7 {
  align-self: start;
}

#w-node-a7254086-f4f7-3395-0ae2-9fb0bacb4f60-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9920-dcbad1a7, #w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9929-dcbad1a7, #w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9931-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9936-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_7203230a-0c99-1f9a-6b62-0a1d0a8252bb-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7203230a-0c99-1f9a-6b62-0a1d0a8252c0-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: end;
}

#w-node-_8594594d-5b19-e005-f4de-8b7b4ede1ee6-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aedd9cee-2b83-d21d-45a4-94f69cb75b98-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aedd9cee-2b83-d21d-45a4-94f69cb75bc8-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fb230eb-a71f-8e0a-2b96-5e0635d2bb5d-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729a9-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729b4-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729bc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729c4-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729cc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729d4-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729dc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729e4-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729ec-dcbad1a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd729fb-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d7240066-903a-2e8a-a897-2118fdd72a01-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61ad-dcbad1a7 {
  align-self: start;
}

#w-node-_3df8b8b8-df8e-f56a-ce03-70a170924592-dcbad1a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b1078a36-7cde-3478-935d-e118d1589c33-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c58-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c76-dcbad1a7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729bc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729c4-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729dc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729e4-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729fb-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd72a01-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61ad-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61b3-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61bf-dcbad1a7, #w-node-_76be0e66-6b3a-7560-4634-316acdb80df8-dcbad1a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d25a9d3-8eaf-4ab4-99c1-9e1c62f19b9b-05cf8ee4, #w-node-_8141ad40-a008-99c3-a091-da81ced4c1e5-05cf8ee4, #w-node-a47be6aa-9639-4a5d-a39a-f28a11075b0c-05cf8ee4, #w-node-_2830c3b1-1562-2d48-2233-59bb71decc1e-05cf8ee4, #w-node-_979664ed-9fe4-2ba6-5d13-04289e0dc5c3-05cf8ee4 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-e6bfd65f-1b47-96c2-9720-9ecd63e4d1ec-491c6b88, #w-node-_11c00284-0882-d29f-f18a-e10519027c71-491c6b88, #w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9920-dcbad1a7, #w-node-_26252594-1dc0-d0af-d14a-72ed98ea803c-dcbad1a7, #w-node-a2fe5098-f036-97de-f5ca-feb6f6978508-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c36-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c40-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c5b-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c5e-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c79-dcbad1a7, #w-node-b1078a36-7cde-3478-935d-e118d1589c7f-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd7299b-dcbad1a7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729a2-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a07-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a0d-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a17-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a1d-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a23-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd72a29-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a6191-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a6197-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a619d-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61ad-dcbad1a7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61b3-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61b9-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61bf-dcbad1a7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_76be0e66-6b3a-7560-4634-316acdb80df8-dcbad1a7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cf867c83-e22c-382b-be07-3cb64fb069ad-dcbad1a7, #w-node-c791796a-eb21-394a-dbfc-09a89bf99ac7-dcbad1a7, #w-node-e6264cd4-8309-0fa5-113d-fe638c7f2fdc-dcbad1a7, #w-node-_3df8b8b8-df8e-f56a-ce03-70a170924592-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbeb1219-06f6-5534-9cc3-353378846d05-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cbeb1219-06f6-5534-9cc3-353378846d0a-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-fe480d8f-4c90-c72a-6b3e-f0226c7a9931-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd7299b-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729a2-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729a9-dcbad1a7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729b4-dcbad1a7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: stretch;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729bc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729c4-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729cc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729d4-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729dc-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729e4-dcbad1a7, #w-node-d7240066-903a-2e8a-a897-2118fdd729ec-dcbad1a7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd729fb-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-d7240066-903a-2e8a-a897-2118fdd72a01-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61ad-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61b3-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61b9-dcbad1a7, #w-node-_52b4606b-2c51-d346-fa2d-28c8b22a61bf-dcbad1a7 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cf867c83-e22c-382b-be07-3cb64fb069ad-dcbad1a7, #w-node-c791796a-eb21-394a-dbfc-09a89bf99ac7-dcbad1a7, #w-node-e6264cd4-8309-0fa5-113d-fe638c7f2fdc-dcbad1a7, #w-node-_3df8b8b8-df8e-f56a-ce03-70a170924592-dcbad1a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-black.eot') format('embedded-opentype'), url('../fonts/lineto-circular-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-blackItalic.eot') format('embedded-opentype'), url('../fonts/lineto-circular-blackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-bold.eot') format('embedded-opentype'), url('../fonts/lineto-circular-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-boldItalic.eot') format('embedded-opentype'), url('../fonts/lineto-circular-boldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-book.eot') format('embedded-opentype'), url('../fonts/lineto-circular-book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-mediumItalic.eot') format('embedded-opentype'), url('../fonts/lineto-circular-mediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-bookItalic.eot') format('embedded-opentype'), url('../fonts/lineto-circular-bookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lineto circular';
  src: url('../fonts/lineto-circular-medium.eot') format('embedded-opentype'), url('../fonts/lineto-circular-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}