.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

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

body {
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  color: #101010;
}

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

li {
  color: #101010;
}

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

label {
  display: block;
  margin-bottom: 0px;
  font-weight: 400;
}

blockquote {
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 24px 16px;
  border-left: 1px solid #101010;
  color: #101010;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  color: #77869e;
  text-align: center;
}

.logo-wrapper {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.underlined-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.underlined-btn.small {
  padding: 10px 24px;
}

.underlined-btn.small.in-nav-bar {
  margin: 20px 0px 20px 12px;
  font-size: 15px;
}

.underlined-btn.no-margin-top {
  margin-top: 0px;
}

.underlined-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.underlined-btn.white {
  color: #fff;
}

.menu-button {
  width: 32px;
  padding: 10px 0px;
}

.menu-button.w--open {
  z-index: 5;
  background-color: transparent;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 56px;
  padding-left: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.nav-menu {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333vw;
  padding-top: 112px;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(16, 16, 16, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.brand {
  height: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand.w--current {
  height: 40px;
}

.brand.footer-logo {
  height: 35px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo {
  height: 100%;
}

.logo.footer {
  width: 170px;
  height: auto;
  background-color: transparent;
}

.nav-link {
  padding: 10px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: opacity 200ms ease, color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.4px;
}

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

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 16, 16, 0.17);
  letter-spacing: 0.5px;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 104px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px 0px 4px 4px;
  background-color: #fff;
}

.style-guide-block.block {
  display: block;
}

.color-block {
  height: 88px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.color-block.white {
  border: 1px solid #e8e9e9;
  background-color: #fff;
}

.color-block.midnight-blue {
  background-color: #101010;
}

.color-block.border-color {
  background-color: #e6e6e6;
}

.button-block-wrapper {
  width: 33.334%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.heading-block {
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.colors-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greyscales-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-subtitle {
  padding-left: 4px;
  color: #8f9193;
}

.greyscale-title {
  margin-bottom: 10px;
  color: #23272a;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.style-guide-block-title {
  padding: 32px 104px;
  border-bottom: 1px solid #d9dfe6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #41267e;
}

.style-guide-block-wrapper {
  margin-bottom: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9dfe6;
}

.style-guide-block-wrapper.last {
  margin-bottom: 0px;
}

.section {
  position: static;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.section.utility {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shapelined-K9QHL52rE2k-unsplash1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.section.no-top-padding {
  padding-top: 0px;
}

.section.no-top-padding.no-padding-bottom {
  padding-bottom: 0px;
}

.section.numbers-bg {
  background-color: #101010;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.7)), to(rgba(16, 16, 16, 0.7))), url('../images/josh-rose-506979-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.7), rgba(16, 16, 16, 0.7)), url('../images/josh-rose-506979-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.style-guide-title {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.style-guide-title.white {
  margin-top: 10px;
  color: #fff;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1280px;
  -ms-flex: 0 1280px;
  flex: 0 1280px;
}

.container.numbers-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container.contact-container {
  max-width: 960px;
}

.container.footer-bottom-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.footer-block {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.color-block-wrapper {
  width: 20%;
  margin-right: 28px;
  margin-left: 28px;
  border-radius: 4px;
}

.button-subtitle {
  margin-top: 10px;
  color: #8f9193;
  text-align: center;
}

.color-title {
  margin-top: 10px;
  color: #23272a;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.color-title.margin-bottom {
  margin-bottom: 10px;
}

.grayscale-block {
  height: 88px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #101010;
}

.grayscale-block._20 {
  opacity: 0.2;
}

.grayscale-block._30 {
  opacity: 0.3;
}

.grayscale-block._10 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0.1;
}

.grayscale-block._80 {
  opacity: 0.8;
}

.grayscale-block._70 {
  opacity: 0.7;
}

.grayscale-block._60 {
  opacity: 0.6;
}

.grayscale-block._100 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.grayscale-block._50 {
  opacity: 0.5;
}

.grayscale-block._40 {
  opacity: 0.4;
}

.grayscale-block._90 {
  opacity: 0.9;
}

.button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 176px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e8e8;
}

.button-block.dark {
  background-color: #101010;
}

.headings-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.greyscale-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 4px;
}

.feature-wrapper {
  padding-right: 24px;
  padding-left: 24px;
}

.feature-img-wrapper {
  position: relative;
}

.page-header {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.5)), to(rgba(16, 16, 16, 0.5))), url('../images/DSC00232.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.5), rgba(16, 16, 16, 0.5)), url('../images/DSC00232.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.page-header-title {
  margin-top: 80px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.page-header-title.project {
  position: relative;
  z-index: 1;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.utility-page-content {
  display: block;
  width: 33.334%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility-title {
  margin-top: 32px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
}

.utility-title.extra-margin {
  margin-bottom: 32px;
}

.text-field {
  height: 48px;
  margin-bottom: 24px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 rgba(16, 16, 16, 0.3);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.text-field:hover {
  border-bottom-color: #101010;
}

.text-field:active {
  border-style: none none solid;
  border-width: 1px;
  border-color: #101010;
}

.text-field:focus {
  border-bottom-color: #101010;
}

.text-field.min-height {
  height: auto;
  min-height: 120px;
}

.text-field.white {
  border-bottom-color: hsla(0, 0%, 100%, 0.3);
  background-color: transparent;
}

.text-field.white:hover {
  border-bottom-color: #fff;
}

.text-field.white:active {
  border-bottom-color: #fff;
}

.error-message {
  border-radius: 4px;
  background-color: #ff7e87;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.utility-subtitle {
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.changelog-text {
  margin-bottom: 10px;
  color: #101010;
  font-size: 16px;
}

.licensing-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.licensing-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  margin-right: 0px;
  margin-left: -1px;
  padding: 32px 16px;
  border: 1px solid #d9dfe6;
  background-color: #f8fafb;
}

.licensing-title {
  color: #101010;
  font-size: 18px;
  line-height: 24px;
}

.licensing-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  margin-right: 0px;
  margin-left: -1px;
  padding: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d9dfe6;
  background-color: transparent;
}

.licensing-link {
  color: #101010;
}

.nav-link-wrap {
  display: block;
  margin-bottom: 24px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.btn-line-bg {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #bababa;
}

.btn-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #785c81;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.btn-line.white {
  background-color: #fff;
}

.btn-line.black {
  background-color: #101010;
}

.hero-slider {
  position: absolute;
  left: 0px;
  right: 0px;
  min-height: 100vh;
}

.hero-slide-tabs {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-text {
  margin-bottom: 16px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.slide-tab {
  width: 100%;
  padding: 24px 32px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: transparent;
}

.slide-tab.w--current {
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.3)), to(rgba(16, 16, 16, 0.3)));
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.3), rgba(16, 16, 16, 0.3));
}

.slide-content-wrapper.home {
  background-image: url('../images/aaron-huber-s95oB2n9jng-unsplash1.jpg');
  background-position: 50% 50%;
}

.slide-content-wrapper.project-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.15)), to(rgba(16, 16, 16, 0.15))), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.15), rgba(16, 16, 16, 0.15)), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 15px, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.slide-content-wrapper.project-1.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00175.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00175.jpg');
}

.slide-content-wrapper.project-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.15)), to(rgba(16, 16, 16, 0.15))), url('../images/dots.png'), url('../images/DSC00102.webp');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.15), rgba(16, 16, 16, 0.15)), url('../images/dots.png'), url('../images/DSC00102.webp');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 15px, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.slide-content-wrapper.project-2.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00140.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00140.jpg');
}

.slide-content-wrapper.project-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.15)), to(rgba(16, 16, 16, 0.15))), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.15), rgba(16, 16, 16, 0.15)), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 15px, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.slide-content-wrapper.project-3.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00175.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00175.jpg');
}

.slide-content-wrapper.project-3 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.15)), to(rgba(16, 16, 16, 0.15))), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.15), rgba(16, 16, 16, 0.15)), url('../images/dots.png'), url('../images/DSC00078.webp');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 15px, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, fixed, fixed;
}

.slide-content-wrapper.project-3.black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00175.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00175.jpg');
}

.tabs-content {
  width: 100%;
  min-height: 100vh;
}

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

.tab-line-bg {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.3);
}

.tab-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.25);
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.hero-title {
  margin-top: 10px;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
  text-shadow: 0 0 10px rgba(16, 16, 16, 0.3);
}

.caps-title {
  color: #fff;
  text-transform: none;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/Play.svg');
  background-position: 53% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.menu-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-line.top {
  margin-bottom: 8px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-link-inline {
  position: relative;
  display: inline-block;
}

.about-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 32px;
  color: #41267e;
}

.section-title.extra-padding {
  margin-bottom: 0px;
}

.section-title.extra-padding.black {
  margin-bottom: 0px;
  color: #2c2c2c;
}

.section-title.narrow {
  margin-bottom: 10px;
  color: #41267e;
}

.section-title.black {
  color: #2c2c2c;
}

.services-grid {
  position: relative;
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-wrapper {
  z-index: 1;
  padding: 48px 32px 64px;
  border-style: solid;
  border-width: 1px;
  border-color: #41267e;
  border-radius: 0px;
  background-color: #fff;
}

.service-wrapper.dark {
  border-color: #41267e;
  border-radius: 0px;
  background-color: #41267e;
}

.service-wrapper.dark.black {
  border-color: #2c2c2c;
  border-radius: 0px;
  background-color: #2c2c2c;
}

.service-title {
  margin-bottom: 10px;
  color: #101010;
  font-size: 24px;
  line-height: 30px;
}

.service-title.extra-margin {
  margin-bottom: 32px;
  color: #101010;
}

.service-title.extra-margin.purple {
  color: #41267e;
}

.service-title.white {
  color: #fff;
}

.service-title.purple {
  color: #41267e;
}

.service-text {
  color: #2c2c2c;
}

.service-text.white {
  color: #fff;
}

.service-text.purple {
  color: #41267e;
  font-weight: 400;
}

.left-header-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.project-listing-wrapper {
  padding-right: 16px;
  padding-left: 16px;
  text-decoration: none;
}

.project-wrapper {
  width: 33.333%;
}

.project-wrapper.projects-page {
  width: 50%;
}

.project-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-left: -16px;
}

.project-thumbnail-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-thumbnail-wrapper.project-page {
  min-height: 360px;
}

.project-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.project-list-title {
  margin-bottom: 24px;
  font-size: 26px;
  line-height: 32px;
}

.project-category-label {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: inline-block;
  margin-top: 10px;
  margin-left: 10px;
  padding: 4px 10px;
  background-color: #101010;
  color: #fff;
  letter-spacing: 0.4px;
}

.project-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.default-btn {
  margin-top: 16px;
  margin-right: 16px;
  padding: 10px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #101010;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #101010;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.default-btn.no-margin-top {
  margin-top: 0px;
}

.default-btn.no-margin-top.no-margin-right {
  margin-right: 0px;
}

.default-btn.no-margin-top.no-margin-right:hover {
  background-color: #101010;
  color: #fff;
}

.default-btn.no-margin-right {
  margin-right: 0px;
}

.default-btn.invert {
  border-color: #fff;
  color: #fff;
}

.btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-left {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-header-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-members-grid {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-member-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 16px 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b7b7b7;
  background-color: #fff;
}

.team-member-wrapper.dark {
  border-color: #101010;
  background-color: #101010;
}

.team-member-avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 32px;
  border-radius: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-member-name {
  margin-bottom: 10px;
  color: #101010;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}

.team-member-name.white {
  color: #fff;
}

.team-member-job {
  color: #101010;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.team-member-job.white {
  color: #fff;
}

.instagram-image-wrapper {
  position: relative;
  width: 16.667%;
  padding: 16px;
  background-color: #fff;
}

.instagram-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  mix-blend-mode: normal;
}

.instagram-overlay:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.instagram-icon {
  width: 24px;
}

.instagram-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
  padding: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-title-block.center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caps-subtitle {
  color: #41267e;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.caps-subtitle._2 {
  color: #2c2c2c;
}

.instagram-image-block {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.instagram-image-block.block-1 {
  border-radius: 0px;
  background-image: url('../images/slide0.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-1.black {
  border-radius: 0px;
  background-image: url('../images/TBS---Cancelada.JPG');
}

.instagram-image-block.block-2 {
  border-radius: 0px;
  background-image: url('../images/DSC00115.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-2.black {
  border-radius: 0px;
  background-image: url('../images/DSC00234.jpg');
}

.instagram-image-block.block-4 {
  border-radius: 0px;
  background-image: url('../images/DSC00111.webp');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-4.black {
  border-radius: 0px;
  background-image: url('../images/DSC00175.jpg');
}

.instagram-image-block.block-3 {
  border-radius: 0px;
  background-image: url('../images/DSC00127.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-3.black {
  border-radius: 0px;
  background-image: url('../images/DSC00199.jpg');
}

.instagram-image-block.block-5 {
  border-radius: 0px;
  background-image: url('../images/DSC00114.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-5.black {
  border-radius: 0px;
  background-image: url('../images/DSC00231.jpg');
}

.instagram-image-block.block-6 {
  border-radius: 0px;
  background-image: url('../images/DSC00082.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.instagram-image-block.block-6.black {
  border-radius: 0px;
  background-image: url('../images/DSC00190.jpg');
  background-position: 50% 50%;
}

.footer {
  position: relative;
  padding: 0px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #41267e;
}

.footer.black {
  background-color: #2c2c2c;
}

.copyright-block {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copyright-block.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.copyright-text.right {
  margin-right: 10px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.copyright-text.right:hover {
  color: #fff;
}

.copyright-text.right.last {
  margin-right: 0px;
  padding-left: 0px;
  color: #fff;
}

.copyright-text.bigger {
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.copyright-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.copyright-link.muted {
  margin-bottom: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.copyright-link.muted:hover {
  color: #fff;
}

.copyright-link.muted.margin-bottom {
  display: block;
  margin-bottom: 4px;
  color: #fff;
}

.copyright-link.muted.margin-bottom.w--current {
  color: #fff;
}

.copyright-link.muted.margin-bottom.space {
  margin-bottom: 14px;
}

.brand-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-subtitle {
  display: inline-block;
  margin-top: 2px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.8);
}

.social-block {
  position: absolute;
  left: 2%;
  bottom: 2%;
  z-index: 2;
}

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

.social-links.team-members {
  margin-top: 24px;
}

.social-link {
  display: inline-block;
  margin-top: 4px;
  margin-right: 10px;
  font-family: Questrial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

.social-link:hover {
  text-decoration: underline;
}

.social-link.black {
  color: #101010;
}

.social-link.black.last {
  margin-right: 0px;
}

.social-link.last {
  margin-right: 0px;
}

.header-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: rgba(16, 16, 16, 0.5);
}

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

.project-facts-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
}

.project-facts-title {
  margin-bottom: 10px;
  color: #101010;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.project-facts-text {
  margin-bottom: 10px;
  color: #101010;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
}

.project-facts-text.no-capitalize {
  margin-left: 4px;
  text-transform: none;
}

.measurement-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-rich-text img {
  margin-top: 10px;
  margin-bottom: 10px;
}

.project-rich-text figcaption {
  margin-bottom: 10px;
}

.footer-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: #101010;
  opacity: 0.3;
}

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

.mask {
  -o-object-fit: none;
  object-fit: none;
}

.center-project-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-slide-img {
  display: block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-arrow-icon {
  width: 10px;
}

.hide {
  display: none;
}

.left-arrow {
  width: 64px;
  padding: 6px 10px 10px 8px;
  background-color: #101010;
  opacity: 0.5;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  background-color: #785c81;
  opacity: 1;
}

.right-arrow {
  width: 64px;
  padding: 6px 8px 10px 10px;
  background-color: #101010;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  background-color: #785c81;
  opacity: 1;
}

.about-text {
  margin-bottom: 0px;
}

.about-text.purple {
  color: #41267e;
}

.numbers-wrapper {
  width: 25%;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-value {
  color: #fff;
  font-size: 48px;
  line-height: 54px;
}

.numbers-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}

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

.footer-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 10px 2%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: #6a47b9;
}

.footer-bottom.black {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  background-color: #101010;
}

.footer-section {
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: 2fr 0.25fr 1.5fr;
  grid-template-columns: 2fr 0.25fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-text {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.footer-col {
  font-style: normal;
}

.footer-col.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer-col.first {
  padding-right: 48px;
}

.footer-title {
  overflow: visible;
  height: auto;
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  letter-spacing: 0.7px;
}

.footer-title.left {
  text-align: left;
}

.page-loader-furniture {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #101010;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.page-loader-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.page-loader-text-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-loader-text-bg.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: none;
}

.page-loader-text-bg._1 {
  opacity: 0.07;
}

.page-loader-text-wrap {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.hide-page-loader {
  position: relative;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 100%;
}

.project-thumbnail {
  position: relative;
  z-index: 0;
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  background-color: #6eb6a3;
  color: #fff;
  font-size: 14px;
}

.error-message-2 {
  background-color: #df3252;
  color: #fff;
}

.style-guide-text {
  margin-top: 16px;
  font-size: 16px;
}

.primary-button-text {
  position: relative;
  z-index: 1;
  opacity: 0.7;
}

.text-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  max-width: 120%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 400;
}

.heading-2.white {
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-weight: 400;
}

.heading-2.purple {
  color: #41267e;
  font-size: 42px;
  line-height: 48px;
}

.products-content {
  position: relative;
  z-index: 1;
}

.tertiary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 16px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #101010;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #122025;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.products-right {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #41267e;
  color: #122025;
}

.products-right._2 {
  background-color: #785c81;
}

.products-right.white {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f5f5f5;
}

.button-arrow-wrapper {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 97px;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

.product-description {
  max-width: 357px;
  margin-bottom: 52px;
  color: #344a52;
  font-size: 16px;
  line-height: 26px;
}

.product-description._2 {
  opacity: 0.7;
  color: #fff;
}

.product-description.purple {
  color: #41267e;
}

.text-with-circle-4 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.primary-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 16px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: #785c81;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-button._2 {
  border-color: #101010;
  background-color: #f5f5f5;
  color: #101010;
}

.text-span-6 {
  font-weight: 300;
}

.tap-circle-image-1 {
  position: relative;
}

.button-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #fe782c;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.tertiary-button-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.text-circle-3 {
  position: relative;
  display: inline-block;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}

.tertiary-button-text {
  position: relative;
  z-index: 1;
}

.design-heading-wrapper {
  margin-bottom: 46px;
}

.tap-circle-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  height: 136px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button-wrapper {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.button-arrow {
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.button-arrow-block {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #122025;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.button-arrow-block._3 {
  background-color: #f5f5f5;
}

.button-arrow-block._1 {
  background-color: #fff;
}

.products-left-images {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 35%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.light-font {
  margin-right: 5px;
  font-weight: 400;
}

.products-right-images {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  margin: 0px;
  -webkit-transform: translate(15%, 0px);
  -ms-transform: translate(15%, 0px);
  transform: translate(15%, 0px);
}

.products-left {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 49px;
  background-color: #41267e;
  color: #fff;
}

.products-left._1 {
  overflow: hidden;
  padding-left: 52px;
  background-color: #f5f5f5;
}

.products-left.white {
  background-color: #f5f5f5;
  color: #f5f5f5;
}

.tap-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: #fff;
}

.slide-heading {
  font-size: 80px;
  line-height: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.slide-heading.xl {
  color: #fff;
  font-size: 120px;
  line-height: 1em;
}

.action-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

.body-display {
  color: #667479;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.light {
  color: #fff;
}

.rotating-text {
  padding-right: 60px;
}

.stacked-content {
  position: relative;
  z-index: 20;
  display: -ms-grid;
  display: grid;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-intro {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stacked-intro.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

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

.action-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Image007-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 23px 14px 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  font-size: 11px;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(8, 8, 8, 0.3);
}

.overlay.gradient {
  background-color: rgba(8, 8, 8, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(7, 9, 12, 0)), color-stop(55%, rgba(7, 9, 12, 0.1)), to(rgba(7, 9, 12, 0.25)));
  background-image: linear-gradient(180deg, rgba(7, 9, 12, 0) 30%, rgba(7, 9, 12, 0.1) 55%, rgba(7, 9, 12, 0.25));
}

.grid-wrapper {
  position: relative;
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.action-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 750px;
  padding-top: 200px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.call-to-action {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #101010;
  box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.trigger-lottie {
  width: 28px;
  height: 28px;
}

.whatsapp {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #02ad49;
}

.call-to-action-icon {
  width: 24px;
  height: 24px;
}

.email {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d22828;
}

.mobile {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #1683ef;
}

.div-block {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 0px;
}

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

.bold-text {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.flowout-companies {
  background-color: #f4eee2;
}

.flowout-companies._2 {
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #619e9b;
}

.marquee-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.marquee-top:hover {
  background-color: #619e9b;
}

.stroke {
  margin: 0px 5px 5px;
  font-family: Montserrat, sans-serif;
  color: #619e9b;
  font-size: 80px;
  line-height: 1.5em;
  text-shadow: -1px 0 0 #f9f9f9, 0 1px 0 #f9f9f9, 1px 0 0 #f9f9f9, 0 -1px 0 #f9f9f9;
  white-space: normal;
}

.filled {
  margin: -5px 5px 0px;
  color: #f9f9f9;
  font-size: 80px;
  line-height: 1.5em;
  text-transform: none;
}

.slide {
  background-image: url('../images/Asset-46.png'), url('../images/THB---Estepona.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slider {
  height: 80vh;
  max-height: 1124.23291015625vh;
  min-height: auto;
  border-radius: 5px;
}

.slide-2 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00114.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-3 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00053.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-4 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00078.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-5 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00079.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-6 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00122.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-7 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00067.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-8 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00093.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-9 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00048.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, repeat;
}

.text-span-8 {
  color: #785c81;
}

.text-span-9 {
  color: #785c81;
}

.text-span-10 {
  color: #785c81;
}

.text-span-11 {
  color: #785c81;
}

.mask-2 {
  border-radius: 5px;
}

.slider-2 {
  position: static;
  width: 100.0007519269777%;
}

.g-link3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/belledorm.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/belledorm.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link3:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.image-41 {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.image-39 {
  margin-top: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.g-link4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/lexington1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/lexington1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link4:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/artelore1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/artelore1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link7:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/DSC00086.webp');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/DSC00086.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link5:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/tempur1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/tempur1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link1:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/fenicia1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/fenicia1.jpg');
  background-position: 0px 0px, 15% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link8:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/mash3.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/mash3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link6:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.image-40 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-filter: contrast(110%);
  filter: contrast(110%);
}

.image-42 {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-37 {
  display: block;
  margin-top: 20px;
  margin-bottom: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.image-44 {
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.image-38 {
  margin-top: 0%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-filter: contrast(115%);
  filter: contrast(115%);
}

.image-43 {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.grid-2 {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  margin: 50px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 200px 200px 200px 200px;
  grid-template-columns: 200px 200px 200px 200px;
  -ms-grid-rows: 200px 200px 200px 200px;
  grid-template-rows: 200px 200px 200px 200px;
}

.g-link9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.77)), to(hsla(0, 0%, 100%, 0.77))), url('../images/franco1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.77), hsla(0, 0%, 100%, 0.77)), url('../images/franco1.jpg');
  background-position: 0px 0px, 3% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link9:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.g-link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/bassols-3.JPG');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/bassols-3.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
  transition: box-shadow 375ms cubic-bezier(.404, .009, .608, .997);
}

.g-link2:hover {
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

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

.text-span-12 {
  color: #41267e;
  font-weight: 400;
}

.text-span-13 {
  color: #785c81;
}

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

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

.slide-1-3 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00087.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-1-4 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00085.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-1-5 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00077.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.slide-1-6 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00072.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.background-video-1080p {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-1080p._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-1080p._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.play-pause-button {
  left: 26px;
  top: auto;
  right: auto;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map {
  position: relative;
  margin-bottom: 0px;
}

.div-block-2 {
  width: 170px;
  height: auto;
  margin-top: 10px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  transition: -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
}

.div-block-2:hover {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.columns {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 140px;
}

.image-45 {
  display: block;
  width: 170px;
  height: auto;
  max-width: none;
  padding: 10px 20px;
  border-radius: 0px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slide-1-7 {
  background-image: url('../images/Asset-46.png'), url('../images/DSC00089.webp');
  background-position: 98% 2%, 50% 50%;
  background-size: 80px, cover;
  background-repeat: no-repeat, no-repeat;
}

.image-46 {
  border-radius: 0px;
}

.image-46.black {
  border-radius: 0px;
}

.slide-nav {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.bold-text-2 {
  letter-spacing: 0.7px;
}

.bold-text-3 {
  letter-spacing: 0.7px;
}

.icon {
  display: none;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  display: none;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  letter-spacing: 0.7px;
}

.text-span-14 {
  letter-spacing: 0.7px;
}

.text-span-15 {
  letter-spacing: 0.7px;
}

.text-span-16 {
  letter-spacing: 1px;
}

.mask-3 {
  border-radius: 0px;
}

.slider-3 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
}

.mask-4 {
  border-radius: 0px;
}

.slider-4 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
}

.slider-5 {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
}

.mask-5 {
  margin-right: 0px;
  border-radius: 0px;
}

.bold-text-5 {
  letter-spacing: 0.5px;
}

.bold-text-6 {
  letter-spacing: 0.5px;
}

.bold-text-7 {
  letter-spacing: 0.5px;
}

.back-video-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.div-block-187 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 38, 126, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
  background-image: linear-gradient(180deg, rgba(65, 38, 126, 0.25), rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25));
}

.div-block-187._2 {
  background-image: url('../images/dots.png');
  background-position: 0px 0px;
  background-size: 15px;
  opacity: 0.4;
}

.column-36 {
  padding-right: 2px;
  padding-left: 2px;
}

.columns-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-26 {
  width: 100.00012%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: right;
  letter-spacing: 1px;
}

.text-block-26._2 {
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.text-block-26._1 {
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

.column-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2px;
  padding-left: 2px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}

.columns-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-14 {
  -webkit-transition: color 250ms ease-in-out;
  transition: color 250ms ease-in-out;
  color: #f3f0ed;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.link-14:hover {
  color: #7bc424;
}

.section-intro-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0002344162518%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-top-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-189 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  width: 170px;
  height: 37px;
  margin-top: 40px;
  background-color: #dac3a2;
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.button-4:hover {
  background-color: #666;
  color: #fff;
  font-weight: 500;
}

.button-4._1 {
  height: 40px;
  border-radius: 0px;
  background-color: #101010;
  font-family: Questrial, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

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

.button-4._2 {
  height: 40px;
  border-radius: 0px;
  background-color: #41267e;
  font-family: Questrial, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.button-4._2:hover {
  background-color: #fff;
  color: #41267e;
}

.text-span-17 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.div-block-185 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.container-12 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-state {
  border-radius: 0px;
  background-color: transparent;
}

.image-5 {
  position: relative;
  left: -7%;
  width: 90%;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 373px;
  height: 373px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #8166b0;
}

.image-6 {
  position: relative;
  left: -15%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  padding-top: 0px;
}

.image-2 {
  position: relative;
  left: -160%;
  width: 250%;
  max-width: none;
  margin-top: 20px;
}

.minicaps {
  position: absolute;
  left: 30px;
  top: 20px;
  padding: 2px 15px;
  border-radius: 20px;
  background-color: #101010;
  color: #fff;
  font-size: 8px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.minicaps._2 {
  position: static;
  background-color: #101010;
  color: #fff;
}

.arrow {
  font-size: 16px;
}

.div-block-9 {
  width: 32%;
  text-align: center;
}

.div-block-9._2 {
  text-align: center;
}

.grid-info {
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . ."
    ". . . ."
    ". . . ."
    ". . . .";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 25%;
  grid-template-columns: 1fr 1fr 1fr 25%;
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr 0px 0.75fr;
  grid-template-rows: 1fr 1fr 1fr 0.75fr;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-190 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eee;
  background-image: url('../images/TBS---Cancelada.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.div-block-190._2 {
  background-image: url('../images/slide0.webp');
  background-position: 50% 50%;
}

.heading-8 {
  width: auto;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
}

.heading-4 {
  display: block;
  max-width: 230px;
  margin-bottom: 0px;
  font-family: Questrial, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
}

.image-3 {
  position: relative;
  left: -8px;
  margin-top: 20px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 10px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2c2c;
  color: #fff;
}

.div-block-7._2 {
  background-color: #41267e;
}

.button-5 {
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 50px;
  background-color: #101010;
  -webkit-transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  transition: color 350ms ease-in-out, background-color 350ms ease-in-out;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.button-5:hover {
  background-color: #fff;
  color: #101010;
}

.caps {
  font-family: Questrial, sans-serif;
  color: #9fa3a7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caps.white {
  color: #fff;
}

.arrow-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
  text-transform: uppercase;
}

.arrow-link.yellow {
  color: #ffc80a;
}

.image-4 {
  position: relative;
  left: -7%;
}

.heading-5 {
  margin-bottom: auto;
}

.text-block {
  padding: 2px 13px 1px 30px;
  border-radius: 60px;
  background-color: hsla(0, 0%, 100%, 0.09);
  background-image: url('../images/Shape_1Shape.png');
  background-position: 11px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 10px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: 2.4px;
}

.text-block.pop-tag-1 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block.pop-tag-2 {
  display: inline-block;
  background-color: #41267e;
  color: #fff;
}

.text-block.pop-tag-2._2 {
  background-color: #41267e;
}

.text-block.pop-tag-2._1 {
  background-color: #2c2c2c;
}

.image {
  margin-top: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-11 {
  width: 40%;
}

.heading-3 {
  max-width: 550px;
  font-size: 30px;
  line-height: 31px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 30px 5% 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.2)), to(rgba(16, 16, 16, 0.2))), url('../images/DSC00174.jpg');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.2), rgba(16, 16, 16, 0.2)), url('../images/DSC00174.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.div-block-3._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/DSC00121.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/DSC00121.webp');
}

.heading-7 {
  display: block;
  max-width: 280px;
  margin: auto;
  padding-top: 31px;
  padding-bottom: 31px;
}

.text-block-2 {
  width: 80%;
  max-width: 290px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.2)), to(rgba(16, 16, 16, 0.2))), url('../images/TBS---Cancelada.JPG');
  background-image: linear-gradient(180deg, rgba(16, 16, 16, 0.2), rgba(16, 16, 16, 0.2)), url('../images/TBS---Cancelada.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.div-block-6._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/THB---Estepona.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/THB---Estepona.webp');
  background-position: 0px 0px, 20% 50%;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey-text {
  color: #101010;
  text-align: center;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 34px;
  padding-left: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.35);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: center;
}

.div-block-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-4._2 {
  background-image: url('../images/Van-Mockup-03.jpg');
  background-position: 25% 100%;
}

.heading-6 {
  width: 85%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
  text-align: center;
}

.div-block-191 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c2c2c;
  color: #fffbfb;
  text-align: center;
}

.div-block-191._2 {
  background-color: #41267e;
}

.heading-10 {
  width: 40%;
  color: #fff;
  font-size: 30px;
  line-height: 31px;
}

.slider-furniture-1 {
  width: 100%;
  height: 100%;
}

.div-block-192 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-193 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.35);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.heading-11 {
  color: #fff;
  font-size: 30px;
  line-height: 31px;
}

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

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

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

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

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

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

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

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

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

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

.div-block-194 {
  width: 1215.33px;
  height: 100px;
  background-image: url('../images/Asset-15.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-8 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 400;
}

.div-block-195 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(44, 44, 44, 0.35);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.div-block-196 {
  width: 290px;
  height: 290px;
  padding: 20px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.div-block-196._2 {
  width: 290px;
  height: 290px;
  border-radius: 50%;
}

.slider-furniture-2 {
  width: 100%;
  height: 100%;
}

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

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

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

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

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

.slide-25 {
  background-image: url('../images/DSC00169.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/DSC00160.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.slide-1-9 {
  background-image: url('../images/DSC00162.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.minicaps-first-floor {
  position: absolute;
  left: 30px;
  top: 20px;
  padding: 2px 15px;
  border-radius: 20px;
  background-color: #101010;
  color: #fff;
  font-size: 8px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

.minicaps-first-floor._2 {
  position: static;
  background-color: #101010;
  color: #fff;
}

.image-158 {
  margin-top: 10px;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.bold-text-9 {
  color: #fff;
}

.bold-text-10 {
  color: #fff;
}

.bold-text-11 {
  color: #fff;
}

.bold-text-12 {
  color: #fff;
}

.bold-text-13 {
  color: #fff;
}

.heading-12 {
  font-size: 30px;
  line-height: 31px;
  text-align: center;
}

.bold-text-14 {
  color: #2c2c2c;
}

.page-loader-bed {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9998;
  display: none;
  overflow: hidden;
  background-color: #101010;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.slider-beds-1 {
  width: 100%;
  height: 100%;
}

.slider-beds-2 {
  width: 100%;
  height: 100%;
}

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

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

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

.slide-32 {
  background-image: url('../images/DSC00103.webp');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-33 {
  background-image: url('../images/DSC00078.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/DSC00072.webp');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.slide-37 {
  background-image: url('../images/DSC00079.webp');
  background-position: 65% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-10 {
  background-image: url('../images/DSC00064.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-11 {
  background-image: url('../images/DSC00053.webp');
  background-position: 25% 50%;
  background-size: cover;
}

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

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

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

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

.slide-42 {
  background-image: url('../images/DSC00112.webp');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-44 {
  background-image: url('../images/DSC00060.webp');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-45 {
  background-image: url('../images/DSC00117.webp');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.slide-1-12 {
  background-image: url('../images/DSC00109.webp');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-13 {
  background-image: url('../images/DSC00090.webp');
  background-position: 95% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 56px;
  padding-left: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.image-159 {
  padding-right: 30px;
  padding-left: 30px;
}

.image-160 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-161 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-162 {
  padding-right: 20px;
  padding-left: 20px;
  mix-blend-mode: exclusion;
}

.image-163 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-164 {
  padding-right: 20px;
  padding-left: 20px;
  mix-blend-mode: difference;
}

.image-165 {
  padding-right: 20px;
  padding-left: 20px;
  mix-blend-mode: normal;
}

.slide-47 {
  background-image: url('../images/Realy2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.slide-51 {
  background-image: url('../images/Sealy1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.slide-56 {
  background-image: url('../images/essenizia-dormire-base-gran-suite-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-57 {
  background-image: url('../images/Essenzia-Dormire-Colchon-Sovereign-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-58 {
  background-image: url('../images/essenizia-dormire-base-gran-suite-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-59 {
  background-image: url('../images/Essenzia-Dormire-Colchon-Sovereign-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-60 {
  background-image: url('../images/Essenzia-Dormire-Colchon-Sovereign-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-61 {
  background-image: url('../images/Essenzia-Dormire-Colchon-Harmony-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-62 {
  background-image: url('../images/DSC00072.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-63 {
  background-image: url('../images/fenicia1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-65 {
  background-image: url('../images/oporto_8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.slide-70 {
  background-image: url('../images/franco2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.slide-73 {
  background-image: url('../images/tempur1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-74 {
  background-image: url('../images/monaco_ambiente.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.slide-76 {
  background-image: url('../images/tempur2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-77 {
  background-image: url('../images/151973814_3750302111716125_1141644602867258305_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.slide-81 {
  background-image: url('../images/243210911_4400148820064781_8425187511545016067_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-82 {
  background-image: url('../images/mash2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

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

.slide-87 {
  background-image: url('../images/bassols-1.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-1-14 {
  background-image: url('../images/bassols-3.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.text-block-28 {
  display: block;
  width: 100%;
}

.white-text {
  margin-bottom: 15px;
  color: #101010;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.white-text.mobile {
  display: none;
}

.right-cookie-image {
  width: 70px;
  height: auto;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: invert(0%);
  filter: invert(0%);
  mix-blend-mode: normal;
}

.margin-15 {
  margin-bottom: 15px;
}

.margin-15.white-text {
  margin-bottom: 10px;
  color: #101010;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.margin-15.white-text {
  margin-top: 0px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.learn-more-span {
  padding-right: 0px;
  padding-left: 0px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-button-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116.46875px;
  height: 30px;
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #7bc424;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.7px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
  background-color: #1f8e4a;
}

.cookie-button-blue._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f05638;
}

.cookie-button-blue._2:hover {
  background-color: #df0f0f;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-content.mobile-vertical {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cookie-content.mobile-vertical {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-floating-cookie {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  padding: 20px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.41);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
}

.button-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.background-video-3 {
  display: none;
}

.background-video-720 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-720._2 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-720._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.back-video-home-1080 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.back-video-home-720 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.back-video-home-1080p {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}

.background-video-1080 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-1080._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-1080._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-720p {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-720p._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.background-video-720p._3 {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/dots.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 15px;
  background-repeat: repeat, repeat;
}

.right-float-cookies {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  padding: 25px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.41);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
}

.button-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.white-text-2 {
  margin-bottom: 15px;
  color: #000;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.white-text-2.mobile {
  display: none;
}

.right-cookie-image-2 {
  width: 120px;
  height: auto;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: invert(0%);
  filter: invert(0%);
  mix-blend-mode: normal;
}

.learn-more-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-button-blue-2 {
  margin-right: 0px;
  padding-right: 43px;
  padding-left: 43px;
  border-radius: 0px;
  background-color: #000;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  color: #fff;
  font-size: 13px;
}

.cookie-button-blue-2:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
  background-color: #2eaf7e;
}

.cookie-button-blue-2._2:hover {
  background-color: #f05638;
}

.text-block-29 {
  color: #41267e;
}

.back-to-top {
  display: block;
}

.back-to-top-button-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 80px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #101010;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: background-color 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

.button-circle-2:hover {
  background-color: #41267e;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  opacity: 1;
}

.lottie {
  height: 150px;
  -webkit-filter: hue-rotate(45deg) brightness(190%);
  filter: hue-rotate(45deg) brightness(190%);
}

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

.image-166 {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .right-floating-cookie {
    width: 540px;
  }

  .right-float-cookies {
    width: 540px;
  }
}

@media screen and (min-width: 1440px) {
  .container.footer-bottom-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-192 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .learn-more-span {
    color: #000;
  }

  .cookie-button-blue {
    font-size: 16px;
  }

  .right-floating-cookie {
    width: 540px;
  }

  .right-float-cookies {
    width: 540px;
  }

  .learn-more-span-2 {
    color: #000;
  }

  .cookie-button-blue-2 {
    font-size: 16px;
  }

  .back-to-top-button-container {
    right: 2%;
    bottom: 80px;
    margin-right: 10px;
  }

  .button-circle-2 {
    background-color: #101010;
  }

  .button-circle-2:hover {
    background-color: #41267e;
  }

  .loader {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.footer-bottom-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .copyright-block.right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .copyright-text.right.last {
    width: 100%;
  }

  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .back-video-home {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

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

  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-189 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 207px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-4 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .column-33 {
    height: 99.99996330558083px;
  }

  .white-text {
    font-weight: 500;
    text-align: left;
  }

  .learn-more-span {
    color: #000;
    text-transform: uppercase;
  }

  .cookie-button-blue {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .right-floating-cookie {
    width: 540px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .back-video-home-1080 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .back-video-home-720 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .back-video-home-1080p {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .right-float-cookies {
    width: 540px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .white-text-2 {
    font-weight: 500;
    text-align: left;
  }

  .learn-more-span-2 {
    color: #000;
    text-transform: uppercase;
  }

  .cookie-button-blue-2 {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .back-to-top-button-container {
    width: 50px;
    height: 50px;
    border-radius: 20px;
  }

  .button-circle-2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: background-color 350ms ease-in-out, opacity 200ms ease, -webkit-transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, -webkit-transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  }

  .button-circle-2:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }

  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 34px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 22px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .underlined-btn.white.no-margin-top.no-margin-right {
    font-size: 14px;
    line-height: 20px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-bar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-menu {
    width: 50vw;
  }

  .nav-link.w--current {
    border-bottom-color: transparent;
    opacity: 1;
    color: #0047cc;
  }

  .style-guide-block {
    padding: 24px 40px;
  }

  .button-block-wrapper {
    margin-right: 8px;
    margin-left: 8px;
  }

  .heading-block {
    margin-bottom: 16px;
  }

  .colors-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .style-guide-block-title {
    padding-right: 88px;
    padding-left: 88px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 64px;
  }

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

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

  .style-guide-title {
    font-size: 22px;
    line-height: 30px;
  }

  .container.numbers-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .color-block-wrapper {
    width: 25%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .color-title {
    font-size: 12px;
  }

  .page-header-title.project {
    width: 80%;
  }

  .utility-page-content {
    width: 50%;
  }

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

  .licensing-header {
    margin-top: -1px;
  }

  .hero-slide-tabs {
    width: 100%;
  }

  .tab-text {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-title {
    font-size: 42px;
    line-height: 48px;
  }

  .caps-title {
    font-size: 12px;
    line-height: 18px;
  }

  .about-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-title.extra-padding {
    margin-bottom: 20px;
  }

  .services-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .service-wrapper.dark {
    border-radius: 0px;
  }

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

  .project-listing-wrapper {
    width: 100%;
  }

  .project-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .project-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-list.project-page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .project-thumbnail-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-thumbnail-wrapper.project-page {
    min-height: 240px;
  }

  .project-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-header-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-members-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .instagram-image-wrapper {
    width: 33.3334%;
  }

  .instagram-section-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .caps-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .social-block {
    display: none;
  }

  .slide-arrow {
    width: 32px;
  }

  .slide-arrow-icon {
    width: 8px;
  }

  .numbers-wrapper {
    width: 100%;
  }

  .numbers-block {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .footer-bottom {
    padding-right: 2%;
    padding-left: 2%;
  }

  .footer-section {
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }

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

  .products-right {
    padding: 40px 30px;
  }

  .products-right.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-description._2 {
    max-width: none;
    margin-bottom: 0px;
  }

  .product-description.purple {
    max-width: none;
    margin-bottom: 0px;
  }

  .products {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .products-left-images {
    left: auto;
    top: 5px;
    right: 5px;
    bottom: auto;
    margin-right: 0px;
  }

  .products-right-images {
    width: 50%;
  }

  .products-left {
    padding: 60px 30px 20px;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .call-to-action {
    right: 20px;
    bottom: 20px;
  }

  .trigger-lottie {
    width: 24px;
    height: 24px;
  }

  .g-link5 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/DSC00086.webp');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/DSC00086.webp');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
  }

  .grid-2 {
    position: static;
    width: auto;
    height: auto;
    -ms-grid-columns: 200px 200px 200px;
    grid-template-columns: 200px 200px 200px;
    -ms-grid-rows: 200px 200px 200px 200px 200px 200px;
    grid-template-rows: 200px 200px 200px 200px 200px 200px;
  }

  .mask-3 {
    border-radius: 0px;
  }

  .slider-3 {
    border-radius: 0px;
  }

  .mask-4 {
    border-radius: 0px;
  }

  .slider-4 {
    border-radius: 0px;
  }

  .text-block-24 {
    width: 99.9998525838717%;
    margin-bottom: 0px;
  }

  .div-block-185 {
    position: fixed;
    padding-bottom: 40px;
  }

  .grid-info {
    -ms-grid-columns: 1fr 1fr 1fr 25%;
    grid-template-columns: 1fr 1fr 1fr 25%;
    -ms-grid-rows: auto 1fr 1fr 1fr minmax(auto, 1fr) minmax(306px, 1fr) minmax(210px, 1fr);
    grid-template-rows: auto 1fr 1fr 1fr minmax(auto, 1fr) minmax(306px, 1fr) minmax(210px, 1fr);
  }

  .div-block-190 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .div-block-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-4._2 {
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-195 {
    border-radius: 100%;
  }

  .column-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-bar-2 {
    padding-right: 32px;
    padding-left: 32px;
  }

  .right-floating-cookie {
    position: fixed;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
  }

  .right-float-cookies {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
  }

  .back-to-top-button-container {
    right: 0px;
    bottom: 75px;
    margin-right: 2%;
  }

  .button-circle-2 {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 44px;
    line-height: 50px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  h6 {
    font-size: 14px;
    line-height: 22px;
  }

  .nav-bar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .brand.footer-logo {
    padding-right: 0px;
  }

  .style-guide-block {
    padding: 48px 72px;
  }

  .button-block-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }

  .colors-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .style-guide-block-title {
    padding: 16px 72px;
  }

  .style-guide-block-wrapper {
    margin-bottom: 48px;
  }

  .section {
    padding-top: 88px;
    padding-bottom: 0px;
  }

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

  .style-guide-title {
    font-size: 18px;
    line-height: 24px;
  }

  .container.footer-bottom-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container.footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .color-block-wrapper {
    width: 100%;
    margin: 16px 0px;
  }

  .page-header {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .page-header-title {
    font-size: 36px;
    line-height: 42px;
  }

  .page-header-title.project {
    width: 100%;
  }

  .utility-page-content {
    width: 80%;
  }

  .tab-text {
    font-size: 16px;
    line-height: 17px;
  }

  .slide-content-wrapper.project-3.black {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00136.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00136.jpg');
    background-position: 0px 0px, 0px 0px, 37% 50%;
  }

  .slide-content-wrapper.project-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/dots.png'), url('../images/DSC00114.webp');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/dots.png'), url('../images/DSC00114.webp');
    background-position: 0px 0px, 0px 0px, 40% 50%;
  }

  .hero-grid {
    padding-top: 80px;
    padding-bottom: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-right {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .left-header-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .project-listing-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .project-wrapper.projects-page {
    width: 100%;
  }

  .project-list.project-page {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .project-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .team-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-header-grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-members-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .footer {
    overflow: hidden;
    padding-right: 4%;
    padding-left: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-block {
    margin-bottom: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-block.right {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .copyright-text {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }

  .copyright-text.right {
    margin-bottom: 0px;
  }

  .copyright-text.right.last {
    margin-top: 10px;
    margin-right: 0px;
  }

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

  .copyright-link.muted {
    text-align: center;
  }

  .brand-block-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .project-facts-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .project-facts-text {
    font-size: 16px;
    line-height: 22px;
  }

  .numbers-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .numbers-value {
    font-size: 42px;
    line-height: 48px;
  }

  .contact-info-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-bottom {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-right: -4%;
    margin-bottom: 0px;
    margin-left: -4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .footer-section {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .footer-col.flex-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-col.first {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-title.left {
    text-align: center;
  }

  .page-loader-furniture {
    display: none;
  }

  .page-loader-text-bg {
    width: 40vw;
  }

  .page-loader-text-wrap {
    width: 40vw;
  }

  .hide-page-loader {
    width: 40vw;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 35px;
  }

  .products-right {
    padding: 40px 16px;
  }

  .products-right.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-description {
    margin-bottom: 40px;
  }

  .product-description._2 {
    margin-bottom: 0px;
  }

  .product-description.purple {
    margin-bottom: 0px;
  }

  .design-heading-wrapper {
    margin-bottom: 29px;
  }

  .tap-circle-wrapper {
    width: 100px;
    height: 100px;
  }

  .flex-horizontal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .button-arrow {
    width: 92px;
    height: 32px;
  }

  .products-left {
    padding-top: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .products-left.white {
    padding-top: 40px;
  }

  .tap-circle {
    width: 56px;
    height: 56px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .action-section {
    padding-top: 48px;
  }

  .call-to-action {
    right: 20px;
    bottom: 20px;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .stroke {
    font-size: 60px;
  }

  .filled {
    font-size: 60px;
  }

  .image-37 {
    display: block;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 47%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 200px 200px;
    grid-template-columns: 200px 200px;
    -ms-grid-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px;
  }

  .background-video-1080p._2 {
    display: none;
  }

  .background-video-1080p._3 {
    display: none;
  }

  .columns {
    padding-bottom: 40px;
  }

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-46 {
    display: none;
  }

  .columns-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-24 {
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 14px;
  }

  .columns-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-top-logo {
    width: 50%;
  }

  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50.00011155830141%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .div-block-185 {
    display: block;
    padding-bottom: 10px;
  }

  .column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-8 {
    font-size: 29px;
  }

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

  .heading-6 {
    font-size: 29px;
  }

  .heading-11 {
    font-size: 29px;
  }

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

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

  .column-39 {
    display: none;
  }

  .column-40 {
    display: none;
  }

  .nav-bar-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .right-cookie-image {
    width: auto;
    height: 69px;
    max-width: none;
  }

  .margin-15.white-text {
    font-weight: 600;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-content.mobile-vertical {
    margin-bottom: 0px;
  }

  .right-floating-cookie {
    right: 10px;
    bottom: 10px;
    max-width: 90vw;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .background-video-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
  }

  .background-video-720._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .background-video-720._3 {
    display: none;
  }

  .back-video-home-720 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .back-video-home-1080p {
    display: none;
  }

  .background-video-1080._2 {
    display: none;
  }

  .background-video-1080._3 {
    display: none;
  }

  .background-video-720p._2 {
    display: none;
  }

  .background-video-720p._3 {
    display: none;
  }

  .right-float-cookies {
    right: 10px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .right-cookie-image-2 {
    width: 100px;
    height: auto;
  }

  .back-to-top-button-container {
    bottom: 15px;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4 {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    width: 100vw;
  }

  .nav-link.w--current {
    opacity: 1;
    color: #0047cc;
  }

  .hero-section {
    background-color: hsla(0, 0%, 100%, 0.17);
  }

  .style-guide-block {
    padding: 32px 24px;
  }

  .button-block-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 0px;
  }

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

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

  .container.footer-bottom-flex {
    padding-top: 0px;
  }

  .feature-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .page-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .page-header-title {
    font-size: 30px;
    line-height: 36px;
  }

  .utility-page-content {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }

  .licensing-grid {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-text {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
  }

  .slide-tab {
    padding: 10px;
  }

  .hero-left {
    background-color: hsla(0, 0%, 100%, 0.25);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  .hero-title {
    font-size: 38px;
    line-height: 44px;
  }

  .service-title.purple {
    color: #41267e;
  }

  .project-thumbnail-wrapper {
    height: auto;
    max-height: 240px;
  }

  .project-list-title {
    font-size: 22px;
    line-height: 28px;
  }

  .instagram-image-wrapper {
    width: 50%;
  }

  .footer {
    overflow: hidden;
  }

  .footer.black {
    overflow: hidden;
  }

  .copyright-text {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .copyright-text.right.last {
    margin-top: 10px;
  }

  .copyright-link {
    font-weight: 400;
  }

  .copyright-link.muted {
    font-size: 14px;
  }

  .copyright-link.muted.w--current {
    font-size: 14px;
  }

  .slide-arrow {
    width: 24px;
  }

  .slide-arrow-icon {
    width: 4px;
  }

  .numbers-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .footer-col.flex-vertical {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-loader-text-bg {
    width: 60vw;
  }

  .page-loader-text-wrap {
    width: 60vw;
  }

  .hide-page-loader {
    width: 60vw;
  }

  .project-thumbnail {
    position: relative;
    width: 100%;
    max-width: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .products-right {
    padding: 10px 0px 40px;
  }

  .products-right.white {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .button-arrow-wrapper {
    width: 80px;
  }

  .product-description.purple {
    color: #41267e;
  }

  .products-left-images {
    display: none;
    width: 80%;
  }

  .products-left {
    padding-bottom: 40px;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .stacked-content {
    grid-row-gap: 36px;
  }

  .call-to-action {
    right: 12px;
    bottom: 12px;
    z-index: 9999;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .stroke {
    font-size: 50px;
  }

  .filled {
    font-size: 50px;
  }

  .g-link3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-41 {
    height: auto;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-39 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .g-link4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .image-40 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-42 {
    height: auto;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-37 {
    height: auto;
    margin-top: 0px;
    padding-top: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-44 {
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-38 {
    margin-top: 20%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-43 {
    height: auto;
    margin-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .g-link9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .g-link2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-2 {
    background-color: #fff;
  }

  .slider-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-5 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .columns-15 {
    width: 100%;
  }

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

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

  .text-block-24 {
    margin-bottom: 10px;
  }

  .columns-14 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-intro-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100.0002344162518vw;
  }

  .div-top-logo {
    width: 50%;
    margin-top: -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-189 {
    display: block;
    margin-bottom: 180px;
  }

  .button-4._2 {
    margin-top: 30px;
  }

  .div-block-185 {
    position: fixed;
    display: block;
  }

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

  .div-block-12 {
    width: 100%;
    max-width: none;
    margin-bottom: 34px;
  }

  .image-6 {
    margin-bottom: -7%;
  }

  .image-2 {
    left: -115%;
    width: 200%;
    margin-top: 40px;
  }

  .div-block-9 {
    width: 90%;
  }

  .grid-info {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 25%;
    grid-template-columns: 1fr 1fr 1fr 25%;
    -ms-grid-rows: auto 0px auto 300px minmax(auto, 1fr) 300px minmax(500px, 1fr) 500px 300px;
    grid-template-rows: auto 0px auto 300px minmax(auto, 1fr) 300px minmax(500px, 1fr) 500px 300px;
  }

  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-190._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-7 {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image {
    position: relative;
    left: -4%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-11 {
    width: 100%;
  }

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

  .div-block-8 {
    display: none;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4._2 {
    background-position: 35% 70%;
  }

  .div-block-191 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-10 {
    width: 100%;
    text-align: center;
  }

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

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

  .column-39 {
    display: none;
  }

  .nav-bar-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .body {
    overflow: visible;
  }

  .white-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-weight: 400;
    text-align: center;
  }

  .white-text.mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    font-size: 15px;
    text-align: center;
  }

  .right-cookie-image {
    width: 60%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cookie-button-blue {
    width: 155px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .cookie-content.mobile-vertical {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .cookie-content.mobile-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .right-floating-cookie {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 80vw;
    height: 80%;
    max-width: none;
    margin: 20px 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border-radius: 20px;
    mix-blend-mode: normal;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-197 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video-3 {
    height: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-15 {
    font-size: 13px;
  }

  .right-float-cookies {
    left: 20px;
    right: 0px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    height: auto;
    max-width: none;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    mix-blend-mode: normal;
  }

  .button-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .white-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .white-text-2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
  }

  .right-cookie-image-2 {
    width: 100px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cookie-button-blue-2 {
    width: 155px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

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

  .back-to-top-button-container {
    right: 10px;
    bottom: 50px;
    display: block;
  }
}

#w-node-_1e6f472a-4da9-f778-df3c-f4b5939c997f-4433d421 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1e6f472a-4da9-f778-df3c-f4b5939c998d-4433d421 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7d84f3a2-5cff-b0cf-f54d-cf559f1d1ab6-4433d421 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_19126ced-34a4-1e0f-56b9-5045452884cc-4433d421 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3597591-95d9-fd93-a76e-8a9b18c4d5b9-4433d421 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c6e-4433d421 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c75-4433d421 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c7e-4433d421 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c88-4433d421 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cae-4433d421 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cb7-4433d421 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cc5-4433d421 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd0-4433d421 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd1-4433d421 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd8-4433d421 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cfe-4433d421 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b107c-4433d421 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b107e-4433d421 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b1082-4433d421 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b1080-4433d421 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b1087-4433d421 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b108b-4433d421 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5eb631b0-138e-f982-03f9-ebb35e0b1089-4433d421 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7778bbb7-30bf-ab32-1a5a-f56c1e5be2a4-4433d421 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7b52d73-6806-439f-8258-93e1d15a8c9b-4433d421 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adfa70ba-ef4a-e66e-2624-c1a95b95a326-4433d421 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_36e6343d-d5f7-2313-0c0d-ff62348f6d77-4433d421 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bfcd3090-71c1-393f-9445-4fa187a42bc6-8d2101f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_2243fa56-e108-f17a-1f3c-87eba86c89b7-8d2101f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_9f477b3c-bb25-0563-08b2-b0c1d2d87120-8d2101f2 {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_10a7167f-6f96-3990-7bea-69e5316b8a04-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-af633ddc-46ad-27ce-8feb-801468e0d71c-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1902ad02-9ed7-60c7-8316-c05e18f0f7fc-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1902ad02-9ed7-60c7-8316-c05e18f0f80a-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fa642aaf-6fd2-4b63-521b-5bf5c87eb4ce-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_19126ced-34a4-1e0f-56b9-5045452884cc-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e3597591-95d9-fd93-a76e-8a9b18c4d5b9-d3f70bbf {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da671999c-d3f70bbf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199a0-d3f70bbf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199a5-d3f70bbf {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199b2-d3f70bbf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199b9-d3f70bbf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199be-d3f70bbf {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199c5-d3f70bbf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199cd-d3f70bbf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199ce-d3f70bbf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199d6-d3f70bbf {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3ba333e0-6ee0-db70-b114-205da67199e4-d3f70bbf {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-bacb83ce-c5f2-2366-62db-81914cb75fb6-4cb75f9c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bacb83ce-c5f2-2366-62db-81914cb75fb9-4cb75f9c {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-bacb83ce-c5f2-2366-62db-81914cb75fdc-4cb75f9c {
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9cffc8d7-f7bc-c809-9fbd-8bf2f3b0564f-4433d421 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e65ac2ef-15ff-ce6c-453d-f48dfdbf7fd8-4433d421 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_408bb94b-534e-d6f7-24cc-05be1a209d89-4433d421 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3c205fa0-d4df-64dd-f907-b19b5b071425-4433d421 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c6e-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c75-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c7e-4433d421 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c88-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cae-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cb7-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cc5-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd1-4433d421 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd8-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cfe-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_2243fa56-e108-f17a-1f3c-87eba86c89b7-8d2101f2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_9f477b3c-bb25-0563-08b2-b0c1d2d87120-8d2101f2 {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }

  #w-node-_9cffc8d7-f7bc-c809-9fbd-8bf2f3b0564f-d3f70bbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-e65ac2ef-15ff-ce6c-453d-f48dfdbf7fd8-d3f70bbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_408bb94b-534e-d6f7-24cc-05be1a209d89-d3f70bbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_3c205fa0-d4df-64dd-f907-b19b5b071425-d3f70bbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da671999c-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199a0-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199a5-d3f70bbf {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 2;
    grid-row-end: 7;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199b2-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199b9-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199be-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199c5-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199ce-d3f70bbf {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199d6-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199e4-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-bacb83ce-c5f2-2366-62db-81914cb75fb9-4cb75f9c {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-bacb83ce-c5f2-2366-62db-81914cb75fdc-4cb75f9c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1e6f472a-4da9-f778-df3c-f4b5939c997f-4433d421 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_1e6f472a-4da9-f778-df3c-f4b5939c998d-4433d421 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-abe669cd-2c76-2920-895a-641353b3c354-4433d421 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9cffc8d7-f7bc-c809-9fbd-8bf2f3b0564f-4433d421 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_2243fa56-e108-f17a-1f3c-87eba86c89b7-8d2101f2 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_9f477b3c-bb25-0563-08b2-b0c1d2d87120-8d2101f2 {
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_10a7167f-6f96-3990-7bea-69e5316b8a04-d3f70bbf {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-af633ddc-46ad-27ce-8feb-801468e0d71c-d3f70bbf {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_1902ad02-9ed7-60c7-8316-c05e18f0f7fc-d3f70bbf {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_1902ad02-9ed7-60c7-8316-c05e18f0f80a-d3f70bbf {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9cffc8d7-f7bc-c809-9fbd-8bf2f3b0564f-d3f70bbf {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-bacb83ce-c5f2-2366-62db-81914cb75fb9-4cb75f9c {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-bacb83ce-c5f2-2366-62db-81914cb75fdc-4cb75f9c {
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-abe669cd-2c76-2920-895a-641353b3c354-4433d421 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c6e-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c75-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c7e-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60c88-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cae-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cb7-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd1-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cd8-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-c1f90c9e-c6a8-3bd1-78d0-6ed8f6e60cfe-4433d421 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_5eb631b0-138e-f982-03f9-ebb35e0b107e-4433d421 {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_9cffc8d7-f7bc-c809-9fbd-8bf2f3b0564f-d3f70bbf {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da671999c-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199a0-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199a5-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199b2-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199b9-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199be-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199ce-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199d6-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_3ba333e0-6ee0-db70-b114-205da67199e4-d3f70bbf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
}

