:root {
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--800: #37201a;
  --elements-webflow-library--secondary--color-1: #dc7777;
  --elements-webflow-library--accent--primary-1: #dc7777;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #fff0;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --elements-webflow-library--accent--links: #b85d5d;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --waves-library--background: #faebe3bf;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-600: #6157f8;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--grey-100: #d9dce2;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--warning-400: #f8b34b;
  --combine-library--secondary-600: #00a1c1;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

a {
  color: #e49f9f;
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.brix---header-menu-wrapper {
  font-family: Assistant, sans-serif;
  font-size: 12px;
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Assistant, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: color .3s;
  display: block;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-card {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---header-logo {
  max-width: 170px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---header-middle-col {
  padding-left: 20px;
  font-family: Assistant, sans-serif;
  font-size: 12px;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #e37b7b;
  border-radius: 5px;
  justify-content: center;
  padding: 18px 20px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition-property: background-color, transform, color;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.hero-section {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100vw;
  height: 60vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.brix---buttons-row {
  align-items: center;
  display: flex;
}

.footer-container {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

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

.brix---header-nav-menu-list-2 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 20px;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link-2:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-2:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-2.w--open {
  background-color: #0000;
}

.brix---header-right-col-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-column-wrapper-2 {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---btn-primary-small-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---bg-image-full-width {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---grid-2-col---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.navigation {
  background-color: #0000;
  width: 100%;
  margin-top: 10px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
}

.brix---header-nav-link-white {
  color: var(--elements-webflow-library--neutral--100);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
}

.brix---header-nav-link-white:hover {
  opacity: .48;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---dropdown-toggle-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
}

.brix---dropdown-toggle-white:hover {
  opacity: .59;
}

.brix---show-on-tablet {
  display: none;
}

.top-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #efe0d9;
  background-image: url('../images/background.jpg');
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: block;
  position: static;
  overflow: hidden;
}

.image-top {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  background-color: #ffc7c700;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  top: 100px;
  overflow: scroll;
}

.image-top:hover {
  transform: translate(0)translate(0)translate(0);
}

.footer {
  border-top: 0px none var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  outline-offset: 0px;
  outline: 3px #333;
  margin-top: 0;
  padding-top: 0;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  align-items: center;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---text-left---t-center {
  direction: rtl;
  color: #f7f7f7;
  text-align: right;
  flex: 0 auto;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.brix---footer-bottom-v12 {
  border-top: 1px none var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.text-span {
  color: var(--elements-webflow-library--neutral--100);
  text-align: right;
  font-weight: 400;
  text-decoration: none;
}

.text-block {
  font-family: Assistant, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.text-block:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---full-width-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---half-bg-image-right-content-v2 {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.brix---btn-secondary-2:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-2 {
  align-items: center;
  display: flex;
}

.brix---paragraph-default-2 {
  direction: rtl;
  color: var(--elements-webflow-library--neutral--800);
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---heading-h2-size {
  direction: rtl;
  color: var(--elements-webflow-library--neutral--800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---grid-2-columns-text-left {
  grid-column-gap: 120px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.about-us {
  padding-top: 310px;
  padding-bottom: 310px;
  position: relative;
  overflow: hidden;
}

.image-2 {
  max-width: 120%;
}

.noise-background {
  z-index: 9999;
  opacity: .03;
  pointer-events: none;
  background-image: url('../images/Noise-BG.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: fixed;
}

.div-block {
  text-align: right;
  object-fit: fill;
  border-radius: 0;
  margin-right: 0;
  padding-left: 0;
  text-decoration: none;
}

.image-3 {
  max-width: 240%;
}

.image-4 {
  border-radius: 5px;
  padding-top: 0;
}

.quick-stack {
  direction: rtl;
}

.global_embed {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.button {
  color: #c6fb50;
  background-color: #0000;
  border: 1.5px solid #c6fb50;
  border-radius: 100vw;
  padding: .1em 1.7em;
  font-size: 1.13em;
}

.button:hover {
  color: #111606;
  background-color: #c6fb50;
}

.overview_img-list {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_title-list {
  height: 12.2em;
  transition: transform .6s;
}

.overview_img-item {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4%;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta_numbers {
  z-index: 2;
  font-size: 1.13em;
  position: relative;
}

.cta_img-list {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.overview_scroll-progress {
  z-index: 3;
  background-color: #c6fb50;
  width: 5px;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.overview_numbers {
  z-index: 2;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.overview_visual {
  border-top-left-radius: 3.13em;
  border-bottom-left-radius: 3.13em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overview_tab-item {
  opacity: .3;
  cursor: pointer;
  transition: opacity .2s;
}

.cta_title-wrap {
  z-index: 2;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta_progress {
  z-index: 20;
  background-color: #c6fb50;
  width: 0%;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.overview_tab-list {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta_component {
  text-align: center;
  position: relative;
}

.overview_trigger {
  height: 80vh;
}

.footer_component {
  text-align: center;
  background-color: #00000026;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 10%;
  display: flex;
}

.overview_content-list {
  position: relative;
}

.overview_content-item {
  z-index: -1;
  opacity: 0;
  width: 100%;
  max-width: 27em;
  transition: opacity .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta_trigger {
  height: 100vh;
}

.overview_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 3em;
  display: flex;
}

.cta_content {
  z-index: 2;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_img-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta_sticky {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overview_sticky {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cta_img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-5 {
  box-sizing: content-box;
  aspect-ratio: auto;
  box-shadow: none;
  object-fit: contain;
  max-width: 90%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  overflow: clip;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.heading {
  color: #dc7777;
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Assistant, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.paragraph {
  text-align: right;
  padding-right: 0;
  font-family: Assistant, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.about {
  outline-offset: 0px;
  background-color: #eff2f900;
  outline: 3px #333;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  transform: translate(0);
}

.line {
  padding-left: 10px;
  padding-right: 0;
}

.listing {
  letter-spacing: 1px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  font-weight: 300;
}

.rank {
  border-top-style: none;
  border-top-color: #000;
  padding-top: 0;
  padding-right: 0;
  font-family: Inconsolata, monospace;
}

.column-3 {
  padding-left: 40px;
}

.column-1 {
  padding-left: 0;
  padding-right: 0;
}

.diagona {
  margin-top: -2px;
  padding: 0;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.albumart {
  opacity: 1;
  width: auto;
  max-width: 100%;
  box-shadow: 0 0 38px -5px #444;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  margin-top: 20px;
  margin-left: 0;
  padding: 4px 15px;
  font-family: Inconsolata, monospace;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-2:hover {
  color: #333;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 1px;
  font-weight: 700;
  transition: none;
}

.album-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 110px;
}

.album-section.dark {
  background-color: #f9f9f9;
  background-image: none;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: all .5s;
}

.album-section.dark.web {
  background-color: #64c3f0;
  background-image: none;
  transition: all .5s;
}

.album-section.dark.web._6 {
  background-color: #66c7d9;
  background-image: url('../images/EretzIr-album-blur.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-width: 0;
  border-bottom-style: none;
  padding-top: 110px;
  padding-bottom: 100px;
  transition: all .5s;
}

.album {
  letter-spacing: 1px;
  padding-top: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.date {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 5px;
  font-family: Inconsolata, monospace;
}

.date.released {
  padding-top: 5px;
  font-size: 10px;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.container {
  aspect-ratio: auto;
  background-image: linear-gradient(#0000 9%, #ddd6d6d6 82%);
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding: 0 60px 100px;
  overflow: visible;
}

.container-2 {
  max-width: 90%;
}

.code-embed {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell-4 {
  justify-content: flex-start;
  align-items: center;
}

.body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffe7e7;
  background-image: url('../images/background.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: center;
  font-family: Assistant, sans-serif;
  display: flex;
}

.waves---nav-cta {
  background-color: var(--elements-webflow-library--secondary--color-1);
  text-align: center;
  object-fit: contain;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 52px;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 600;
  transition: transform .4s;
  display: flex;
}

.waves---nav-cta:hover {
  background-color: var(--elements-webflow-library--accent--links);
  transform: scale(1.02);
}

.waves---menu-button {
  background-color: var(--elements-webflow-library--accent--primary-1);
}

.waves---menu-button.waves---nav-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.waves---nav-buttons-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  padding: 12px 10px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  transition: transform .3s;
}

.waves---nav-link:hover {
  color: var(--elements-webflow-library--accent--links);
  transform: scale(1.04);
}

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

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-middle-nav-2 {
  grid-column-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---brand {
  vertical-align: baseline;
  width: auto;
  max-width: 130%;
  height: auto;
  margin-top: 0;
  display: inline-block;
}

.waves---nav-brand-link {
  height: 50px;
  display: block;
}

.waves-master-nav-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 10% 60% 10%;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.waves---nav-container {
  max-width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 14rem;
  padding-right: 14rem;
}

.waves-navbar-2 {
  z-index: 104;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-color: var(--elements-webflow-library--neutral--600);
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-left: 0;
  padding-top: 0;
  display: block;
  overflow: visible;
}

.footer-dark {
  background-color: var(--elements-webflow-library--accent--primary-1);
  object-fit: contain;
  border-top: 1px #000;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 50px 0;
  display: block;
  position: relative;
}

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

.footer-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.waves-image-gallery-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves---section-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.brix---gallery-v5-col-hidden, .brix---gallery-v5-col {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---grid-gallery-v5 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.combine-gallery3_image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  transition: transform .65s;
  display: block;
  overflow: hidden;
}

.combine-gallery3_image:hover {
  opacity: .9;
  mix-blend-mode: normal;
  background-color: #0000;
  border-radius: 0;
  overflow: hidden;
  transform: scale(1.05);
}

.combine-gallery3_image-wrapper {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_component2 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  opacity: 1;
  direction: rtl;
  text-align: left;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  white-space: normal;
  object-fit: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: center start;
  place-items: center;
  column-gap: 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.combine-container-large2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  opacity: 1;
  direction: ltr;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  place-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.combine-space-large {
  height: 4rem;
  display: block;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 30px;
  font-family: Assistant, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  aspect-ratio: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 4rem;
  position: static;
  overflow: visible;
}

.combine-padding-global {
  border-radius: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_gallery3 {
  background-color: var(--elements-webflow-library--neutral--600);
}

.waves---nav-cta-2 {
  text-align: center;
  object-fit: contain;
  background-color: #dc7777;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.waves-navbar-3 {
  z-index: 104;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-bottom: 1px #13131333;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 0;
  display: flex;
}

.waves---nav-menu-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._4-cars-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.color.cc-pulm {
  background-image: linear-gradient(225deg, #667eea, #764ba2);
}

.color.cc-sunset-forest {
  background-image: linear-gradient(225deg, #e3bf54, #23bcba);
}

.color.cc-forest {
  background-image: linear-gradient(225deg, #23bcba, #45e994);
}

.color.cc-sunset {
  background-image: linear-gradient(225deg, #fb8332, #e3bf54);
}

.color.cc-pulm-sunset {
  background-image: linear-gradient(225deg, #764ba2, #fb8332);
}

.color.cc-forest-pulm {
  background-image: linear-gradient(225deg, #23bcba, #764ba2);
}

.img-grid {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid.view-waterfall {
  background-image: linear-gradient(to top, #000000ad 31%, #0000 50%), url('../images/Water-fall.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid.view-river {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/river-view.png');
}

.img-grid.view-lake {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Small-Lakes.png');
}

.img-grid.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.label {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.label.cc-grey {
  color: #939393;
}

.img-grid-blur {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 200%;
  position: absolute;
  inset: -100% 0% 0%;
}

.img-grid-blur.view-waterfall {
  background-image: linear-gradient(to top, #000000ad 31%, #0000 50%), url('../images/Water-fall.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img-grid-blur.view-sea {
  background-image: linear-gradient(to top, #000000ad, #0000), url('../images/Sea-View.png');
  background-position: 0 0, 50%;
}

.grid-1 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-big {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 23px 21px;
  display: inline-block;
}

._5-cards-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-headline {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-gradient-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-gradient-2._3 {
  z-index: 3;
}

.button-gradient-2._2 {
  z-index: 2;
}

.button-gradient-2._1 {
  z-index: 1;
}

.button-gradient-2._6 {
  z-index: 6;
}

.button-gradient-2._5 {
  z-index: 5;
}

.button-gradient-2.static {
  opacity: 0;
  position: static;
}

.button-gradient-2._4 {
  z-index: 4;
}

.img-grid-2 {
  background-image: linear-gradient(to top, #000000ad, #0006 38%, #0000 62%), url('../images/Sea-Bridge.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-grid-2.coffee-cup {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Coffe-Cup.png');
}

.img-grid-2.coffee-package {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/coffe-from-package.png');
  background-position: 0 0, 100%;
}

.img-grid-2.coffee-hands {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Hand-coffee.png');
}

.img-grid-2.coffe-beans {
  background-image: linear-gradient(to top, #0006, #0000 52%, #000000ad), url('../images/Grinder.png');
}

.button-outline-circle {
  z-index: 999;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.video-card-grid-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 480px;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3:hover {
  box-shadow: none;
}

.blur-img {
  z-index: 2;
  opacity: .41;
  width: auto;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.video-card-grid-3-opt-3 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 480px;
  padding: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3-opt-3:hover {
  box-shadow: none;
}

.button-grid {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-wrap {
  margin-bottom: 80px;
}

.item-wrap {
  margin-bottom: 100px;
}

.text-block-grid-3 {
  z-index: 3;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.headline-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

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

.button-grid-3 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.text-block-grid-1 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-card-grid-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 340px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.video-card-grid-2:hover {
  box-shadow: none;
}

.button-block-2 {
  z-index: 99;
  cursor: pointer;
  border-radius: 8px;
  width: 80px;
  height: 80px;
  transition: transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.button-block-2:hover {
  transform: scale(1.05);
}

.button-block-2.small {
  width: 66px;
  height: 66px;
}

.button-3 {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 23px 21px 23px 23px;
  display: inline-block;
}

.button-3.cc-gradient-pulm-copy {
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-3.cc-gradient-pulm-copy:hover {
  background-image: linear-gradient(#667eea, #764ba2);
}

.button-3.cc-gradient-pulm-copy.radius._2 {
  z-index: 2;
  display: flex;
  position: absolute;
}

.button-3.cc-gradient-pulm-copy.radius {
  border-radius: 50%;
  padding-left: 23px;
  transition: transform .2s;
  position: absolute;
}

.button-3.cc-gradient-pulm-copy.radius:hover {
  transform: scale(1.05);
}

.button-3.cc-gradient-pulm-copy.radius._2 {
  z-index: 2;
  opacity: 1;
  display: flex;
  position: absolute;
}

.button-3.cc-white {
  background-color: #fff;
  position: absolute;
}

.button-3.cc-white.circle {
  z-index: 1;
  border-radius: 50%;
  padding: 20px 18px 20px 22px;
}

.button-3.cc-gradient-pulm {
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-3.cc-gradient-pulm:hover {
  background-image: linear-gradient(#667eea, #764ba2);
}

.button-3.cc-gradient-pulm.radius {
  border-radius: 50%;
  padding-left: 25px;
  transition: transform .2s;
  position: absolute;
}

.button-3.cc-gradient-pulm.radius.outline {
  padding: 23px 21px 23px 25px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-grid-2 {
  color: #fff;
  width: 90%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.section-headline {
  flex-direction: row;
  padding-right: 8px;
  display: flex;
}

.video-card-grid {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 479px;
  padding: 0 4px 24px 16px;
  display: flex;
  position: relative;
}

.video-card-grid:hover {
  box-shadow: none;
}

.button-grid-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-card-grid-3-opt-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 480px;
  padding: 24px 16px 24px 24px;
  display: flex;
  position: relative;
}

.video-card-grid-3-opt-2:hover {
  box-shadow: none;
}

.combine-gallery1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-section_gallery1 {
  background-color: var(--combine-library--white);
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: block;
}

.combine-gallery3_component {
  box-sizing: border-box;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  opacity: 1;
  direction: rtl;
  column-count: 3;
  cursor: auto;
  object-fit: contain;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: start;
  column-gap: 1rem;
  width: 100%;
  height: 100%;
  line-height: 20px;
  display: inline-grid;
  position: static;
  overflow: visible;
}

.wrapper-articles {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  vertical-align: super;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  transition: transform .65s;
  display: block;
  position: static;
  overflow: hidden;
}

.wrapper-articles:hover {
  opacity: .9;
  transform: scale(1.05);
}

.combine-gallery3_image-copy {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  transition: transform .65s;
  overflow: clip;
}

.combine-gallery3_image-copy:hover {
  opacity: .9;
  transform: scale(1.05);
}

.combine-gallery3_image-wrapper-copy {
  aspect-ratio: 1;
  object-fit: contain;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_image-wrapper-copy:hover {
  opacity: .9;
}

.videos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  opacity: 1;
  direction: ltr;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: start center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
  overflow: auto;
}

.video-comp {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  aspect-ratio: auto;
  opacity: 1;
  direction: rtl;
  text-align: left;
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  white-space: normal;
  object-fit: cover;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: center start;
  place-items: center;
  column-gap: 1rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.video {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  transition: transform .65s;
  display: block;
  position: static;
  overflow: hidden;
}

.video:hover {
  opacity: .9;
  overflow: hidden;
}

.videowrapper {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.videowrapper:hover {
  overflow: hidden;
  transform: scale(1.05);
}

.container-6 {
  max-width: 100%;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.container-gallery {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: radial-gradient(circle closest-corner at 3%, #dc7777c9, #fff0 53%);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 100px;
  display: block;
  overflow: visible;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves-select-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-select-background:focus {
  border-color: var(--waves-library--black);
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-text-field-background {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--background);
  color: var(--waves-library--black);
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-1 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-master-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves-text-field-background-msg {
  color: #131313;
  text-align: right;
  background-color: #faebe3;
  border: 1px solid #131313;
  border-radius: 8px;
  height: 52px;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 100px;
  font-size: 16px;
}

.waves-text-field-background-msg:focus {
  color: #131313;
  border-color: #131313;
}

.waves-text-field-background-2 {
  color: #131313;
  text-align: right;
  background-color: #faebe3;
  border: 1px solid #131313;
  border-radius: 8px;
  height: 52px;
  margin: 0;
  font-size: 16px;
}

.waves-text-field-background-2:focus {
  color: #131313;
  border-color: #131313;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves---2-inputs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-2 {
  color: #121921;
}

.waves---cta-dark-2 {
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #92b7ae;
  border: 1px solid #fff;
  border-radius: 0;
  min-width: 200px;
}

.text-block-3 {
  color: #ff5e69;
}

.anti-skew {
  font-family: Assistant, sans-serif;
}

.anti-skew.whatsapp-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.italic-text-5 {
  font-style: normal;
}

.waves-submit-wrap-contact-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 0;
  display: flex;
}

.waves-success-mesaage-2 {
  background-color: #fff;
  border-radius: 6px;
}

.waves---main-container-3 {
  background-image: radial-gradient(circle, #000, #052421 0%, #000 56%);
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---center-heading-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
}

.waves-master-contact-2 {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  font-family: Assistant, sans-serif;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.waves-form-block-contact-2 {
  width: 100%;
  max-width: 540px;
  margin-top: 40px;
}

.waves---form-contact-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves---input-wrap-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 48px;
  font-style: italic;
  line-height: 130%;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-whatsapp {
  color: #121921;
  text-align: center;
  background-color: #92b7ae;
  border: 1px solid #92b7ae;
  padding: .75rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, background-color .2s, border-color .2s;
  transform: skew(-10deg);
}

.button-whatsapp:hover {
  background-color: #d6a3d1;
  border-color: #d6a3d1;
  transform: scale(1.05)skew(-10deg);
}

.button-whatsapp.is-secondary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #25d366f0;
  background-clip: border-box;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  place-items: center;
  display: flex;
  transform: none;
}

.button-whatsapp.is-secondary:hover {
  border-color: #fff;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: #333;
  margin-bottom: .5rem;
  font-family: Assistant, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--elements-webflow-library--accent--links);
  text-align: right;
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-text-size-regular-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-contact2_feature {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Assistant, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-contact2_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding-left: 0;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-right: 100px;
  display: block;
}

.combine-padding-section-medium-3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
}

.contact {
  background-color: var(--waves-library--background);
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.code-embed-phone {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.waves---nav-link-mobile {
  padding: 12px 10px;
  font-family: Assistant, sans-serif;
  font-size: 16px;
  display: none;
}

.waves---nav-link-mobile.w--current {
  color: #e67979;
}

.text-block-4 {
  text-align: right;
}

.image-top-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  background-color: #ffc7c700;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
  top: 100px;
  overflow: scroll;
}

.top-image-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #efe0d9;
  background-image: url('../images/background.jpg');
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -110px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: none;
  position: static;
  overflow: hidden;
}

.combine-gallery3_image-wrapper-bottom {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_image-wrapper-video {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .brix---header-content-wrapper {
    margin-left: 140px;
    padding-left: 0;
    padding-right: 140px;
  }

  .brix---btn-header-hidden-on-mbl {
    margin-left: 0;
  }

  .hero-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 64vw;
    margin-top: -10px;
    display: block;
    position: static;
    inset: 0% 0% auto;
    overflow: clip;
  }

  .footer-container {
    opacity: 1;
  }

  .navigation {
    width: 100%;
  }

  .top-image {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 60px;
    overflow: clip;
  }

  .image-top {
    box-sizing: border-box;
    object-fit: contain;
    width: 92%;
    max-width: 100%;
    min-height: 500px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 100px auto auto 0%;
    overflow: scroll;
  }

  .footer {
    background-color: var(--elements-webflow-library--neutral--600);
    opacity: 1;
    background-image: linear-gradient(#0000, #0000);
    border: 1px #0000;
    border-width: 0 1px 1px 0;
    border-radius: 0;
    margin-top: auto;
    padding-top: 20px;
  }

  .brix---footer-bottom-v12 {
    opacity: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Assistant, sans-serif;
  }

  .noise-background {
    opacity: .03;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: row;
    flex: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .image-5 {
    max-width: 90%;
    margin-top: 0;
    overflow: clip;
  }

  .heading {
    text-align: right;
    font-weight: 700;
  }

  .paragraph {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .quick-stack-2 {
    direction: rtl;
  }

  .about {
    width: 100%;
  }

  .albumart {
    width: 86%;
  }

  .album-section.dark.web._6 {
    border-bottom-style: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container {
    max-width: 100%;
    margin-top: -10px;
    padding-top: 0;
    padding-left: 150px;
    padding-right: 150px;
  }

  .body {
    -webkit-text-fill-color: inherit;
    background-color: #e37b7b;
    background-image: url('../images/background.jpg');
    background-position: 0 0;
    background-size: auto;
    background-clip: border-box;
    border-top: 1px #000;
  }

  .waves---nav-cta {
    line-height: 20px;
  }

  .waves---brand {
    max-width: 130%;
    margin-top: 0;
  }

  .waves---nav-container {
    max-width: 85%;
  }

  .waves-navbar-2 {
    z-index: 104;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: absolute;
  }

  .footer-dark {
    background-color: var(--elements-webflow-library--accent--links);
  }

  .combine-gallery3_component2 {
    direction: rtl;
    column-count: 2;
  }

  .combine-container-large2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-heading-style-h2 {
    padding-right: 0;
  }

  .combine-container-small {
    max-width: 60rem;
  }

  .combine-padding-section-medium {
    direction: ltr;
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .combine-padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-section_gallery3 {
    background-color: var(--combine-library--grey-800);
    margin-top: 86px;
    margin-left: 100px;
    padding-right: 100px;
  }

  .waves---nav-cta-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
  }

  .waves-navbar-3 {
    z-index: 100;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: absolute;
  }

  .container-5 {
    background-color: var(--elements-webflow-library--neutral--600);
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .combine-gallery3_component {
    direction: rtl;
    column-count: 2;
  }

  .videos {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .video-comp {
    direction: rtl;
    column-count: 2;
  }

  .container-gallery {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 60px;
  }

  .combine-contact2_content {
    padding-right: 60px;
  }

  .image-top-logo {
    box-sizing: border-box;
    object-fit: contain;
    width: 92%;
    max-width: 100%;
    min-height: 500px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    inset: 100px auto auto 0%;
    overflow: scroll;
  }

  .top-image-logo {
    object-fit: fill;
    margin-top: 0;
    padding-bottom: 60px;
    overflow: clip;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    max-width: 100%;
    height: 63vw;
  }

  .top-image {
    margin-top: 0;
  }

  .image-5 {
    margin-top: -65px;
  }

  .paragraph {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .about {
    margin-top: 0;
  }

  .album-section.dark.web._6 {
    width: 100%;
  }

  .container {
    margin-top: -144px;
  }

  .body {
    margin-left: 220px;
    margin-right: 220px;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-contact2_content {
    padding-right: 100px;
  }

  .combine-contact2_component {
    object-fit: fill;
    flex-flow: row;
    align-items: flex-start;
  }

  .combine-padding-section-medium-3 {
    object-fit: fill;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .combine-container-large {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .combine-padding-global-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .contact {
    width: 100%;
    max-width: 100%;
  }

  .top-image-logo {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-section {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-card-2 {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-2:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-2.w--open {
    background-color: #0000;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .navigation {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-nav-link-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: var(--elements-webflow-library--neutral--100);
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---dropdown-toggle-white {
    color: var(--elements-webflow-library--neutral--800);
  }

  .brix---header-nav-menu-wrapper-white {
    border-top: 0px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 0px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---hidden-on-tablet {
    display: none;
  }

  .brix---show-on-tablet {
    display: block;
  }

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

  .image-top {
    width: 100%;
    min-height: 500px;
    top: 0;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: right;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---half-bg-image-right-content-v2 {
    width: 100%;
    height: 100%;
    min-height: 580px;
    margin-top: 48px;
    position: static;
    inset: auto 0% 0%;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text-left {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .about-us {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .overview_visual, .overview_trigger {
    display: none;
  }

  .overview_content-list {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .overview_content-item {
    z-index: 2;
    opacity: 1;
    max-width: none;
    position: relative;
  }

  .overview_content {
    padding-left: 6%;
    padding-right: 6%;
  }

  .overview_tab-wrapper {
    display: none;
  }

  .overview_sticky {
    grid-template-columns: 1fr;
    height: auto;
    position: relative;
  }

  .image-5 {
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

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

  .cell-2 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    position: static;
  }

  .about {
    background-color: #eff2f90d;
    height: 100%;
    margin-top: 60px;
  }

  .line {
    padding-left: 0;
  }

  .rank {
    padding-left: 0;
    padding-right: 30px;
  }

  .column-1 {
    font-family: Open Sans, sans-serif;
  }

  .albumart {
    box-shadow: 0 0 38px -5px #444;
  }

  .button-2, .album-section.dark {
    transition: all .5s;
  }

  .album-section.dark.web._6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: block;
  }

  .quick-stack-3 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .container {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-4 {
    display: block;
  }

  .waves---nav-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-flow: wrap;
    order: -1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 11vw;
    height: 6vw;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    place-items: flex-end stretch;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves-middle-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .waves---brand {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-master-nav-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 100%;
    display: block;
  }

  .waves---nav-container {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .waves-navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: block;
    position: relative;
    inset: 0% auto 0% 0%;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .combine-heading-style-h2 {
    padding-right: 0;
    font-size: 2.5rem;
  }

  .combine-padding-section-medium {
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .waves---menu-button-2 {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button-2.w--open {
    background-color: #131313;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-menu-2 {
    background-color: #fff;
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  ._4-cars-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1.5fr;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .div-block-2 {
    object-fit: contain;
    align-self: auto;
    width: 40%;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0%;
  }

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

  .container-gallery {
    background-image: radial-gradient(circle closest-corner at 0%, #dc7777c9, #fff0 25%);
  }

  .combine-form_label {
    font-size: 1.2rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-text-size-regular-2 {
    font-size: 1.2rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-contact2_content {
    padding-right: 60px;
  }

  .combine-contact2_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    padding-right: 50px;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contact {
    align-self: auto;
    width: 100%;
    max-width: 100%;
  }

  .waves---nav-link-mobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .image-top-logo {
    width: 50%;
    min-height: auto;
    top: 0;
  }

  .top-image-logo {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section {
    margin-top: 0;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---grid-2-col---1-col-t {
    grid-template-columns: 1fr;
  }

  .top-image {
    background-image: url('../images/background.jpg');
    background-size: contain;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-top {
    min-height: 100%;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---grid-2-columns-text-left {
    grid-template-columns: 1fr;
  }

  .about-us {
    padding-top: 96px;
    padding-bottom: 0;
  }

  .cta_title-wrap {
    font-size: 2vw;
  }

  .image-5 {
    height: 100%;
  }

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

  .about {
    height: 256vw;
    margin-top: 50px;
  }

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

  .rank {
    float: left;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
  }

  .column-3 {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-1 {
    padding-left: 15px;
  }

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

  .button-2 {
    margin-left: 20px;
    margin-right: 0;
    transition: all .5s;
  }

  .album-section {
    margin-bottom: 0;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .album-section.dark {
    transition: all .5s;
  }

  .album-section.dark.web._6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/HaimDaysAreGone_blur.jpg');
    background-position: 50%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    transition: all .5s;
  }

  .album {
    padding-left: 20px;
    padding-right: 0;
  }

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

  .code-embed {
    display: none;
  }

  .cell-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .waves---hamburger-icon {
    border-radius: 0;
  }

  .waves---menu-button {
    border-radius: 8px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves-navbar-2 {
    align-self: auto;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-grid-gallery-1 {
    grid-template-columns: 1fr;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-40px-2 {
    margin-bottom: 24px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .combine-gallery3_component2 {
    column-count: 2;
  }

  .combine-container-large2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-section-medium {
    padding-bottom: 0;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  ._5-cards-grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .video-blog-grids {
    flex-direction: column;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-gallery3_component, .video-comp {
    column-count: 2;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2, .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
    padding-left: 50px;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .code-embed-phone {
    display: block;
  }

  .image-top-logo {
    min-height: 100%;
  }

  .top-image-logo {
    background-image: url('../images/background.jpg');
    background-size: contain;
    background-attachment: scroll;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---btn-primary, .brix---btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    text-align: left;
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .top-image {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---half-bg-image-right-content-v2 {
    min-height: auto;
    position: relative;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-us {
    padding-top: 96px;
  }

  .cta_title-wrap {
    font-size: 2.4vw;
  }

  .image-5 {
    box-sizing: content-box;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    display: block;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .paragraph {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .about {
    height: 100%;
    margin-top: 20px;
    line-height: 170px;
    display: block;
  }

  .listing {
    text-align: left;
    padding-left: 0;
  }

  .rank {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .column-1 {
    padding-top: 0;
  }

  .diagona {
    margin-top: 8px;
  }

  .albumart {
    object-fit: contain;
    max-width: 100%;
    padding-top: 0;
  }

  .button-2 {
    transition: all .5s;
  }

  .button-2:hover {
    border-width: 1px;
    border-color: #fff;
  }

  .album-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .album-section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    transition: all .5s;
  }

  .album-section.dark.web._6 {
    background-image: url('../images/HaimDaysAreGone_blur.jpg');
    background-position: 50%;
    padding-top: 78px;
    transition: all .5s;
  }

  .album {
    letter-spacing: 1px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container {
    max-height: 100%;
    display: block;
    overflow: visible;
  }

  .code-embed, .waves---nav-cta {
    display: none;
  }

  .waves---hamburger-icon {
    border-radius: 0;
  }

  .waves---menu-button, .waves---menu-button.w--open {
    border-radius: 0;
    width: 100%;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .waves---brand {
    max-width: 100%;
    display: block;
    position: relative;
  }

  .waves-master-nav-2 {
    flex-flow: column;
    display: block;
  }

  .waves---nav-container {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .waves-navbar-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

  .brix---gallery-v5-col-hidden {
    display: none;
  }

  .brix---gallery-v5-col {
    grid-row-gap: 16px;
  }

  .brix---grid-gallery-v5 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-gallery3_component2 {
    column-count: 1;
  }

  .combine-container-large2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .waves---nav-cta-2 {
    display: none;
  }

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

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

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

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

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    order: -1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 57px;
    padding-top: 0;
    display: none;
    position: absolute;
    top: 87px;
  }

  .combine-gallery3_component {
    column-count: 1;
    grid-template-columns: 1fr;
  }

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

  .video-comp {
    column-count: 1;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---section-medium-3 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .waves---2-inputs-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .button-group.is-center {
    justify-content: center;
    align-items: center;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .button-whatsapp {
    width: 100%;
  }

  .combine-contact2_content {
    padding-right: 0;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .code-embed-phone {
    display: block;
  }

  .image-top-logo {
    width: 40%;
  }

  .top-image-logo {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

#w-node-fdf389ab-0f59-2bb1-340b-7ee4894d6cae-7f16ed30 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a7af8899-7e6e-6eed-4b3e-a4c6d111cbac-7f16ed30 {
  grid-template-rows: minmax(9px, 1fr);
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fd3fa1d-0db0-65e4-916e-e142001dc377-001dc374 {
  justify-self: end;
}

#w-node-_9fd3fa1d-0db0-65e4-916e-e142001dc389-001dc374 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e27e3b7b-89bc-29d4-3b3b-a0a151d68e57-104d13ef {
  place-self: center;
}

#w-node-_2d36c505-916c-39b9-0b5a-30ab104d13fe-104d13ef {
  place-self: auto stretch;
}

#w-node-_5435c8a8-b5d8-79a8-f79b-963ae03a151e-e08191dc {
  place-self: center;
}

#w-node-_5435c8a8-b5d8-79a8-f79b-963ae03a1533-e08191dc {
  place-self: auto stretch;
}

#w-node-dc8f9a91-323c-cf9d-04c4-7773ddb1acf7-67db5290, #w-node-dc8f9a91-323c-cf9d-04c4-7773ddb1acff-67db5290, #w-node-_7506ea09-1468-9fb3-f864-355441df6c6f-67db5290, #w-node-_7506ea09-1468-9fb3-f864-355441df6c73-67db5290, #w-node-_7506ea09-1468-9fb3-f864-355441df6c77-67db5290 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef12-67db5290 {
  justify-self: end;
}

#w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef24-67db5290, #w-node-a93dbdda-e90a-c6cb-4a90-9b2642975173-4baf4783, #w-node-bff91dcb-a530-217e-0485-2aa8049c526f-4baf4783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef12-4baf4783 {
  justify-self: end;
}

#w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef24-4baf4783 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_5435c8a8-b5d8-79a8-f79b-963ae03a1520-e08191dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fdf389ab-0f59-2bb1-340b-7ee4894d6cae-7f16ed30 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fdf389ab-0f59-2bb1-340b-7ee4894d6caf-7f16ed30 {
    order: 9999;
  }

  #w-node-a7af8899-7e6e-6eed-4b3e-a4c6d111cbac-7f16ed30 {
    grid-template-rows: minmax(9px, 1fr);
    grid-template-columns: .25fr;
  }

  #w-node-_9fd3fa1d-0db0-65e4-916e-e142001dc377-001dc374, #w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef12-67db5290, #w-node-_7d05f816-dfe0-307a-9364-59e0f9b0ef12-4baf4783 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7af8899-7e6e-6eed-4b3e-a4c6d111cbac-7f16ed30 {
    grid-template-rows: minmax(9px, 1.25fr);
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7af8899-7e6e-6eed-4b3e-a4c6d111cbac-7f16ed30 {
    grid-template-rows: minmax(9px, 1.25fr);
    grid-template-columns: minmax(186px, 1fr);
  }
}

/* Base RTL settings */
html[dir="rtl"],
html[lang="he"] {
  direction: rtl;
}

/* Default text alignment for generic content */
body,
.w-container,
.w-layout-blockcontainer {
  text-align: right;
}

/* Form controls, if you add them later */
input,
textarea,
select {
  direction: rtl;
  text-align: right;
}
