:root {
  --khaki: #ffe482;
  --crimson: #db3c4b;
  --black: transparent;
  --white: white;
  --medium-slate-blue: #7b7bff;
  --dark-goldenrod: #cb8716;
  --black-2: black;
  --goldenrod: #e0ab3e;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--white-smoke: whitesmoke;
  --accessible-components--dodger-blue: #1378d1;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  max-width: 20ch;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

a {
  color: #000;
  background-color: #fff0;
  font-size: 16px;
  text-decoration: underline;
}

a.w--current {
  color: #000;
  background-color: #fff;
  border: 1px #000;
}

li {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero {
  background-image: none;
  background-position: 0 0;
  height: 84.5vh;
  padding: 2em 4em;
}

.hero.container {
  background-image: none;
  flex-direction: row;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em 2em;
  display: block;
  position: static;
  overflow: visible;
}

.container {
  text-align: left;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 1em;
  display: block;
}

.navbar {
  z-index: 99;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: .25em 4em 1em;
  font-size: 1.1em;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.navbar:hover {
  color: var(--khaki);
}

.body {
  color: #000;
  letter-spacing: 0;
  flex-direction: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.nav-link {
  color: #0006;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 10px 15px 0;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: var(--crimson);
}

.nav-link:visited {
  color: #0000;
}

.nav-link.w--current {
  color: #000;
  padding-bottom: 0;
  font-size: .8em;
  line-height: 1;
}

.nav-link.drop-down {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: .8em;
}

.nav-link.drop-down:hover {
  color: var(--crimson);
}

.nav-link.drop-down:focus, .nav-link.drop-down.w--current {
  color: #000;
}

.slider {
  background-color: #0000;
  width: auto;
  height: auto;
  display: block;
}

.icon {
  color: #fff;
  font-size: 1.2em;
}

.icon-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #0000;
  font-size: 1.2em;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.image {
  text-align: left;
  flex: 1;
}

.nav-menu {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1em;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-wrapper {
  z-index: 3;
  letter-spacing: 0;
  align-items: flex-start;
  margin: 0;
  font-size: .8em;
  font-weight: 300;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.videos {
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.videos.container {
  align-items: center;
  max-width: 1670px;
  height: auto;
  padding: 2em;
  display: flex;
}

.title-wrapper {
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 1.7em;
  line-height: 1.6;
}

.top-content {
  border: 1px #000;
  border-bottom: 1px solid #00000080;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: .5em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-content.black-background {
  border-bottom-color: var(--white);
}

.button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  align-self: center;
  font-size: .7em;
  line-height: 1.6;
}

.button.landmark-btn {
  border-color: var(--khaki);
  color: var(--khaki);
  text-transform: uppercase;
  margin-top: 2em;
  padding: 5px 10px;
  font-size: .5em;
}

.button.newsletter-btn {
  background-color: var(--crimson);
  color: #000;
  border-style: none;
  flex: 0 auto;
  align-self: center;
  width: 30%;
  height: 30px;
  padding: 0 .5em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.button.newsletter-btn.sticky {
  border-style: none;
  height: 1.75em;
}

.button.newsletter-btn.sticky._1 {
  width: 40%;
  height: 30px;
}

.button.black-background {
  border-color: var(--white);
  color: var(--white);
}

.button.spotlite-post {
  background-color: var(--crimson);
  color: var(--white);
  border-style: none;
  align-self: auto;
  margin-bottom: 2em;
  margin-left: 0;
  padding: .5em 1em;
  font-size: .5em;
  line-height: 2;
}

.button.spotlite-post.inner-page {
  margin-bottom: 0;
  padding: .25em .5em;
  font-size: .4em;
  line-height: 1.5;
}

.button.spotlite-post-hero {
  background-color: var(--crimson);
  color: var(--white);
  letter-spacing: 2px;
  border-style: none;
  align-self: auto;
  margin-bottom: 2em;
  margin-left: 2px;
  padding: .5em 1em;
  font-size: 9px;
  line-height: 1.6;
}

.button.spotlite-post-hero.spotlite-hero-btn.new-home {
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.button.spotlite-post-hero.fc-button {
  z-index: 11;
  width: 120px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 11px;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

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

.button.submit {
  border-color: var(--white);
  color: var(--white);
  letter-spacing: 2px;
}

.button.asset-collection {
  border-style: none;
  border-color: var(--white);
  background-color: var(--crimson);
  color: var(--white);
  padding-bottom: 9px;
}

.button.asset-btn {
  background-color: var(--white);
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: .5px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 2.1em;
  padding: 0 .5em;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.asset-btn.sticky {
  border-style: none;
  height: 1.75em;
}

.locations.container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 1920px;
  margin-top: 4.4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em 4em;
  display: flex;
}

.locations.container.home-page {
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  padding: 25px 50px;
  display: block;
}

.locations-wrapper {
  width: 100%;
  margin-top: 2em;
  display: none;
}

.dubai-location {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/pexels-ivan-siarbolin-3787839.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
  position: static;
}

.abu-dhabi-location {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-kevin-villaruz-7252280-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 40vh;
  display: flex;
}

.location-title {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
}

.view-locations {
  border: 2px none var(--white);
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 23px;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .25em .5em .25em 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  line-height: 1;
}

.landmark.container {
  background-color: #000;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  height: auto;
  margin: 0 auto;
  padding: 2em 0;
  display: none;
}

.landmark-logo {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 2em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.landmark-series-logo {
  display: block;
}

.landmark-container {
  border: .5em #eec357;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
}

.landmark-grid {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.landmark-card {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.top-wrapper.jawhara {
  background-image: url('../images/TDJ.svg');
  background-position: 50%;
  background-size: cover;
  width: 20vh;
  height: 20vh;
}

.top-wrapper.gateway {
  background-image: url('../images/TDG.svg');
  background-position: 50%;
  background-size: cover;
  width: 20vh;
  height: 20vh;
}

.top-wrapper.triple-crown {
  background-image: url('../images/TTC.svg');
  background-position: 50%;
  background-size: cover;
  width: 20vh;
  height: 20vh;
}

.newsletter.container {
  background-color: #000;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  display: none;
}

.newsletter-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-color: var(--white);
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 4em;
  display: grid;
  position: sticky;
}

.newsletter-grid._2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.newsletter-grid._2.sticky {
  background-color: #0000;
  display: none;
}

.pos-1 {
  width: 100%;
  padding-bottom: 0;
}

.pos-1.sticky {
  font-size: 1.3em;
  line-height: 1;
}

.text-block-9 {
  color: #db3c4b;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.text-block-9.foot {
  display: none;
}

.pos-2 {
  margin-right: 10em;
  padding-left: 0;
}

.pos-2._2 {
  width: 100%;
  margin-right: 0;
  display: block;
}

.form {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.text-block-10 {
  color: var(--white);
  letter-spacing: 0;
  font-family: Sofia Pro Regular Az;
  font-size: .8em;
  line-height: 1;
  display: none;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  line-height: 1;
  display: none;
}

.sustainabikity-cta.container {
  background-image: none;
  background-position: 0 0;
  height: 20vw;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
}

.sustainability-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  place-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0;
  display: flex;
}

.grid-right {
  width: 44ch;
  line-height: 1.6;
}

.text-block-12 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 24px;
}

.suatainability-btn {
  border: 2px none var(--white);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #86c440;
  border-radius: 0;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.footer-divider-two {
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  margin-top: 2.5em;
  margin-bottom: 30px;
}

.footer-bottom {
  color: #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  letter-spacing: 0;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: 0;
  margin-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: .65em;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.footer-copyright.is-big {
  display: none;
}

.footer-wrapper-three {
  justify-content: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.footer-link-three {
  color: var(--white);
  text-transform: uppercase;
  background-color: #fff0;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  font-size: .8em;
  line-height: 1;
  text-decoration: none;
}

.footer-link-three:hover {
  color: var(--crimson);
}

.footer-link-three.w--current {
  color: #fff;
  background-color: #fff0;
}

.footer-link-three.w--current:hover {
  color: var(--crimson);
}

.footer-link-three.mid {
  margin-left: 20px;
  padding-top: 10px;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 0;
  display: none;
}

.footer-social-link-three {
  border-radius: 0;
  margin-left: 20px;
}

.footer-legal-block {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: none;
}

.footer-legal-link {
  color: var(--white);
  letter-spacing: 0;
  margin-left: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: .65em;
  font-weight: 300;
  line-height: 1;
}

.footer-legal-link:hover {
  color: var(--crimson);
}

.footer {
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  margin: 0 auto;
  padding: 50px 50px 0;
  position: static;
}

.footer-container {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 30px;
  font-family: sofia-pro, sans-serif;
}

.footer-logo {
  border-top: 1px solid #ffffff40;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1em;
  padding-left: 0;
  display: flex;
}

.footer-logo-img {
  align-self: auto;
  margin-top: 1em;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.footer-logo-img.big {
  margin-top: 0;
}

.footer-logo-img.small {
  display: none;
}

.image-12 {
  background-color: var(--white);
  color: var(--white);
  border-radius: 2px;
}

.image-13 {
  background-color: var(--white);
  border-radius: 0;
}

.image-14, .image-15 {
  background-color: var(--white);
  border-radius: 2px;
}

.button-wrapper-copy.sustainability {
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: .9em;
  display: flex;
}

.button-wrapper-copy {
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.button-wrapper-copy.sustainability {
  padding-left: 0;
}

.locations-section {
  max-width: 1920px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4em 1em;
  display: none;
}

.locations-container {
  min-width: 0;
  max-width: none;
  height: 80vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.locations-left {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.locations-right {
  width: 50%;
}

.desirable-text {
  align-self: center;
  width: 20%;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 0;
  display: none;
}

.text-block-13 {
  text-align: center;
  letter-spacing: 1px;
  font-family: Sofia Pro Regular Az;
  font-size: 2.3em;
  line-height: 1;
}

.dubai-locations {
  background-image: radial-gradient(circle, #000000d9, #0000), url('../images/pexels-ivan-siarbolin-3787839.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  display: flex;
}

.abudhabi-locations {
  background-image: radial-gradient(circle, #000c, #0000), url('../images/pexels-kevin-villaruz-7252280-1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.locations-title {
  color: var(--white);
  text-align: center;
  align-self: auto;
  font-size: 3em;
  line-height: 1;
}

.button-wrapper-locations {
  align-self: auto;
  align-items: flex-start;
  margin: 0;
  font-size: .9em;
  display: flex;
}

.view-locations-locations {
  border: 2px none var(--white);
  letter-spacing: 1px;
  background-color: #0000;
  border-radius: 23px;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .25em .5em;
  font-family: Sofia Pro Light Az;
  font-size: 1em;
  line-height: 1.6;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
  overflow: visible;
}

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

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

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.slide-1 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-3 {
  width: 100%;
  margin-right: 0;
}

.slide-nav {
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  display: none;
  inset: 0% 0% auto;
}

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

.mask {
  overflow: hidden;
}

.post-date {
  color: var(--white);
  letter-spacing: 1px;
  margin-left: .5em;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
}

.post-date.inner-page {
  font-size: .4em;
}

.post-title {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
}

.post-title.inner-page {
  letter-spacing: 1px;
  font-size: .7em;
}

.post-description {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Sofia Pro Regular Az;
  line-height: 1.3;
  display: none;
}

.post-author {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
}

.collection-items {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  min-height: 25vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  display: flex;
}

.collection-items:hover {
  width: auto;
  transform: none;
}

.collection-list-latest {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-latest-wrapper {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-overlay {
  background-image: radial-gradient(circle at 0 100%, #000000b3, #0000);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 0%;
  padding: 1em;
  display: flex;
  position: relative;
}

.collection-overlay.live-campaign {
  background-image: radial-gradient(circle, #0000, #00000073);
  justify-content: space-between;
}

.collection-overlay.small-slider {
  align-items: flex-end;
}

.collection-overlay.locations-page {
  background-image: radial-gradient(circle at 100% 0, #000000e6, #0000);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.collection-overlay.locations-page:hover {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  justify-content: center;
  font-size: 1em;
}

.collection-overlay.asset-individual {
  background-image: linear-gradient(to right, #000000b3, #0000 50%);
  justify-content: space-between;
  padding: 4em;
}

.profile-team {
  align-self: auto;
  align-items: flex-end;
  margin-right: .125em;
  display: flex;
}

.img-profile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 20px;
  width: 25px;
  max-width: none;
  height: 25px;
  margin-right: .5em;
  display: none;
}

.post-date-wrapper {
  color: var(--white);
  letter-spacing: 1px;
  align-items: flex-end;
  margin-top: .5em;
  margin-left: .125em;
  font-family: Sofia Pro Medium Az;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.post-date-wrapper.inner-page {
  align-items: center;
}

.post-date-wrapper.inner-page.is-hide {
  display: none;
}

.post-content {
  flex-direction: column;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.post-content.inner-page {
  font-size: 1.5em;
}

.post-content-left {
  align-self: auto;
  width: 70%;
  margin-bottom: 1em;
}

.post-content-left.inner-page {
  width: auto;
  margin-bottom: 0;
}

.text {
  color: var(--white);
  letter-spacing: 1px;
  align-self: auto;
  margin-right: .25em;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
}

.image-17 {
  align-self: flex-start;
}

.read-more-share-btn {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: 2px;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.read-more-share-btn.is-hide {
  display: none;
}

.link-block {
  border: 2px none var(--white);
  outline-offset: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  outline: 3px #00e;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: .25em;
  display: block;
}

.link-block.inner-page {
  width: 1.5em;
  height: 1.5em;
}

.author-date-text {
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 1.1em;
  line-height: 1;
  display: flex;
}

.author-date-text.latest-news-author {
  margin-bottom: .25em;
  margin-left: 0;
}

.author-date-text.hero-slider {
  margin-top: 1em;
}

.latest-news {
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
  display: flex;
}

.latest-news.container {
  align-items: flex-start;
  max-width: 1670px;
  margin-top: 0;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.latest-news-container {
  width: auto;
  max-width: none;
  margin-top: 1em;
  display: none;
  position: static;
}

.livecampaign {
  background-color: #000;
  max-width: 1670px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 4em;
}

.live-camgaign-container {
  margin-top: 1em;
}

.category-name {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Sofia Pro Regular Az;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.category-name.inner-page {
  font-family: sofia-pro, sans-serif;
}

.collection-list {
  margin-bottom: 1em;
  padding-right: 0;
  font-size: .6em;
  line-height: 1;
  display: flex;
}

.collection-list.inner-page {
  font-size: .4em;
}

.collection-item {
  -webkit-text-stroke-width: 0px;
  background-color: #000;
  border: 1px #ffffffa6;
  border-radius: 0;
  align-self: center;
  margin-right: .5em;
  padding: .5em 1em;
}

.collection-item.inner-page {
  margin-right: .25em;
  padding: .25em;
}

.collection-item-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.time-container {
  align-items: flex-end;
  display: flex;
}

.time-container.small {
  display: none;
}

.image-18 {
  align-self: auto;
  margin-right: .25em;
}

.post-title-slider {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: .25em;
  font-size: 2.5em;
  line-height: 1.2;
}

.text-slider {
  color: var(--white);
  letter-spacing: 1px;
  align-self: auto;
  margin-right: .25em;
  font-family: Sofia Pro Medium Az;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.text-slider.smaller-slider {
  font-size: .8em;
}

.post-description-slider {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: .25em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
  display: block;
}

.slider-container-left {
  width: 100%;
  margin-bottom: 2em;
}

.collection-overlay-slider {
  background-image: radial-gradient(circle at 0 100%, #000000b3, #0000);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10.3em 8.2em 8em 4.2em;
  display: block;
}

.collection-list-3 {
  width: auto;
  height: auto;
}

.slider-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  display: flex;
}

.slider-collection-list {
  overflow: visible;
}

.slider-collection-list.hide {
  width: 100%;
  display: none;
}

.gallery-slide-2 {
  background-color: #0000;
  justify-content: flex-end;
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 4em;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 0% 4.5vh auto;
  overflow: visible;
}

.gallery-slide-wrapper-2 {
  max-width: 50%;
  margin-right: 15px;
}

.gallery-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: .5em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-right: .5em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gallery-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav-2 {
  display: none;
}

.small-slider-hero-bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 25vh;
  margin-bottom: 0;
}

.slider-collection-list-small.hide {
  display: none;
}

.form-text-input {
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  width: 70%;
  height: 30px;
  margin-bottom: 0;
  padding: 0 0 0 .5em;
  font-size: .7em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.form-text-input.sticky {
  width: 60%;
}

.text-block-14 {
  color: var(--white);
}

.live-campaign-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 200px) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.live-campaign-collection-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  min-height: 25vh;
  display: flex;
}

.live-campaign-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-side-content {
  display: none;
}

.top-text-live-campaign {
  color: var(--white);
}

.mask-2 {
  overflow: hidden;
}

.collection-list-videos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 33% 33% repeat(auto-fit, 33%);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: grid;
}

.collection-item-videos {
  width: 100%;
  height: 100%;
}

.collection-item-videos.main {
  height: 41vw;
  overflow: hidden;
}

.collection-item-videos.small {
  height: 15vw;
}

.videos-section-container {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.videos-view-all {
  flex-direction: column;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

.sub-slider-slide {
  perspective: 1000px;
  width: 300px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.c-slide-btn-block {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  height: 100%;
  min-height: 0;
  text-decoration: none;
  display: flex;
}

.lightbox-link.main {
  max-height: none;
}

.video-title {
  background-color: #000000b3;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  height: auto;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  color: var(--white);
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.image-22 {
  align-self: center;
  margin: auto;
}

.play-btn-videos {
  background-color: #db3c4b;
  border: 2px #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 0;
  display: flex;
}

.section-2, .section-3, .section-4 {
  margin-left: auto;
}

.section-5 {
  margin-right: auto;
}

.contact-form-component {
  margin-bottom: 0;
  display: none;
}

.email-name-inputs {
  flex-direction: row;
  justify-content: space-between;
  font-size: 1em;
  display: flex;
}

.name-input {
  border: 1px #000;
  border-bottom-style: solid;
  margin-right: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.email-input {
  border: 1px #000;
  border-bottom-style: solid;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.contact-input {
  border: 1px #000;
  border-bottom-style: solid;
  margin-right: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.company-name {
  border: 1px #000;
  border-bottom-style: solid;
  font-size: .9em;
  font-weight: 500;
}

.submit-btn {
  justify-content: center;
  display: flex;
}

.form-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

.form-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.form-left.small {
  display: none;
}

.textarea {
  height: auto;
  min-height: 20vh;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.contact-section {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: grid;
}

.contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-us-title {
  justify-content: center;
  display: none;
}

.text-block-9-copy {
  color: #db3c4b;
  margin-bottom: .5em;
  font-size: 1.5em;
  line-height: 1.5;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 85vh;
  display: flex;
}

.dubai-ad-vertical-split {
  margin-bottom: 2em;
  display: none;
}

.locations-slider {
  width: 85vh;
  height: 100vw;
  display: block;
  transform: rotate(90deg);
}

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

.slider-content-1 {
  background-image: url('../images/pexels-ivan-siarbolin-3787839.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100vw;
  height: 85vh;
  transform: rotate(-90deg);
}

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

.slider-content-2 {
  background-image: url('../images/pexels-kevin-villaruz-7252280-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  min-width: 100vw;
  height: 85vh;
  transform: rotate(-90deg);
}

.slide-nav-2 {
  transform: rotate(0);
}

.arrow {
  color: #fff;
  transition: color .2s;
  display: block;
}

.arrow:hover {
  color: #f6f6eb;
  transform: translate(0);
}

.arrow.left {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: color .2s, transform .2s;
  position: absolute;
  inset: auto auto 25vh 0;
  transform: rotate(90deg);
}

.arrow.left:hover {
  transform: translate(0, 10px)rotate(90deg);
}

.arrow.right {
  padding-top: 40px;
  padding-bottom: 40px;
  transition: color .2s, transform .2s;
  position: absolute;
  inset: 25vh auto auto 0;
  transform: rotate(90deg);
}

.arrow.right:hover {
  transform: rotate(90deg)translate(-10px);
}

.slide-nav-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 30px;
  margin-right: 0;
  display: flex;
  inset: 0% auto 0% 0%;
}

.mask-4 {
  height: 100%;
}

.locations-slider-main {
  height: 75vh;
  margin: 0 auto 4em;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
}

.slider-locations {
  background-color: #0000;
  height: 100%;
  margin-top: 2em;
  overflow: hidden;
}

.dubai-slide-main {
  mix-blend-mode: normal;
  background-image: radial-gradient(circle at 0%, #0003, #0000), url('../images/pexels-ivan-siarbolin-3787839.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.ad-slide-main {
  background-image: radial-gradient(circle at 0%, #0003, #0000), url('../images/pexels-kevin-villaruz-7252280-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.dubai-content {
  border-left: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.dubai-title {
  border-right: 1px #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 5em;
  display: flex;
}

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

.text-block-17 {
  color: var(--white);
  max-width: 5ch;
  font-size: 5.5em;
  font-weight: 700;
  line-height: 1;
}

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

.ad-title {
  border-right: 1px #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-left: 5em;
  display: flex;
}

.ad-content {
  border-left: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.symbol-container {
  border: 2px solid var(--white);
  background-color: #db3c4bbf;
  border-radius: 50%;
  padding: .5em;
  position: absolute;
}

.slider-right-arrow {
  color: #444;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  right: 7.5vw;
}

.slider-4 {
  background-color: #0000;
  width: 400px;
  height: 300px;
  margin-right: 0;
  padding-right: 0;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.slider-icon {
  color: var(--white);
}

.slide-content-wrapper {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-left-arrow {
  color: #444;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  left: 7.5vw;
}

.mask-6 {
  position: relative;
  left: -140%;
  overflow: visible;
}

.collection-item-5, .collection-list-4 {
  width: 100%;
  height: 100%;
}

.dubai-slider-container {
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  min-height: 0;
  margin-bottom: 0;
  padding: 40px;
  display: block;
  overflow: hidden;
}

.dubai-slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content {
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  border-radius: 10px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 1.5em;
  line-height: 1;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 20px 5px #ffffff4d;
}

.content-title {
  color: var(--white);
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  padding: .5em;
  display: block;
}

.color-gradient {
  background-image: linear-gradient(#0000, #00000080);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4em;
  display: flex;
}

.link {
  color: var(--white);
  letter-spacing: 0;
  align-self: flex-end;
  margin-top: 2em;
  margin-bottom: 0;
  margin-right: 2em;
  padding-left: .5em;
  font-weight: 400;
  text-decoration: underline;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-18 {
  display: none;
}

.hero-section {
  height: auto;
  margin: 0 auto 2em;
  padding: 0;
  display: block;
}

.hero-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 50vh;
  padding: 0;
  display: flex;
}

.hero-title-wrapper {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-20 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  display: block;
}

.locations-dubai-header {
  filter: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(#0003, #0003), url('../images/pexels-ivan-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
  display: none;
}

.dubai-locations-left {
  filter: blur();
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 1em;
  display: flex;
}

.text-block-21 {
  color: #ffffff14;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--white);
  font-size: 5.5em;
  line-height: 1;
}

.dubai-locations-right {
  filter: blur();
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-22 {
  color: var(--white);
  font-size: 1.3em;
  line-height: 1;
}

.text-span {
  color: #fff;
  -webkit-text-stroke-width: 0px;
}

.asset-collections-dxb {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: none;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asset-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block, .item-container {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 30vh;
}

.locations-collection-overlay {
  background-image: linear-gradient(#0003, #0003);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 2em;
  display: flex;
}

.item-top-text {
  max-width: 15ch;
  margin-bottom: .5em;
  padding-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.item-bottom-text {
  line-height: 1;
}

.text-block-23 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
}

.text-block-24 {
  color: var(--white);
  font-weight: 500;
  line-height: 1.4;
}

.dropdown-toggle {
  color: var(--black);
  text-transform: uppercase;
  padding: 0;
}

.dropdown-toggle:hover {
  color: #000;
}

.dropdown-toggle.w--open {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-3 {
  margin-left: 0;
  margin-right: 0;
  display: block;
  inset: 0% -17.5% 0% auto;
}

.icon-3:hover {
  color: var(--crimson);
}

.dropdown-link {
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.asset-collections-ad {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
}

.locations-ad-header {
  filter: none;
  mix-blend-mode: normal;
  background-image: linear-gradient(#0003, #0003), url('../images/pexels-kevin-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
  display: flex;
}

.videos-embed-container {
  width: 100%;
  max-height: none;
  margin-top: 1em;
  font-weight: 400;
  display: block;
}

.link-block-3 {
  color: var(--black);
}

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

.locations-link:hover {
  color: var(--crimson);
}

.locations-link.w--current {
  color: #000;
}

.map-container {
  background-color: var(--black);
  width: 40rem;
  height: 40rem;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.div-block-3 {
  height: 100vh;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.locations-hero {
  background-color: #0000;
  justify-content: flex-end;
  height: 85vh;
  margin: 0 auto 1em;
  padding: 2em 4em;
  display: block;
}

.hero-wraps.wrap-1 {
  border-right: 3px none var(--white);
  border-left: 3px none var(--white);
  background-color: var(--medium-slate-blue);
  width: 10%;
  height: auto;
  display: block;
}

.hero-wraps.other-wraps {
  background-color: var(--khaki);
  width: 10%;
}

.hero-wraps.other-wraps._2 {
  z-index: 2;
  border-right: 0px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--medium-slate-blue);
  width: 18%;
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
  inset: 0 0% 0% auto;
}

.hero-wraps.other-wraps._2:hover {
  width: 44%;
}

.hero-wraps.other-wraps._3 {
  z-index: 3;
  border-right: 0px solid var(--white);
  border-left: 1px solid var(--white);
  background-color: var(--crimson);
  width: 18%;
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
}

.hero-wraps.other-wraps._3:hover {
  width: 44%;
}

.hero-wraps.other-wraps._4 {
  z-index: 4;
  border-style: none solid;
  border-width: 0 0 0 1px;
  border-color: black var(--white);
  background-color: var(--dark-goldenrod);
  width: 18%;
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
}

.hero-wraps.other-wraps._4:hover {
  width: 44%;
}

.hero-wraps.other-wraps._1 {
  border-right: 3px solid var(--white);
  border-left: 6px solid var(--white);
  transition: width .5s cubic-bezier(.215, .61, .355, 1);
}

.hero-wraps.other-wraps._1:hover {
  width: 70%;
}

.hero-wraps.other-wraps._1.type {
  z-index: 1;
  border-left-width: 1px;
  border-right-width: 0;
  width: 18%;
  display: none;
  position: relative;
}

.hero-wraps.other-wraps._1.type:hover {
  width: 44%;
}

.text-block-25 {
  width: auto;
}

.collection-item-6, .collection-list-6, .collection-item-09 {
  width: 100%;
}

.slide-nav-5 {
  font-size: 30px;
  line-height: 32px;
  position: relative;
}

.team-info {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: .5em;
  display: flex;
}

.team-info.inner-page {
  font-size: .8em;
}

.author-role {
  margin-left: 0;
}

.post-author-role {
  color: #fff9;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
}

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

.section-6 {
  max-width: 1920px;
  height: 100vh;
}

.post-main-content {
  clear: none;
  letter-spacing: normal;
  max-width: 1400px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 50px;
  font-size: 14px;
  display: block;
}

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

.container-left {
  width: 68%;
  height: auto;
}

.container-right {
  border: 1px solid #0003;
  width: 30%;
  padding: 20px 10px;
}

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

.post-image {
  background-image: url('../images/IMG_6373.JPG');
  background-position: 50% 57%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 50vh;
  margin-bottom: 20px;
}

.author-info {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.spotlite-post-text {
  color: #000;
  margin-right: .25em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5;
}

.slash {
  color: #000;
  letter-spacing: 1px;
  margin-right: .25em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5;
}

.post-date-spotlite {
  color: #000;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-right: .25em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5;
}

.post-author-spotlite {
  color: #000;
  margin-right: .25em;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5;
}

.collection-list-7 {
  align-items: center;
  display: flex;
}

.text-block-26 {
  margin-right: 0;
  padding-left: .6em;
  padding-right: .6em;
  font-size: .6em;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-26.small {
  letter-spacing: 0;
  padding-top: .1em;
  padding-bottom: .1em;
  font-size: .6em;
  line-height: 1;
}

.outside-container {
  border: 1px solid #000000b3;
  border-radius: 0;
  margin-right: .5em;
}

.outside-container.small {
  margin-right: .125em;
}

.link-block-6 {
  color: #000;
  text-decoration: none;
}

.collection-list-wrapper {
  align-items: center;
  margin-top: 5px;
  display: block;
}

.collection-item-10 {
  align-items: center;
  display: flex;
}

.post-info {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading {
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  column-count: 0;
  word-break: normal;
  margin-bottom: 20px;
  padding-right: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.rich-text-block {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.author-bio-container {
  border: 1px solid #000;
  border-style: solid none;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.pro-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-top-right-radius: 30%;
  width: 15em;
  height: 15em;
  margin-right: 2em;
  padding-top: 0;
}

.author-bio-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.author-name {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.author-role-spotlite {
  letter-spacing: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1;
}

.sticky-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 2.9em;
}

.sticky-container.spot {
  position: sticky;
}

.subscribe-box {
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.html-embed-2, .text-block-27 {
  display: none;
}

.post-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 20vh;
  margin-right: .5em;
  display: flex;
}

.collection-item-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  height: 22.5vh;
  max-height: none;
  margin-bottom: 1em;
  display: flex;
}

.collection-list-8 {
  flex-direction: column;
  display: flex;
}

.featured-post-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.featured-heading {
  margin-top: 0;
  margin-bottom: 2em;
}

.categories-container {
  margin-bottom: 2em;
}

.categoresi-heading {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 700;
}

.link-block-7 {
  color: #000;
  border: 1px solid #0000004d;
  border-radius: 0;
  padding: .25em .125em;
  text-decoration: none;
}

.text-block-28 {
  letter-spacing: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.collection-list-9 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 48% 48%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.c-slider-btn-loading {
  border: 1px dashed #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._w-created {
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.sub-slider {
  z-index: 0;
  background-color: #0000;
  width: 350px;
  height: auto;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.ci-created {
  display: inline-block;
}

.main-slider-container {
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.slider-trigger-left {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.created-text {
  color: #fff;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-slider-nav-arrow {
  display: none;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-slider-nav-dots {
  display: none;
}

.sub-slider-container {
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.main-slide-wrapper {
  background-image: linear-gradient(#33333359, #33333359), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/2.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/4.jpg');
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/3.jpg');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(#33333359, #33333359), url('../images/5.jpg');
}

.sub-slider-mask {
  overflow: visible;
}

.c-main-slide-description {
  color: #fff;
  width: 50vw;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.main-slider-nav-arrow {
  display: none;
}

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

.c-slider-control {
  margin-top: 1em;
}

.second-slider-container {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  margin-right: 2em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.c-play-btn {
  z-index: 50;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.c-slider-btn-circle {
  border: 1px solid #aaa;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-main-slide-content {
  text-align: center;
}

.b-slider-control {
  align-items: center;
  display: flex;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.c-slide-btn-loading {
  z-index: 30;
  border: 2px dashed #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

._w-slide-btn {
  position: relative;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.c-slide-btn-frame {
  z-index: 10;
  border: 1px solid #ffffff80;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-slider {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider.mobile {
  display: none;
}

.main-slider.desktop {
  z-index: 0;
  height: auto;
}

._w-slider-btn {
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 15px;
  display: flex;
  position: relative;
}

.sub-slider-nav-dots {
  display: none;
}

.ci-slider-btn-loading {
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sub-slide-wrapper {
  background-color: #333;
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px #13131380;
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/2.jpg');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/1.jpg');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, #13131380, #0000 30%), url('../images/4.jpg');
}

.slider-trigger-right {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.c-created {
  z-index: 999999;
  opacity: .7;
  transform-origin: 100% 100%;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  transition: all .25s;
  position: fixed;
  inset: 40% 0% auto auto;
  transform: rotate(-90deg);
}

.c-created:hover {
  background-color: #324155;
}

.collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

.left-side-container {
  border: 1px none var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.text-block-29 {
  font-size: 1.2em;
  line-height: 1;
}

.text-block-30 {
  color: var(--white);
  line-height: 1;
}

.sub-slider-1 {
  z-index: 0;
  background-color: #0000;
  width: 300px;
  height: auto;
  margin-right: 0;
}

.main-slider-1 {
  background-color: #222;
  flex-direction: column;
  height: 85vh;
}

.main-slider-1.mobile {
  display: none;
}

.main-slider-1.desktop {
  z-index: 0;
  background-color: #0000;
  height: auto;
}

.text-block-31 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
}

.text-container {
  color: #0000;
  background-color: #0000;
  padding: .5em;
}

.collection-item-12 {
  box-shadow: 7px 7px 5px -3px #0006;
}

.div-block-5 {
  justify-content: flex-end;
  width: 80%;
  display: flex;
}

.div-block-6 {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.text-block-32 {
  color: var(--white);
}

.text-block-33 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 4.5em;
}

.text-block-34 {
  letter-spacing: 1px;
  justify-content: center;
  padding-left: 5px;
  font-weight: 600;
  display: block;
}

.collection-list-10 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.collection-item-13 {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 20%;
  height: 100%;
  transition: width .75s cubic-bezier(.215, .61, .355, 1);
}

.collection-item-13:hover {
  width: 60%;
}

.image-24 {
  height: auto;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.collection-items-dxb {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  cursor: pointer;
  width: 35%;
  height: 100%;
  transition: width .75s;
}

.collection-items-dxb:hover {
  width: 55%;
}

.text-block-35 {
  border: 1px none var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  object-fit: fill;
  background-color: #0000;
  max-width: 3ch;
  padding: 1em .5em;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
  overflow: visible;
}

.text-container-dxb.is-hide {
  display: none;
}

.link-block-8 {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: block;
}

.locations-hero-left {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  font-size: 1.2em;
  line-height: 1;
  display: block;
}

.locations-hero-content-container {
  grid-column-gap: 0px;
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.city-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 4.5em;
}

.city-sub-text {
  letter-spacing: 1px;
  justify-content: center;
  padding-left: 5px;
  font-weight: 600;
  display: block;
}

.locations-hero-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-8, .locations-pg-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.collection-list-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-5 {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.collection-item-14 {
  width: 100%;
  height: 100%;
}

.city {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: static;
}

.city.locations-pg {
  height: 80vh;
}

.link-block-9 {
  color: #000;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.link-block-9.w--current {
  font-size: 1em;
  display: none;
}

.text-block-36 {
  color: #000;
  letter-spacing: 1px;
  margin-left: 0;
  margin-right: .25em;
  font-size: .9em;
  font-weight: 400;
  text-decoration: none;
}

.text-block-37 {
  color: #000;
  letter-spacing: 1px;
}

.text-block-36-copy {
  color: #000;
  letter-spacing: 1px;
  margin-left: .25em;
  font-size: .9em;
  font-weight: 500;
  text-decoration: none;
}

.top-location-content {
  grid-column-gap: 0em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.bottom-location-content {
  color: #000;
  display: flex;
}

.collection-item-15 {
  color: #000;
  font-size: .8em;
}

.html-embed-3 {
  display: none;
}

.left-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 50px;
  display: flex;
}

.textarea-2 {
  height: auto;
  min-height: 29.7vh;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.contact-grid {
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.button-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #000;
  align-self: center;
  font-size: .7em;
  line-height: 1.6;
}

.button-2.submit {
  color: #fff;
  letter-spacing: 2px;
  border-color: #fff;
}

.contact-container {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.spotlite {
  max-width: 1920px;
  height: auto;
  margin-top: 4.4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.collection-list-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-spotlite-wrapper {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-spotlite {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-items-spotlite {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  min-height: 30vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  display: flex;
}

.collection-items-spotlite:hover {
  width: auto;
  transform: none;
}

.link-block-10 {
  padding-bottom: 0;
  display: none;
}

.link-block-10.w--current {
  padding: 0 2px;
  display: none;
}

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

.home-main-slider {
  display: block;
}

.subtext-container {
  max-width: 50%;
  margin-top: 1em;
}

.subtext-text {
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.3;
}

.tabs-menu {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.standard-tab {
  z-index: auto;
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.load-bar {
  background-color: #fff;
  width: 0%;
  height: 4px;
}

.slider-background {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider-background.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.tab-image {
  width: 34px;
  margin-right: 12px;
  display: none;
}

.text-span-2 {
  color: #fff9;
}

.tabs {
  width: 100%;
  height: 100vh;
}

.tabs-content {
  overflow: visible;
}

.load-bar-base {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.content-section-copy {
  background-color: #00000069;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  display: flex;
  overflow: hidden;
}

.slider-base {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-heading {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  display: none;
  position: relative;
}

.text-block-38 {
  position: relative;
}

.text-block-39 {
  display: none;
}

.slider-background-2 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background-2.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background-2.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.slider-heading-2 {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.text-block-40, .text-block-41, .text-block-42 {
  display: none;
}

.text-block-43 {
  position: relative;
}

.image-25 {
  height: 80vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-9 {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: relative;
}

.standard-tab-2 {
  opacity: .7;
  color: #fffc;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab-2.w--current {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  position: relative;
}

.slider-background-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.slider-background-3.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background-3.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.tab-image-2 {
  width: 34px;
  margin-right: 12px;
}

.tabs-2 {
  width: 100%;
}

.load-bar-base-2 {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 0;
}

.content-section-copy-2 {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
  overflow: hidden;
}

.slider-heading-3 {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.slider-heading-3.hg {
  color: #000000bf;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.div-block-10 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
}

.div-block-11 {
  position: relative;
  bottom: 10vh;
}

.tabs-menu-copy {
  justify-content: center;
  align-items: stretch;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.tab-slider {
  height: 92.7vh;
  margin-top: 4.4em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.tab-slider-container {
  display: block;
}

.collection-item-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 92.7vh;
}

.tabs-menu-2 {
  z-index: 10;
  flex-direction: row;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 9px 30px 16px;
  display: flex;
  position: static;
  inset: 0%;
}

.tabs-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  top: auto;
}

.tab-menu {
  z-index: 10;
  background-color: var(--black);
  outline-offset: 0px;
  border: 1px solid #ffffff8c;
  outline: 3px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: -7.5vh 0% 0%;
}

.tab-link {
  color: #a8a8a8cc;
  background-color: #0000;
}

.tab-link.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.tab-link.is-hide {
  display: none;
}

.collection-list-wrapper-6 {
  height: auto;
  display: none;
}

.collection-list-wrapper-6.is-visible {
  display: block;
}

.load-bar-base-3 {
  background-color: #fff3;
  max-width: 220px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: auto 0% 10vh;
}

.slider-background-4 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/jaimie-phillips-KamSS2euCzA-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.slider-background-4.background-03 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/alli-elder-1dTIVth36WQ-unsplash.jpg');
}

.slider-background-4.background-02 {
  background-image: linear-gradient(#0000001a, #0009), url('../images/tim-marshall-sBHLP9iD-Pk-unsplash.jpg');
}

.content-section-copy-3 {
  background-color: #f8faff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slider-heading-4 {
  z-index: 9;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  max-width: 740px;
  font-size: 60px;
  line-height: 68px;
  position: relative;
}

.cta-other-location {
  align-items: center;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.collection-list-13, .collection-list-wrapper-7 {
  color: #000;
}

.more-text {
  padding-left: 1em;
  padding-right: 1em;
}

.text-block-46, .text-locations {
  color: var(--white);
  font-size: .8em;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.dropdown__container, .dropdown__container._2 {
  display: flex;
}

.dropdown__container._1 {
  color: var(--white);
  justify-content: center;
  display: flex;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.nav-button__text {
  z-index: 5;
  text-decoration: none;
  position: relative;
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.nav-button__bg {
  z-index: 0;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.logo-link-2 {
  color: #000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown__link {
  color: var(--white);
  text-align: center;
  flex: 1;
  padding: 17.5px 10px;
  text-decoration: none;
  display: block;
}

.dropdown__link:hover {
  color: var(--crimson);
}

.dropdown__link.w--current {
  color: var(--crimson);
  font-size: .9em;
}

.social-media-wrapper {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
  position: relative;
}

.social-media-wrapper.small {
  display: none;
}

.nav-wrapper {
  z-index: 2147483647;
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav__dropdown {
  background-color: #000;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-self: center;
  align-items: center;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.nav__container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown__link-divider {
  z-index: 10;
  background-color: #b3b3b3;
  flex: none;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.dropdown__link__text {
  color: var(--white);
}

.dropdown__link__text:hover {
  color: var(--crimson);
}

.nav__buttons-wrapper {
  min-height: 70px;
  font-size: .9em;
  display: flex;
  position: relative;
}

.nav__social-link {
  opacity: .35;
  filter: invert();
  width: 20px;
  height: auto;
  margin-left: 15px;
  transition: opacity .2s;
}

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

.nav__link__number {
  z-index: 5;
  color: #b3b3b3;
  margin-top: -2px;
  margin-right: 4px;
  font-family: Vollkorn, serif;
  font-size: 11px;
  font-weight: 700;
  display: none;
  position: relative;
}

.nav__link {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav__link:hover {
  color: var(--crimson);
}

.nav__link.w--current {
  font-weight: 700;
  text-decoration: none;
}

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

.collection-list-14 {
  color: var(--white);
  justify-content: center;
  display: flex;
}

.collection-item-18 {
  color: var(--white);
  display: flex;
}

.collection-list-wrapper-8, .collection-list-wrapper-9 {
  width: 50%;
}

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

.link-2 {
  color: var(--white);
  flex: 1;
  justify-content: center;
  padding: 17.5px 10px;
  text-decoration: none;
  display: flex;
}

.link-2:hover {
  color: var(--crimson);
}

.link-2.w--current {
  color: var(--crimson);
  padding: 17.5px 10px;
}

.hero-short-description {
  width: 55ch;
  max-width: none;
  margin-top: 20px;
  display: none;
}

.text-block-47 {
  color: var(--white);
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.3;
}

.div-block-13 {
  height: 84vh;
}

.asset-collection-overlay {
  background-image: radial-gradient(circle at 0 0, #000, #fff0);
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 50px;
}

.scroll-indication-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  margin-left: -120px;
  display: flex;
  position: fixed;
  top: 48vh;
  left: 50%;
}

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

.heading4 {
  color: #433b3b;
  white-space: nowrap;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  line-height: 48px;
}

.italics {
  font-style: italic;
}

.image-container {
  width: 50%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading3 {
  color: #433b3b;
  text-align: center;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.blackberry-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-3 {
  background-color: #415c4f;
  width: 180px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
}

.scroll-section {
  align-items: flex-start;
  display: flex;
  position: relative;
}

.page-wrapper {
  position: static;
}

.apricot-image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.product-container {
  background-color: #f7f1ff;
  width: 50%;
  height: 300vh;
}

.strawberry-image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.single-product-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section {
  z-index: 1;
  width: 100%;
  position: relative;
}

.section.is--letters {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.container-5 {
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid1-item {
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  display: flex;
}

.grid-photos {
  z-index: 99;
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.grid2-item {
  z-index: 99;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: transform .4s, opacity .1s;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate(0, 4em);
}

.grid-card {
  z-index: 1;
  color: #ffffff30;
  text-align: left;
  border-bottom: 1.5px solid #eeedf230;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 5.8em 2.5em;
  font-size: .8em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.scroll-trigger {
  z-index: 99;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-number {
  z-index: 1;
  color: var(--crimson);
  margin-bottom: .8em;
  font-size: 1.5em;
  line-height: 1;
}

.grid-title {
  z-index: 2;
  color: #000;
  margin-top: 10px;
  font-size: 2.9em;
  position: relative;
}

.grid1-img {
  display: none;
}

.grid-image {
  transform-origin: 50% 0;
  object-fit: cover;
  transform-style: preserve-3d;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all .4s;
  transform: scale3d(1, 1.2, 1);
}

.assets-section {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.assets-container {
  justify-content: space-between;
  margin-top: 2em;
  display: flex;
}

.flters-container {
  z-index: 10;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-direction: column;
  grid-template-rows: 2em 2em;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 2em;
  grid-auto-columns: 1fr;
  width: 20%;
  height: auto;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 0;
  font-size: 1em;
  display: none;
  position: static;
  top: auto;
}

.submit-button {
  display: none;
}

.text-block-48 {
  font-size: 1em;
  display: none;
}

.text-block-49 {
  display: none;
}

.filter-group {
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.form-block-2 {
  letter-spacing: 0;
  max-height: 2em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
}

.form-2 {
  align-items: center;
  max-height: 2em;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
  display: block;
}

.text-field {
  max-width: none;
  max-height: 2.5em;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.div-block-14 {
  flex-direction: row;
  display: flex;
}

.latest-news-content-container {
  flex-direction: row;
  align-self: center;
  max-width: none;
  padding-top: 1em;
  display: block;
}

.filter {
  width: 25%;
  height: 30em;
}

.products-container {
  width: 70%;
}

.collection-list-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asset {
  border: 1px #000;
  padding: 1em;
}

.text-block-50 {
  letter-spacing: -1px;
  margin-bottom: .3em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
}

.text-block-51 {
  letter-spacing: 0;
  font-size: .8em;
  font-weight: 200;
  line-height: 1;
}

.asset-text {
  margin-bottom: .5em;
}

.asset-img {
  opacity: .65;
  transform-style: preserve-3d;
  justify-content: flex-end;
  align-items: center;
  width: 11em;
  height: auto;
  margin-bottom: 2em;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  overflow: visible;
}

.asset-img:hover {
  opacity: 1;
  width: 12em;
  transform: none;
}

.image-27 {
  flex: 0 auto;
  width: 10%;
  display: block;
}

.image-27:hover {
  opacity: 1;
}

.asset-btns {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-28 {
  opacity: .35;
  transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}

.image-28:hover {
  opacity: 1;
}

.collection-item-19 {
  border: .5px solid #0003;
}

.all-assets {
  max-width: 1920px;
  height: auto;
  margin-top: 4.4em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.individual-assets-section {
  height: auto;
  margin: 0 auto 50px;
  padding: 0;
}

.individual-assets-container {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 75vh;
  display: none;
  overflow: visible;
}

.asset-name {
  margin-bottom: .5em;
}

.asset-description {
  margin-bottom: 1em;
}

.text-block-52 {
  color: #fff;
  text-transform: uppercase;
  max-width: none;
  font-size: 2.8em;
  line-height: 1;
}

.text-block-53 {
  color: #fff;
  letter-spacing: 0;
  max-width: 35ch;
  font-weight: 400;
}

.impressions, .traffic, .stisfaction {
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.energy-efficiency {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.metric {
  color: #fff;
  text-align: right;
  width: 8ch;
  font-size: 1.5em;
  line-height: 1;
}

.metric-title {
  color: #fff;
  margin-left: .5em;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
}

.div-block-15 {
  z-index: 5;
  justify-content: flex-end;
  width: 40%;
  height: 45%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-29 {
  width: 100%;
  height: 100%;
}

.html-embed-4 {
  width: 100%;
  height: 100%;
  display: none;
}

.asset-videos {
  z-index: 5;
  justify-content: flex-end;
  width: 40%;
  height: 45%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.seo-text {
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 4em;
  display: block;
  position: static;
  inset: auto 0% -2%;
}

.rich-text-block-2 {
  margin-top: 0;
  font-size: 1em;
  display: block;
}

.text-block-54 {
  letter-spacing: 1px;
  max-width: none;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1;
}

.gallery-section {
  flex-direction: column;
  align-items: center;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 4em;
  display: flex;
}

.gallery-section.container {
  align-items: flex-start;
  max-width: 1920px;
  height: auto;
  margin-top: 0;
  padding-top: 2em;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
}

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

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

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

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

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.gallery-image-2 {
  width: 100%;
}

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

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

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

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

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

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

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

.gallery-slider-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-slide-3 {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper-3 {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image-2 {
  position: relative;
}

.gallery-slide-text-2 {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-3 {
  color: #1a1b1f;
}

.gallery-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.assets-gallery {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.assets-gallery-container {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

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

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

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

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

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

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

.gallery-image-3 {
  width: 100%;
}

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

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

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

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

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

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

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

.collection-list-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asset-images {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 75%;
  background-size: cover;
  background-attachment: scroll;
  height: 100%;
  min-height: 35vh;
}

.collection-list-wrapper-10 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.asset-location {
  width: 100%;
  height: auto;
  margin-top: 1em;
}

.navbar-2 {
  display: block;
}

.container-8 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.nav-menu-2 {
  font-size: .9em;
}

.menu-button {
  display: none;
}

.navbar-logo-left {
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.navmenu__dropdown-section-link {
  color: #1b1b1b;
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover, .navmenu__dropdown-section-link:focus {
  color: #db3c4b;
}

.navmenu__beta-tag {
  clear: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.navmenu__dropdown-section-link-heading {
  margin-right: 8px;
  line-height: 1.5;
}

.navmenu__dropdown-section-link-heading:hover {
  color: #db3c4b;
}

.navmenu__dropdown-right {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  padding-top: 40px;
  padding-bottom: 52px;
}

.navmenu__cta-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.navmenu__image {
  object-fit: cover;
  object-position: 50% 50%;
  margin-right: 24px;
}

.navmenu__dropdown-banner-link {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 40px;
  text-decoration: none;
}

.navmenu__dropdown-section-link-description {
  color: #666;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.navmenu__section-link-row {
  color: #1b1b1b;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row:hover {
  color: #4353ff;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navmenu__section-link-row.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.cta-button__sub-text {
  opacity: .8;
  font-weight: 400;
}

.navmenu__banner-image {
  width: 100%;
}

.link-list__dropdown-wrapper {
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.navmenu__col-1-list {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  display: grid;
}

.nav-menu__cta-button {
  color: #fff;
  cursor: pointer;
  background-color: #4353ff;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.nav-menu__cta-button:hover {
  background-color: #3545ee;
}

.link-list__dropdown-toggle {
  color: #1b1b1b;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover {
  color: #db3d4b;
  box-shadow: inset 0 -3px #db3d4b;
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px #db3c4b;
}

.navmenu__dropdown-section-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  transform: translate(0, 1px);
}

.nav-menu__flex-wide {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar__container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.navmenu__link-list {
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0;
}

.navbar__mobile-overlay, .navbar__navmenu-mobile {
  display: none;
}

.navmenu__dropdown-list {
  margin-bottom: 0;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navmenu__dropdown-container.cc-mobile {
  flex-direction: row;
}

.brand-2 {
  color: #1b1b1b;
  align-self: center;
  width: 9em;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.brand-2:hover {
  color: #4353ff;
}

.link-list__link {
  color: #1b1b1b;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link:hover {
  color: #db3d4b;
  -webkit-text-stroke-color: #db3d4b;
  box-shadow: inset 0 -3px #db3d4b;
}

.button-4 {
  color: #fff;
  background-color: #4353ff;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-4:hover {
  background-color: #3545ee;
}

.button-4.cc-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s, color .2s, background-color .2s;
}

.button-4.cc-navbar.cc-secondary {
  color: #4353ff;
  background-color: #4353ff17;
  margin-right: 10px;
}

.button-4.cc-navbar.cc-secondary:hover {
  background-color: #4353ff29;
}

.navmenu__dropdown-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 52px;
  padding-right: 60px;
  display: grid;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__content-block-overlay {
  background-color: #fafafa;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.navbar__logo-embed {
  display: flex;
}

.link-list__list-item {
  margin-right: 32px;
  display: flex;
}

.navbar__wrapper {
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.navmenu__flex-container {
  justify-content: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.navbar-3 {
  z-index: 9999;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.7;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navmenu__dropdown {
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  max-height: 90vh;
  overflow: auto;
}

.navbar__navmenu {
  flex: 1;
  justify-content: space-between;
  margin-left: 0;
  transition: all .2s;
  display: flex;
  position: static;
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
}

.social-media-wrapper-copy {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.social-media-mobile {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.text-block-55, .text-block-56 {
  text-transform: uppercase;
}

.page-wrapper {
  max-width: none;
  display: none;
}

.div-block-16 {
  background-color: #000;
}

.h_spotlite_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 90vh;
  min-height: 768px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.image-30 {
  height: 80px;
}

.div-block-18 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 19% 59% 19%;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-self: stretch;
  place-items: flex-start center;
  height: auto;
  margin: 0;
  display: grid;
}

.nav {
  border: 1px solid #000;
  border-width: 1px 0;
  border-radius: 1px;
  justify-content: center;
  max-width: 1920px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.main-body {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 500;
  display: block;
}

.div-block-19 {
  background-image: url('../images/TTC_Abu_Dhabi_Focus_v2_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-start;
  width: 100%;
  height: 542px;
  min-height: auto;
  margin-bottom: 1em;
  padding-bottom: 0;
  display: block;
}

.heading-2 {
  color: #333;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.heading-2:hover {
  text-decoration: none;
}

.heading-2.white {
  color: #fff;
  column-count: auto;
  width: 35%;
  padding-left: 0;
  padding-right: 0;
}

.heading-2.white.italic {
  font-style: italic;
}

.heading-2.white.light {
  z-index: 2;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.heading-2.white.light.link-decor {
  color: var(--white);
  max-width: none;
  margin-bottom: 0;
  font-size: 36px;
  text-decoration: none;
  position: static;
}

.heading-2.ec-title {
  color: #fff;
  margin-bottom: 20px;
  padding-right: 0;
  line-height: 40px;
}

.heading-2.fc-asset-name {
  background-color: #fff0;
  margin-bottom: 10px;
  padding-right: 0;
  text-decoration: none;
}

.heading-2.black {
  color: #000;
  margin-top: -5px;
  font-weight: 300;
}

.heading-2.u-hover {
  letter-spacing: 0;
}

.heading-2.u-hover:hover {
  text-decoration: underline;
}

.heading-3 {
  color: #dd3c5b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.heading-3.fc-hover {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.heading-3.fc-hover.sub-cate {
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  max-width: none;
  margin-top: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.heading-3.white {
  color: #fff;
}

.heading-3.white.r-align {
  text-align: right;
  margin-bottom: 0;
}

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

.heading-3.text-decor {
  text-decoration: none;
}

.editors_choice_sec {
  height: 100vh;
  display: none;
}

.collection-item-20 {
  height: 100%;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .475s cubic-bezier(.165, .84, .44, 1);
}

.nav_sec {
  z-index: 3;
  background-color: #fff;
  flex-direction: column;
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.div-block-20 {
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-4 {
  background-color: #fff;
  border-top: .5px solid #0000001a;
  border-bottom: 1px #00000080;
  border-left: 1px #000;
  border-right: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  box-shadow: 0 2px 5px #0003;
}

.nav-link-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .5em 1.5em;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: var(--crimson);
}

.right {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: block;
}

.div-block-21 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  min-height: auto;
  margin-bottom: 1em;
  transition: all .45s;
}

.collection-item-21 {
  flex-direction: row-reverse;
  padding: 10px;
  transition: all .475s cubic-bezier(.165, .84, .44, 1);
  display: block;
}

.collection-item-21:hover {
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.heading-4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.heading-4:hover {
  text-decoration: underline;
}

.heading-5 {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.heading-5:hover {
  text-decoration: underline;
}

.heading-5.white {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.collection-list-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  position: relative;
}

.div-block-22 {
  border: 0 solid #000;
  border-top: 2px solid #fff;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% auto;
}

.div-block-22.black {
  border-top-color: #000;
  position: relative;
}

.heading-6 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
}

.heading-6.black {
  color: #000;
}

.div-block-23 {
  border-top: 2px solid var(--white);
  align-items: flex-start;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  position: static;
  inset: auto 0% 10px;
}

.div-block-24 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: 100px auto 20%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.h_video_sec {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: 4em;
  margin-right: 4em;
  display: none;
  position: relative;
}

.div-block-25 {
  z-index: 0;
  background-image: linear-gradient(to top, #000, #0000);
  height: 33.33vh;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 0 auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-27 {
  position: relative;
}

.heading-7 {
  z-index: 2;
  color: var(--crimson);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  line-height: 1;
  position: relative;
}

.paragraph {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.div-block-28 {
  border-bottom: 1px #000;
  flex-flow: column;
  padding-bottom: 5px;
  display: flex;
}

.collection-list-wrapper-11 {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.div-block-29 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1920px;
  height: 50vh;
  margin: auto;
  display: block;
  position: relative;
}

.collection-list-wrapper-12 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.heading-8 {
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.heading-8.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-30 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.collection-list-18 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-57 {
  padding-right: 5px;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.text-block-57.white {
  color: #fff;
  text-transform: none;
}

.text-block-57.name {
  font-size: 12px;
}

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

.container-10 {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-3 {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-item-24 {
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-32 {
  flex-direction: row;
  width: 50vw;
  height: 100%;
  display: block;
}

.div-block-33 {
  z-index: 0;
  background-color: var(--white);
  width: 25vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: auto;
  min-height: auto;
  margin: 1.5em auto 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
}

.div-block-34 {
  width: 150px;
}

.div-block-35 {
  height: 50vh;
}

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

.collection-list-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.collection-list-wrapper-13 {
  width: 100%;
}

.collection-list-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.tabs-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.collection-list-wrapper-14 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.collection-list-wrapper-14.hide {
  display: block;
}

.tabs-content-2 {
  width: 100%;
  min-height: 50vh;
  display: block;
  position: static;
}

.tab-pane-tab-1-2 {
  background-color: #000;
  width: 100%;
  height: 50vh;
}

.tabs-menu-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: relative;
}

.tab-link-1 {
  background-color: #fff0;
  margin-bottom: 20px;
}

.tab-link-1.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.video {
  background-color: #000;
  width: 100%;
  height: 100%;
}

.text-block-58 {
  flex: 1;
  font-family: sofia-pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-38 {
  width: 100px;
  height: 80px;
}

.div-block-39 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 80px;
}

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

.collection-item-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  display: flex;
}

.heading-9 {
  display: flex;
}

.collection-item-26 {
  background-color: #cecece;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vh;
  position: relative;
}

.collection-item-26:hover {
  width: 100%;
}

.div-block-42 {
  align-self: flex-start;
  max-width: 1920px;
}

.div-block-43 {
  opacity: 0;
  background-color: #000000c4;
  width: 100%;
  height: 100%;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.div-block-43:hover {
  background-color: var(--black);
  opacity: 1;
  background-image: linear-gradient(#000000d9, #fff0 40% 75%, #000000d9);
}

.div-block-44 {
  z-index: 8;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  position: static;
}

.collection-list-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.quick-stack {
  height: 90vh;
}

.div-block-45 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 90vh;
  display: grid;
}

.div-block-46 {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.video-2, .video-3 {
  height: auto;
}

.div-block-47 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  height: auto;
  display: block;
}

.div-block-47._1 {
  width: 70%;
}

.div-block-48 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 2em;
  display: none;
}

.video-4 {
  width: 100%;
}

.collection-list-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: grid;
}

.collection-list-22._1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-27 {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  width: auto;
  margin-bottom: 2em;
  display: block;
}

.collection-list-wrapper-15 {
  align-self: auto;
  width: 100%;
  display: flex;
}

.collection-item-28 {
  border-bottom: 1px solid #dfdfdf;
  flex-direction: column;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.div-block-50 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.heading-10 {
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: sofia-pro, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.slider-section {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slider-section.hide {
  min-height: 768px;
}

.slider-section-container {
  width: 100%;
  height: auto;
  overflow: visible;
}

.div-block-51 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  max-width: none;
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  position: static;
}

.collection-item-29 {
  height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.div-block-52 {
  background-image: radial-gradient(circle, #fff0, #00000059), linear-gradient(#0000, #fff0 24%, #0000 55%, #000 92%);
  flex-direction: column;
  justify-content: space-between;
  max-width: none;
  height: 100vh;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 50px 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.editor-choice-title {
  border-top: 3px solid #fff;
  align-self: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  position: static;
  inset: auto 4em 60vh;
}

.text-block-59 {
  color: #fff;
  margin-top: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.text-block-59.locations-text {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.text-block-59.span-txt {
  color: #000;
  text-transform: uppercase;
  margin-left: 3px;
  font-weight: 400;
}

.text-block-60 {
  color: #dd3c5b;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .5em;
  padding-bottom: 0;
  font-size: 1em;
  line-height: 1;
}

.text-block-61 {
  color: #fff;
  letter-spacing: 1px;
  max-width: 50ch;
  margin-bottom: .5em;
  font-size: 2.2em;
  line-height: 1.2;
  display: none;
}

.div-block-53 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 60px;
  display: flex;
}

.text-block-62 {
  color: #fff;
  max-width: 65ch;
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 300;
  display: none;
}

.div-block-54 {
  flex-direction: column;
  margin-bottom: 1em;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  display: flex;
}

.text-block-63 {
  color: #fff;
  margin-right: .25em;
  font-weight: 300;
}

.text-block-64 {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}

.slider-home {
  height: auto;
  display: block;
}

.left-arrow-2 {
  display: block;
  inset: 0%;
}

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

.collection-list-wrapper-16, .icon-4 {
  display: none;
}

.locations-sec-title {
  border-top: 1px solid #0003;
  margin-bottom: 20px;
  padding-top: 10px;
  display: block;
  position: static;
  inset: auto 4em 60vh;
}

.locations-sec-title.products {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.locations-sec-title.assets {
  justify-content: space-between;
  display: flex;
}

.text-block-65 {
  margin-top: 1em;
  font-size: 1.2em;
  line-height: 1;
}

.text-block-66 {
  margin-top: 1.5em;
  font-size: 1.5em;
  line-height: 1;
}

.body-3 {
  font-family: sofia-pro, sans-serif;
}

.home-videos-sec {
  flex-direction: column;
  max-width: 1400px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 0;
  display: block;
}

.home-videos-sec.hide {
  display: none;
}

.home-videos-sec.home {
  padding-bottom: 50px;
}

.html-embed-5 {
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.text-block-67 {
  color: #000;
  letter-spacing: 1px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
}

.html-embed-6 {
  width: 100%;
  height: 37.5em;
}

.text-block-68 {
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.contact-left {
  width: 100%;
}

.contact-right {
  flex-direction: column;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 45%;
  display: block;
}

.form-3 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.inner-form-container {
  justify-content: space-between;
  display: flex;
}

.text-block-69 {
  margin-bottom: 1em;
  font-weight: 400;
}

.text-block-69-copy {
  margin-bottom: 10px;
  font-weight: 700;
}

.link-3 {
  color: #000;
  margin-bottom: 1em;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
}

.div-block-55 {
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.div-block-57 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-btn {
  background-color: #dd3c5b;
  flex: 1;
  height: auto;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.text-field-2 {
  border: 1px #000;
  border-bottom-style: solid;
}

.underline {
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 1em;
  padding-left: 0;
  font-weight: 300;
  overflow: auto;
}

.underline.msg {
  margin-bottom: 4em;
}

.underline.text-area {
  height: 10em;
}

.field-label {
  text-transform: none;
  margin-bottom: 1em;
  font-weight: 400;
}

.field-label-2 {
  margin-bottom: 1em;
}

.field-label-3, .field-label-4 {
  margin-bottom: 1em;
  font-weight: 400;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-4:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar3_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #00000080;
  border-bottom: 1px solid #00000080;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar3_menu-button {
  padding: 0;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  padding: 8px;
  position: absolute;
}

.navbar3_logo {
  margin-bottom: 1em;
}

.navbar3_logo-link {
  padding-left: 0;
}

.navbar3_tablet-menu-button {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_component {
  z-index: 2147483647;
  border-bottom: 1px none var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-top: 2em;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
  position: relative;
}

.navbar3_menu-background {
  display: none;
  position: static;
}

.navbar3_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar3_dropdown-link {
  padding: .5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
}

.navbar3_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar3_menu {
  justify-content: center;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.collection-list-wrapper-17 {
  display: none;
  overflow: visible;
}

.top-right {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.text-block-70 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.text-block-71 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1;
}

.div-block-58 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: static;
}

.gold-campaign {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.gold-campaign:hover {
  text-decoration: underline;
}

.gold-campaign._w-100 {
  display: block;
}

.gold-campaign._w-100.align-right {
  text-align: right;
}

.home-city-name {
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0% auto;
}

.home-city-name.home-main-slider, .image-31 {
  display: none;
}

.heading-11 {
  color: var(--crimson);
  text-transform: uppercase;
  max-width: none;
  margin-top: 10px;
  font-size: 1.1em;
  font-weight: 700;
}

.paragraph-2 {
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1;
}

.paragraph-2-copy {
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1;
}

.video-description {
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  line-height: 1;
}

.video-description-main {
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.7em;
  font-weight: 300;
  line-height: 1;
}

.image-32 {
  position: absolute;
  inset: 383% auto auto 38%;
}

.image-33 {
  position: relative;
  top: -17%;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-34 {
  position: absolute;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-35 {
  height: auto;
}

.collection-list-wrapper-13-copy {
  width: 100%;
  min-height: 100vh;
  display: none;
}

.collection-list-20-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-43-copy:hover {
  opacity: 1;
}

.div-block-44-copy {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 15px 20px;
  display: flex;
}

.div-block-58-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-3 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.image-30-small {
  height: 80px;
  display: none;
}

.field-label-5 {
  font-weight: 400;
}

.image-36 {
  display: block;
}

.slide-4 {
  height: auto;
}

.slider-5 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection-list-23 {
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slide-nav-6 {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 3em;
  font-size: .5em;
}

.icon-5 {
  display: block;
}

.left-arrow-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.left-arrow-3.hide {
  align-items: center;
  display: flex;
}

.div-block-61 {
  font-size: .7em;
  display: flex;
}

.right-arrow-3.hide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-about {
  flex-direction: column;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.hero-about-container {
  flex-direction: column;
  justify-content: space-around;
  height: 90vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.about-bottom {
  min-height: 25vh;
  display: flex;
}

.paragraph-3 {
  letter-spacing: 0;
  width: 50vw;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-12 {
  max-width: 20ch;
}

.heading-13 {
  color: #3330;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  width: 40vw;
  font-weight: 700;
  line-height: 1.25;
}

.image-37 {
  width: auto;
}

.img-left {
  background-image: url('../images/abt-img-left.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 70%;
  height: 100%;
}

.img-left.contact {
  background-image: url('../images/pexels-pixabay-219692-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.img-right {
  background-image: url('../images/abt-img-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 30%;
  height: 100%;
}

.img-right.contact {
  background-image: url('../images/Mockup-Magazine-Pages-1.jpg');
}

.about-section-2 {
  background-image: url('../images/UAE11_Silver.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: none;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.heading-14 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.div-block-63 {
  border-top: 3px solid #fff;
  max-width: 1300px;
  height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 1em;
  line-height: 1;
}

.div-block-64 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 1300px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-15 {
  color: var(--crimson);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: .7em;
  font-weight: 700;
  line-height: 1;
}

.heading-15.tab {
  letter-spacing: 3px;
  font-weight: 700;
}

.heading-16 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.heading-16.tab {
  letter-spacing: 3px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.heading-16.tab._1 {
  text-align: center;
  width: 55%;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}

.heading-16.tab._1-copy {
  text-align: center;
  width: 70%;
  font-weight: 300;
}

.div-block-65 {
  background-color: #ffffffd9;
  flex-direction: column;
  align-items: center;
  width: 30vw;
  padding: 30px;
  display: block;
  position: static;
  inset: 0%;
}

.paragraph-4 {
  letter-spacing: 1px;
  column-count: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-4._2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph-4._2.tab {
  text-align: center;
  letter-spacing: 1px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 18px;
}

.paragraph-4._2.tab.partners {
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1;
}

.paragraph-4._2.location {
  max-width: none;
}

.about-section-3 {
  flex-direction: column;
  justify-content: center;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  padding: 50px;
  display: flex;
}

.section-top {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.section-btm {
  flex-direction: column;
  margin-top: 0;
  display: none;
  position: static;
}

.div-block-66 {
  background-image: url('../images/shutterstock_1545338288-1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  height: 500px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-67 {
  margin-bottom: 0;
  margin-right: 0;
}

.image-38 {
  max-width: none;
  position: relative;
  top: -100px;
}

.about-img-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  margin-left: 0;
  display: flex;
  position: static;
}

.div-block-68 {
  justify-content: space-around;
  align-items: center;
  width: 65%;
  display: flex;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.div-block-69 {
  border-top: 1px solid #000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.div-block-69.team-section {
  width: 100%;
  margin: 0 auto 50px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

.section-team {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  margin: 0 auto;
  padding: 50px 50px 0;
  display: flex;
  position: relative;
}

.tabs-content-3 {
  background-image: linear-gradient(#fff0, #efefef);
  height: auto;
  margin-top: 0;
}

.tabs-5 {
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  display: block;
}

.div-block-70 {
  justify-content: center;
  max-width: 1400px;
  margin: 50px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-70.partners {
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-71 {
  flex-direction: column;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-71.partners {
  width: 50vw;
}

.section-8 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.splide__slide {
  flex: none;
  align-self: flex-end;
  height: 550px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.splide__slide:hover {
  text-decoration: underline;
}

.splide__track {
  z-index: 2;
  margin-bottom: 100px;
  position: relative;
  overflow: visible;
}

.global_display--none {
  display: none;
}

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.layout-grid {
  grid-row-gap: 4.6875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main {
  overflow: hidden;
}

.splide {
  width: 100%;
  height: auto;
  margin-bottom: -60px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.cm {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  right: 4px;
  overflow: hidden;
}

.global_text-color--silver {
  color: #cbb8af;
}

.splide__arrow {
  z-index: 99;
  background-color: #0000;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #cbb8af;
  border-radius: 0;
  width: 70px;
  height: 100px;
  position: absolute;
  inset: -30vh auto 0% 30vw;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.splide__arrow.splide__arrow--prev {
  position: relative;
  top: auto;
  left: auto;
  right: 19vw;
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/arrow-right.svg');
  position: relative;
  top: 0;
  left: 10vw;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.section-9 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

.list {
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-10.is--slider {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  padding-top: 3.6em;
  padding-bottom: 3.6em;
  display: flex;
  overflow: hidden;
}

.c-link {
  float: left;
  color: #0a1e1c;
  border-bottom: .18em solid #0a1e1c;
  padding-bottom: .5em;
  position: relative;
}

.heading-18 {
  line-height: 1;
  position: relative;
}

.arrow_contain {
  float: right;
  position: relative;
}

.arrow_img {
  width: 5em;
}

.slider-title2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2.8em;
  padding-left: 5.1em;
  padding-right: 7.1em;
  display: block;
}

.item {
  width: 30vw;
  min-width: 30vw;
  padding-left: 1vw;
  padding-right: 1vw;
  transform: rotate(-1deg);
}

.arrow-2 {
  margin-left: 2.6em;
}

.slider_contain {
  width: 100%;
  position: relative;
}

.slider-right-arrow-2 {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
  left: 13em;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._w-help-btn {
  background-color: #13131326;
  border: 1px solid #ffffff80;
  border-radius: 5000px;
  padding: 5px;
  box-shadow: 0 0 15px #13131326;
}

._w-help-btn.menu-toggle {
  position: relative;
  overflow: hidden;
}

._w-created-2 {
  background-color: #333;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  align-items: center;
  padding: 7px 12px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

._w-created-2:hover {
  padding-top: 15px;
}

._w-faq {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: relative;
  box-shadow: 0 0 10px #13131333;
}

.co-created {
  z-index: 99998;
  position: fixed;
  inset: 0% 10px auto auto;
  overflow: hidden;
}

.slider-6 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.c-created-link {
  color: #fff;
  letter-spacing: .5px;
  font-size: .6em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.c-help-btn {
  text-align: right;
  padding: 10px;
}

.section-11 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.c-created-2 {
  z-index: 99998;
  opacity: .75;
  cursor: pointer;
  transition: all .25s;
}

.c-created-2:hover {
  opacity: 1;
}

.help {
  z-index: 99999;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.help-icon {
  z-index: 500;
  height: 25px;
}

.b-help-btn {
  background-image: linear-gradient(45deg, #219fa3, #5dc3a3);
  border-radius: 5000px;
  align-items: center;
  padding: 12px;
  display: flex;
}

.b-help-btn.open-menu {
  opacity: 0;
  display: none;
  position: absolute;
}

.b-help-btn.close-menu {
  position: relative;
}

.howto-list-item-img {
  border-radius: 5px;
  overflow: hidden;
}

.c-howto-header {
  padding-right: 40px;
}

.slide-content-wrapper-2 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

._w-howto-close {
  background-color: #333;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 8px;
  display: flex;
}

.help-text {
  color: #fff;
  white-space: nowrap;
  padding-left: 12px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.b-faq {
  height: 100%;
  padding: 10px;
  overflow: auto;
}

.slider-container-2 {
  width: 100%;
  min-height: 300px;
  padding: 40px;
  overflow: hidden;
}

.c-help {
  padding-top: 20px;
  padding-bottom: 10px;
}

.slider-left-arrow-2 {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
  right: 13em;
}

.c-howto-close {
  cursor: pointer;
  position: absolute;
  inset: 10px 10px auto auto;
}

.c-help-open-nav {
  display: block;
  position: relative;
  overflow: hidden;
}

.howto-list-item-text {
  line-height: 1.2em;
}

.logo-2 {
  height: 15px;
  margin-right: 5px;
}

.c-help-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  overflow: hidden;
}

.c-faq {
  z-index: 99999;
  align-items: flex-start;
  width: 400px;
  padding: 10px;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.c-help-link {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.c-faq-btn {
  text-align: right;
  padding: 10px;
  position: relative;
}

.c-faq-btn.faq {
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.c-howto-divider {
  border-bottom: 1px dashed #eee;
  width: 100%;
  height: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.c-howto-list-item {
  margin-bottom: 30px;
}

.c-howto-list {
  padding-left: 20px;
  list-style-type: square;
}

.howto-header {
  color: #219fa3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1.4em;
}

.slider-7 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide-content-wrapper-3 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-container-3 {
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.slider-8 {
  background-color: #0000;
  width: 400px;
  height: 50vh;
  position: static;
}

.slide-6 {
  margin-right: 10em;
}

.slide-content-wrapper-4 {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.image-39 {
  width: 100%;
}

.collection-list-wrapper-18 {
  display: none;
}

.tabs-menu-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin: 0 auto;
  display: grid;
  position: absolute;
  inset: auto 0% 50px;
}

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

.tab-link-tab-1 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
}

.tab-link-tab-1.w--current {
  background-color: var(--crimson);
  color: #fff;
}

.tab-link-tab-2 {
  border: 1px solid var(--black-2);
  color: #000;
  background-color: #fff;
  margin-right: 2em;
}

.tab-link-tab-2.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.tab-link-tab-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
}

.tab-link-tab-3.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.tab-link-tab-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
}

.tab-link-tab-4.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.tab-link-tab-5 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
}

.tab-link-tab-5.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-link-tab-6 {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.tab-link-tab-6.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: none;
}

.section-12 {
  height: 100vh;
  margin: 2em 4em;
}

.div-block-73 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  margin: 0 auto 100px;
  display: block;
}

.div-block-73._2 {
  margin-bottom: 0;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.brands-scroll {
  background-color: #222;
  width: 100%;
  height: 15vw;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.container-brands {
  background-color: #fff0;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.image-40 {
  filter: invert();
  color: #fff;
  width: 10vw;
  height: 3vh;
  margin-right: 0;
  display: inline-block;
}

.div-block-74 {
  background-color: #222;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: none;
}

.collection-list-24 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100vw;
  display: flex;
}

.collection-item-30 {
  justify-content: center;
  align-self: center;
  margin-right: 0;
  padding-right: 0;
  display: block;
}

.div-block-75 {
  align-items: center;
  margin-left: 0;
  display: none;
  position: static;
}

.collection-list-wrapper-19 {
  width: 100%;
}

.collection-list-wrapper-20 {
  align-self: auto;
  align-items: stretch;
  width: 100vw;
  height: 100%;
  display: flex;
}

.div-block-76 {
  width: 38%;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  display: block;
}

.spotlite-component {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 50px auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.partners-section {
  max-width: 1400px;
  height: auto;
  min-height: 75vh;
  margin: 0 auto;
  padding: 0 50px 50px;
  display: block;
}

.mini-spotlite-grid-container {
  max-width: 1400px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.collection-list-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.div-block-78 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
  margin-bottom: 10px;
}

.heading-19 {
  color: var(--crimson);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  font-size: .9em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.heading-20 {
  color: #333;
  margin-top: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.paragraph-5 {
  letter-spacing: 0;
  font-family: sofia-pro, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1;
}

.paragraph-5.author {
  margin-left: 3px;
}

.div-block-79 {
  margin-top: 10px;
  font-size: .8em;
  display: flex;
}

.sportlite-archive-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.spotlite-hero-img {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Mockup-Magazine-Pages.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.heading-21 {
  color: var(--white);
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-22 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 2em;
  line-height: 1.2;
}

.heading-23 {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
}

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

.div-block-81 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 30px 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 50px;
}

.heading-24 {
  color: var(--crimson);
}

.heading-25 {
  color: var(--crimson);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.heading-26 {
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow-wrap: normal;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.section-13 {
  height: 100vh;
}

.spotlite-archive-section {
  max-width: 1400px;
  height: auto;
  margin: 0 auto 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.filter-by {
  display: none;
}

.inner-grid {
  justify-content: space-between;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.left-filters {
  width: 20%;
  padding-left: 0;
  position: static;
  top: 0%;
}

.left-filters.is-hide {
  width: 100%;
  position: sticky;
  top: 75px;
}

.left-filters.is-hide.spotlite-unhide {
  display: block;
}

.left-filters.is-tab {
  display: none;
}

.data-side {
  width: 65%;
}

.collection-list-26 {
  grid-column-gap: 0em;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: 100%;
  display: grid;
}

.div-block-82 {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 25vh;
  margin-bottom: 10px;
  position: relative;
}

.heading-27 {
  margin-top: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.heading-28 {
  color: var(--crimson);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  text-decoration: none;
}

.submit-button-2 {
  display: none;
}

.form-4 {
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.heading-29 {
  font-size: 2em;
}

.heading-30 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: 400;
}

.div-block-83 {
  width: 100%;
  margin-bottom: 20px;
  position: static;
  top: 0;
}

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

.div-block-84 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.text-block-72 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.div-block-85 {
  margin-top: .5em;
  font-size: .7em;
  display: flex;
}

.text-block-73 {
  margin-right: 3px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

.text-block-74 {
  color: #333;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.text-block-74._1 {
  color: #333;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.pagination {
  margin-top: 1em;
}

.spotlite-heading {
  color: var(--black-2);
  text-align: left;
  letter-spacing: normal;
  margin-top: .5em;
  margin-bottom: .5em;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
}

.rich-text-block-3 {
  font-family: sofia-pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.collection-item-31 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 0;
  font-family: sofia-pro, sans-serif;
  display: flex;
}

.rich-text {
  font-family: sofia-pro, sans-serif;
  font-weight: 300;
  display: none;
}

.rich-text h2 {
  font-size: 28px;
  font-weight: 500;
}

.rich-text h4 {
  font-size: 16px;
  font-weight: 500;
}

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

.paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: sofia-pro, sans-serif;
}

.text-block-75 {
  text-align: right;
  margin-bottom: .5em;
  font-weight: 400;
  display: block;
}

.div-block-86 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.spotlite-hero-img-copy {
  background-image: url('../images/2024-08-T3_Tiffany--Co.1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

.spotlite-hero-img-copy.location-hero {
  background-image: url('../images/szr2_bw.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.spotlite-hero-img-copy.articles {
  background-image: url('../images/Mockup-Magazine-Pages.jpg');
}

.spotlite-hero-img-copy.articles._1 {
  height: 25vh;
}

.paragraph-14 {
  line-height: 1.5;
}

.list-item {
  font-size: 1em;
  line-height: 1.5;
}

.div-block-81-copy {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: 25px 50px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 10%;
}

.collection-list-wrapper-21 {
  width: 100%;
}

.empty-state {
  background-color: #ddd0;
}

.empty-state-2, .empty-state-3 {
  display: none;
}

.div-block-87 {
  width: 100%;
  margin-bottom: 20px;
}

.nav-menu-4 {
  border-top: 1px solid #0000001a;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: block;
  position: relative;
}

.nav-link-wrapper {
  text-align: center;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.navbar-5 {
  color: #fff;
  background-color: #fff;
  min-width: 0;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-item {
  border-left: 1px solid #ffffff1a;
  padding: 0 20px;
  display: block;
}

.dropdown-item.first-child {
  border-left-style: solid;
  border-left-color: #ffffff1a;
  display: none;
}

.dropdown-item._1 {
  border-left-style: none;
}

.dropdown-item.right {
  display: none;
}

.nav-link-5 {
  z-index: 99;
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  position: relative;
}

.nav-link-5:hover {
  color: var(--crimson);
  background-color: #08f0;
  text-decoration: none;
}

.nav-link-5.w--current {
  color: var(--crimson);
  border-style: none;
}

.nav-link-5.hide {
  display: none;
}

.navbar-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.menu-button-5 {
  position: absolute;
}

.dropdown-link-2 {
  color: #fff;
  margin-left: 15px;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.dropdown-image-wrapper {
  margin-bottom: 25px;
  display: block;
  overflow: hidden;
}

.dropdown-text {
  margin-bottom: 15px;
  font-size: 15px;
}

.dropdown-list-2 {
  float: none;
  clear: none;
  opacity: 1;
  object-fit: fill;
  background-color: #1e1e1e;
  border-top: 1px solid #00305d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: auto;
  min-height: 23em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
  overflow: visible;
}

.dropdown-list-2.w--open {
  width: 100vw;
  height: 300px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  inset: 29px auto 0% -40vw;
}

.nav-search {
  padding-left: 29px;
  padding-right: 29px;
  display: none;
}

.brand-3 {
  color: #fff;
  letter-spacing: 2px;
  flex-flow: column;
  flex: 0 auto;
  align-self: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  display: flex;
}

.brand-3.w--current {
  border-style: none;
}

.image-41 {
  object-fit: cover;
}

.nav-dropdown-3 {
  height: auto;
  position: static;
}

.dropdown-link-2 {
  color: #fff;
  margin-bottom: 10px;
  margin-left: 15px;
  font-size: 15px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.dropdown-link-2:hover {
  color: #08f;
}

.dropdown-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  height: 150px;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
}

.dropdown-image:hover {
  transform: scale(1.2);
}

.dropdown-image._3 {
  background-image: url('../images/pexels-szelei-robert-1482193.jpeg');
}

.dropdown-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 30px auto;
  display: grid;
  position: relative;
}

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

.image-43 {
  display: block;
}

.div-block-88 {
  flex-direction: column;
  display: flex;
}

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

.link-4 {
  color: #fff;
  margin-bottom: .5em;
  font-family: sofia-pro, sans-serif;
  font-size: .9em;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.link-4:hover {
  color: var(--crimson);
  text-decoration: underline;
}

.text-block-76 {
  margin-bottom: .25em;
  font-family: sofia-pro, sans-serif;
  font-size: 2.3em;
  font-weight: 300;
  line-height: 1;
}

.text-block-76:hover {
  color: var(--crimson);
  text-decoration: underline;
}

.mega-menu {
  z-index: 999;
  color: #fff;
  background-color: #fff;
  min-width: 0;
  max-width: none;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.mega-menu.hide {
  display: none;
}

.collection-list-28, .collection-list-wrapper-23 {
  width: 100%;
}

.locations-hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.locations-hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.section-14 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.about-location {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.text-block-77 {
  align-self: flex-end;
  margin-right: 5px;
  font-size: 1.2em;
}

.div-block-90 {
  justify-content: space-between;
  display: flex;
}

.div-block-91 {
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  height: auto;
  display: flex;
}

.div-block-92 {
  filter: none;
  mix-blend-mode: normal;
  background-image: url('../images/SZR-Oryx-mockup-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.collection-list-29 {
  justify-content: space-between;
  display: flex;
}

.collection-item-32 {
  width: 45%;
}

.heading-31 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .25em;
  font-size: 2em;
  font-weight: 300;
}

.link-block-11 {
  color: #fff;
  text-decoration: none;
}

.link-block-11:hover {
  color: var(--crimson);
  text-decoration: underline;
}

.div-block-93 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 10em;
  margin-bottom: .25em;
}

.div-block-94 {
  width: 90%;
}

.div-block-95 {
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-24 {
  width: 45%;
}

.collection-list-wrapper-25, .collection-item-33 {
  margin-bottom: .5em;
}

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

.link-5:hover {
  color: var(--crimson);
  text-decoration: underline;
}

.section-15 {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.wrapper-2 {
  overflow: hidden;
}

.item-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 30vw;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading-32 {
  font-size: 1.6rem;
}

.list-2 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.section-16 {
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

.arrow-wrapper-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.location-products-section {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 3em;
  overflow: hidden;
}

.wrapper-3 {
  cursor: grab;
}

.item-3 {
  cursor: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  min-width: 30vw;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.heading-33 {
  font-size: 1.6rem;
}

.section-17 {
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: none;
}

.link-block-12 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-12.whitw {
  color: #fff;
  display: none;
}

.heading-34 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.heading-34.black {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 10px;
  font-family: sofia-pro, sans-serif;
}

.heading-34.black._1 {
  margin-right: 5px;
  display: none;
}

.heading-34.black.padding {
  letter-spacing: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.heading-34.black.small {
  color: var(--crimson);
  font-size: 18px;
}

.heading-34.black._2 {
  margin-left: 5px;
}

.heading-34.black.space {
  margin-right: 6px;
}

.heading-35 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.collection-list-wrapper-26 {
  width: 100%;
  height: auto;
}

.collection-list-wrapper-27 {
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.text-block-78 {
  letter-spacing: 2px;
  font-weight: 400;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 300;
}

.checkbox-field {
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .8em;
  display: flex;
}

.pagination-2 {
  margin-top: 1em;
}

.heading-36 {
  font-size: 1.6rem;
}

.section-18 {
  background-color: #fff4dc;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.collection-list-30 {
  display: flex;
}

.collection-list-31 {
  padding-left: 4vw;
  padding-right: 4vw;
  overflow: scroll;
}

.collection-item-34 {
  width: 30vw;
  min-width: 30vw;
  height: 50vh;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.gallery-wrapper-4 {
  aspect-ratio: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.section-title {
  margin-top: 75px;
  margin-bottom: 50px;
  font-size: 48px;
  line-height: 60px;
}

.cms-slider {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-item-35 {
  cursor: pointer;
  border: 1px solid #0000004d;
  width: 100%;
  height: auto;
  min-height: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.prev_next {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 30vw;
  height: 100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 20% 0% 0%;
}

.prev {
  cursor: pointer;
  background-color: #f2f2f200;
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #00000026;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.prev.pmc {
  border: 1px solid #000;
  flex-direction: column;
  flex: none;
  align-self: auto;
  width: 30px;
  height: 30px;
  margin-right: 0;
  position: relative;
}

.next {
  cursor: pointer;
  background-color: #f2f2f200;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 #00000026;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.next.pmc {
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  position: relative;
}

.div-block-96 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25em;
  display: block;
}

.collection-list-wrapper-28 {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.collection-list-wrapper-28.hide {
  width: auto;
  display: flex;
}

.heading-37 {
  opacity: 1;
  color: #fff;
  text-align: center;
  background-color: #0000;
  width: 100%;
  max-width: 24ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  position: static;
}

.div-block-97 {
  cursor: auto;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.link-block-13 {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 25vh;
  text-decoration: none;
  display: flex;
}

.maps-section {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.div-block-98 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 30em;
}

.div-block-99 {
  pointer-events: auto;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.tab-pane-tab-1-3 {
  height: 90vh;
}

.tabs-menu-4-copy {
  z-index: 2;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 4.5%;
}

.tab-pane-tab-2 {
  height: 90vh;
  position: relative;
}

.div-block-100 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-101 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.tab-link-tab-1-copy {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 2em;
}

.tab-link-tab-1-copy.w--current {
  background-color: var(--goldenrod);
  color: #fff;
  margin-right: 0;
}

.tab-link-tab-2-copy {
  border: 1px solid var(--black-2);
  color: #000;
  background-color: #fff;
  margin-right: 0;
}

.tab-link-tab-2-copy.w--current {
  color: #fff;
  border-style: solid;
}

.toggle-wrapper {
  cursor: pointer;
  background-image: linear-gradient(135deg, #e6e6e6, #c4c4c4);
  border-radius: 30px;
  width: 60px;
  margin-left: 1em;
  margin-right: 1em;
  padding: 3px;
  box-shadow: inset 1px 1px 10px #00000021;
}

.toggle-button {
  background-image: linear-gradient(135deg, #666, #2c2c2c);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 1px 1px 3px #00000059;
}

.div-block-102 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000b3;
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 20%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: auto 0% 4.3% 41%;
}

.div-block-103 {
  opacity: 0;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gold-night-shot {
  z-index: auto;
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gold-day-shot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: static;
}

.div-block-101-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.silver-day-shot {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.silver-night-shot {
  opacity: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-104 {
  justify-content: center;
  display: flex;
}

.text-block-79 {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 4em;
  display: none;
  position: absolute;
  inset: auto;
  transform: translate(90vw, 40vh)rotate(-90deg);
}

.text-block-79-copy {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  margin-left: -1.25em;
  margin-right: 0;
  padding-right: 0;
  font-size: 6em;
  position: static;
  inset: 0% 0% 0% auto;
  transform: rotate(-90deg);
}

.text-block-80 {
  color: var(--crimson);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
}

.text-block-81 {
  color: #fff;
  margin-bottom: .5em;
  font-size: 50px;
  line-height: 1;
}

.div-block-105 {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-around;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
  display: flex;
  position: static;
}

.div-block-105.silver {
  justify-content: space-around;
  align-self: auto;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.text-block-82 {
  color: #fff;
}

.text-block-83 {
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}

.section-19 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.data-section {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.data-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.data-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  height: 20em;
  display: grid;
}

.data-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20em;
  display: flex;
}

.heading-38 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
}

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

.text-block-84 {
  font-size: 3.5em;
  font-weight: 700;
}

.heading-39, .paragraph-15 {
  font-size: .8em;
  line-height: 1;
}

.div-block-107 {
  max-width: 55ch;
  margin-bottom: 1em;
}

.map-section {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.map-section.is-hide {
  display: none;
}

.map-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 20em;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.recent {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.collection-list-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-44 {
  display: block;
}

.div-block-108 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 20em;
}

.collection-item-36 {
  width: auto;
  height: 20em;
}

.lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.recent-campaigns-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-campaigns-collection-items {
  width: auto;
  height: auto;
}

.specs-section {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

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

.div-block-109 {
  width: 15%;
}

.div-block-110 {
  width: 30%;
}

.div-block-111 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.heading-40 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 300;
  line-height: 1;
}

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

.heading-41 {
  margin-top: 0;
  margin-bottom: .125em;
}

.div-block-112 {
  height: 33.333%;
  display: flex;
}

.div-block-112._1 {
  flex-direction: column;
  margin-top: 1em;
  display: block;
}

.div-block-113 {
  width: 50%;
}

.div-block-114 {
  width: 25%;
}

.heading-40-copy {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: .9em;
  font-weight: 700;
  line-height: 1;
}

.div-block-112-copy {
  height: 33.333%;
  display: block;
}

.div-block-115 {
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  display: none;
}

.image-45 {
  z-index: 1;
  position: absolute;
  inset: auto auto 60% 10%;
}

.image-45._50 {
  width: 20%;
  display: none;
  position: relative;
  inset: -70% 0% 0% 40%;
}

.section-20 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.asset-about-section {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.featured-campaigns {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 25px 50px;
  display: block;
}

.featured-campaigns.mobile {
  display: none;
}

.gallery-sec {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: auto;
  min-height: auto;
  margin: 1.5em auto 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: block;
}

.gallery-sec.hide {
  display: block;
}

.section-21, .associations-hero {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.div-block-116 {
  width: 100%;
  height: 100%;
}

.brand-info {
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.brands-about {
  justify-content: space-between;
  display: flex;
}

.brands-about-left {
  justify-content: center;
  align-self: auto;
  width: 48%;
  display: flex;
}

.brands-about-right {
  width: 48%;
}

.heading-42 {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
}

.backlite-26-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.backlite-26-hero-img {
  background-image: url('../images/Screenshot-2024-01-15-at-4.57.17-PM.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

.heading-26-copy {
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
}

.b26-section-1 {
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.div-block-117 {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-118, .div-block-119, .div-block-120 {
  width: 31%;
}

.heading-43 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: sofia-pro, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

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

.paragraph-16 {
  letter-spacing: 1px;
  width: 80%;
  font-size: .8em;
  line-height: 1;
}

.b26-section-2 {
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.image-46 {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.b26-section-3, .b26-section-4 {
  max-width: 1400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

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

.heading-44 {
  font-weight: 300;
}

.heading-45 {
  letter-spacing: 3px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.div-block-123 {
  padding-left: 0;
  padding-right: 0;
}

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

.link-block-15, .link-block-16 {
  color: #333;
  text-decoration: none;
}

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

.link-block-18, .link-block-19 {
  color: #333;
  text-decoration: none;
}

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

.link-block-21, .link-block-22 {
  color: #333;
  text-decoration: none;
}

.collection-list-wrapper-29 {
  display: none;
}

.div-block-124 {
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 15vw;
}

.link-block-23 {
  color: #333;
  font-size: 1em;
  text-decoration: none;
}

.spotlite-side {
  color: #333;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.spotlite-side:hover {
  text-decoration: underline;
}

.spotlite-side-cstegory {
  color: var(--crimson);
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.link-6 {
  color: #333;
  letter-spacing: 2px;
  border: 1px solid #00000080;
  align-self: flex-start;
  margin-top: 0;
  padding: 8px 20px;
  text-decoration: none;
  display: none;
}

.link-6.show {
  display: block;
}

.section-22 {
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
}

.category-articles {
  max-width: 1400px;
  height: auto;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.form-4-copy {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.left-filters-copy {
  z-index: 2;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 1em 1em 1em 0;
  display: block;
  position: sticky;
  top: 11.4vh;
}

.data-side-copy {
  width: 100%;
}

.sticky-container-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
  top: 15%;
}

.div-block-83-copy {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 0;
}

.heading-30-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
}

.text-field-3 {
  align-self: auto;
  width: 100%;
  margin-bottom: 0;
}

.empty-state-4 {
  background-color: #fff0;
}

.empty-state-5 {
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.link-7 {
  color: #333;
  margin-top: 10px;
  padding-top: 0;
  text-decoration: underline;
  display: block;
}

.link-block-24 {
  background-color: #fff0;
  text-decoration: none;
}

.link-block-25 {
  background-color: #fff0;
  max-width: 800px;
  text-decoration: none;
}

.link-block-26 {
  background-color: #fff0;
  text-decoration: none;
}

.lightbox-link-3 {
  z-index: 10;
  position: relative;
}

.link-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.link-block-28 {
  background-color: #fff0;
  justify-content: space-between;
  width: 50%;
  text-decoration: none;
  display: flex;
}

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

.empty-state-6 {
  display: none;
}

.lightbox-link-4 {
  z-index: 2;
  position: relative;
}

.link-block-29 {
  z-index: 2;
  letter-spacing: 2px;
  background-color: #fff0;
  font-weight: 300;
  position: absolute;
  inset: 0%;
}

.locations-sec-title-copy {
  border-top: 1px solid #0003;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: flex;
  position: static;
  inset: auto 4em 60vh;
}

.locations-sec-title-copy.products {
  align-items: center;
  margin-right: 1em;
  display: flex;
}

.locations-sec-title-copy.assets {
  justify-content: space-between;
  display: flex;
}

.locations-archive-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.locations-hero-img {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/TTC_Abu_Dhabi_Focus_v2_mockup.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30em;
  display: flex;
}

.collection-list-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pagination-3 {
  margin-top: 1em;
}

.link-block-30 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
  display: block;
}

.empty-state-7 {
  display: none;
}

.div-block-125 {
  flex-direction: row;
  margin-top: 1em;
  display: flex;
}

.div-block-125._1 {
  margin-top: .5em;
}

.div-block-125._1-copy {
  margin-top: .5em;
  display: none;
}

.link-8 {
  color: #333;
  margin-left: 0;
  font-size: 12px;
  text-decoration: none;
}

.collection-list-wrapper-31 {
  display: block;
}

.background-video {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact {
  margin-top: 20px;
  margin-bottom: 20px;
}

.play-pause-button {
  display: none;
}

.div-block-127 {
  z-index: 8;
  position: static;
}

.link-block-31 {
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  text-decoration: none;
}

.text-block-86 {
  font-weight: 400;
}

.link-block-32 {
  text-align: right;
  background-color: #fff0;
  flex: 0 auto;
  width: 50%;
  text-decoration: none;
}

.image-48 {
  filter: brightness(200%);
  height: 10vh;
}

.image-49 {
  height: 10vh;
}

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

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

.div-block-128 {
  z-index: 0;
  background-image: url('../images/BackLite-Logo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.container-13 {
  flex-direction: row;
  align-items: stretch;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.container-13.home {
  max-width: 1310px;
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.gallery-wrapper-5 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gallery-wrapper-5.is-hide {
  display: none;
}

.cms-slider-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.collection-item-37 {
  padding-left: 15px;
  padding-right: 15px;
}

.prev_next-2 {
  display: none;
  position: absolute;
  inset: 6px 0% auto auto;
}

.prev-2 {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 2px solid #fd665e;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  display: flex;
}

.prev-2:hover {
  background-color: #fd665e70;
}

.next-2 {
  cursor: pointer;
  background-color: #f2f2f2;
  border: 2px solid #fd665e;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.next-2:hover {
  background-color: #fd665e70;
}

.section-products {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.asset-sub-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  max-width: 1400px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.asset-sub-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.collection-list-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.collection-list-34.landscape-gallery {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-129 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 35vh;
}

.link-block-33 {
  color: #313131;
  margin-top: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

.heading-46 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
}

.div-block-130 {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.link-9 {
  color: #303030;
  margin-top: 10px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-87 {
  color: var(--crimson);
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}

.div-block-131 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}

.div-block-132 {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #0e0e0e;
  width: 100vw;
  height: 25vh;
  position: relative;
  bottom: 150px;
  left: 0%;
  right: 0%;
}

.html-embed-7 {
  width: 100px;
  height: 100px;
}

.image-51 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33.33vw;
  height: 70vh;
  position: relative;
}

.collection-list-wrapper-13-copy {
  width: 100%;
}

.collection-list-20-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.collection-item-26-copy {
  background-color: #cecece;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 33.33vh;
  position: relative;
}

.image-45-copy {
  z-index: 1;
  position: absolute;
  inset: auto auto 60% 10%;
}

.image-45-copy._50 {
  width: 20%;
  position: relative;
  inset: 25% 0% 0% 40%;
}

.div-block-43-copy {
  opacity: 0;
  background-color: #000000c4;
  width: 100%;
  height: 100%;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.div-block-43-copy:hover {
  background-color: var(--black);
  opacity: 1;
  background-image: linear-gradient(#000000d9, #fff0 40% 75%, #000000d9);
}

.div-block-44-copy {
  z-index: 8;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  display: flex;
  position: static;
}

.div-block-127-copy {
  z-index: 8;
  position: static;
}

.div-block-58-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
  position: static;
}

.top-right-copy {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.title {
  border-top: 3px solid #fff;
  align-self: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-right: 0;
  position: static;
  inset: auto 4em 60vh;
}

.title.white {
  z-index: auto;
  flex: 0 auto;
  align-self: auto;
  max-width: 1300px;
  margin-bottom: 0;
  position: static;
  inset: 0 auto auto;
}

.title.white._1.contact {
  margin-top: 0;
}

.title.white._1.contact1 {
  max-width: 1400px;
  margin-bottom: 50px;
}

.title.black {
  border-top: 3px solid #000;
  border-bottom: 0 #000;
  border-left: 0 #000;
  border-right: 1px #000;
  margin-bottom: 50px;
}

.title.black.assets {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.title.black.assets.padding {
  padding-top: 10px;
}

.title.black.flex {
  display: flex;
}

.collection-list-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.collection-list-35.partner {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.collection-item-38 {
  filter: grayscale();
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50px;
}

.collection-wrapper.partners {
  flex-direction: row-reverse;
}

.div-block-133 {
  text-align: center;
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -19%;
}

.div-block-133:hover, .div-block-133:active, .div-block-133:focus {
  text-decoration: none;
}

.heading-47 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #47232300;
  border: 2px solid #db3c4b8c;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 300;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.heading-47:hover {
  color: #fff;
  background-color: #db3c4b33;
  text-decoration: none;
}

.heading-47.black {
  color: #000;
}

.heading-47.black.no-line {
  margin-bottom: 5px;
}

.heading-47.black.no-line:hover {
  text-decoration: none;
}

.heading-47.black.inside {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.heading-47.black.inside:hover {
  background-color: #db3c4b00;
}

.text-block-88 {
  color: #8a8a8a;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.tab-link-team {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 0;
  position: static;
}

.tab-link-team.w--current {
  background-color: var(--crimson);
  color: #fff;
}

.dropdown-toggle-2 {
  padding: 0;
}

.related-article-colection.mobile {
  display: none;
}

.div-block-134 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-end;
  align-items: end;
  width: 100vw;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: grid;
  position: fixed;
  inset: 0%;
}

.div-block-135 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  height: 75vh;
  margin-top: 25vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.div-block-136 {
  background-color: #dc143c;
  width: 10px;
  height: 10vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.close-btn {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 130px 30px auto auto;
}

.div-block-138 {
  background-color: #dc143c;
  width: 2px;
  height: 40px;
  transform: rotate(45deg);
}

.image-53 {
  width: 40px;
  max-width: none;
  height: 40px;
}

.image-54 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
}

.div-block-139 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.body-4 {
  font-family: sofia-pro, sans-serif;
}

.div-block-140 {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.link-10 {
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 500;
  text-decoration: none;
}

.link-11 {
  color: var(--crimson);
  margin-bottom: 10px;
  font-size: 13px;
  text-decoration: none;
}

.is-medium.hide, .is-small.hide {
  display: none;
}

.div-block-141 {
  background-image: url('../images/Picture1-3.png');
  background-position: 50%;
  background-size: cover;
  height: 30vh;
}

.div-block-142 {
  background-image: url('../images/Picture1-4.png');
  background-position: 50%;
  background-size: cover;
  height: 30vh;
}

.collection-list-36 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--crimson);
  border: 1px #000;
}

.collection-item-39 {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-143 {
  color: #fff;
  text-align: left;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: -5% auto auto 5%;
}

.text-block-89 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: 3ch;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-89.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: .8;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-90 {
  text-align: right;
  margin-bottom: 20px;
}

.pagination-4 {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.link-block-34 {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.link-block-34.w--current {
  background-color: var(--crimson);
  color: #fff;
  padding: 10px;
}

.div-block-145 {
  align-self: auto;
  align-items: center;
  display: flex;
}

.next-3, .previous {
  background-color: #fafafa00;
  border-style: none;
  padding: 10px;
}

.text-block-91 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  width: 100%;
  height: 100%;
  font-size: 2em;
  display: flex;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.collection-list-wrapper-32 {
  background-color: #f3f3f3;
  flex-direction: column;
  display: flex;
}

.collection-list-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.collection-item-40 {
  position: relative;
  left: auto;
}

.image-57 {
  width: 40vw;
  max-width: none;
}

.section-23 {
  position: relative;
}

.div-block-147 {
  background-color: #000;
  height: 13.25%;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-7 {
  width: 40vw;
}

.hide {
  display: none;
}

.slider-9 {
  height: 50vh;
}

.dropdown-item-wrapper-2 {
  z-index: -10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: absolute;
  top: -237px;
  overflow: hidden;
}

.products-main-category {
  z-index: 2;
  margin-bottom: 100px;
  position: relative;
  overflow: visible;
}

.cms-pmc-slider {
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.arrow_pcm {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -40px 50px auto auto;
}

.arrow_pcm.hide {
  display: none;
}

.image-58, .image-59 {
  width: 8px;
}

.product-image-gallery {
  aspect-ratio: auto;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.loc-pro-sec {
  max-width: 1400px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.splide__slide_product {
  flex: none;
  align-self: flex-end;
  width: 33.33vw;
  height: 550px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cms-slider-product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.div-block-148 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-149 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 30px;
  display: flex;
  position: relative;
}

.div-block-150 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 30px;
  display: flex;
  position: relative;
}

.div-block-151, .filters, .div-block-153 {
  display: none;
}

.left-filters-copy {
  width: 20%;
  padding-left: 0;
  position: static;
  top: 0%;
}

.left-filters-copy.is-tab {
  display: none;
}

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

.collection-list-wrapper-33 {
  display: block;
}

.collection-list-wrapper-33.small {
  display: none;
}

.collection-item-41 {
  height: auto;
}

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

.empty-state-8 {
  background-color: #ddd0;
}

.div-block-156 {
  z-index: 1;
  margin: 10px 0;
  position: sticky;
  top: 1.7em;
}

.div-block-157 {
  margin-top: 10px;
}

.div-block-143-copy {
  color: #fff;
  text-align: left;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-block-89-copy {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.text-block-89-copy.bold {
  font-size: 28px;
  font-weight: 700;
  line-height: .8;
}

.image-49-copy {
  height: 10vh;
}

.section-gallery {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.form-5 {
  background-color: #fff;
}

.collection-list-39 {
  grid-column-gap: 0px;
  grid-row-gap: 3%;
  grid-template-rows: auto;
  grid-template-columns: 32% 32% 32%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  display: grid;
}

.div-block-158 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 20vw;
  margin-bottom: 0;
  display: none;
}

.link-12 {
  z-index: 2;
  color: #333333bf;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.modal {
  z-index: 99;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-159, .modal-bg {
  cursor: pointer;
  background-color: #0000000d;
  position: absolute;
  inset: 0%;
}

.modal-card {
  z-index: 1;
  position: absolute;
}

.div-block-160 {
  width: 60vw;
  height: 40vw;
}

.collection-item-42 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.text-block-93 {
  color: #333;
  border: 1px solid #000;
  margin-top: 0;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
}

.link-block-35 {
  border: 2px #000;
  align-self: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.fs_modal-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_description {
  margin-bottom: 0;
}

.fs_modal-2_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.fs_modal-2_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 4rem;
  display: grid;
}

.fs_modal-2_image {
  object-fit: cover;
  width: 100%;
}

.fs_modal-2_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: 60rem;
  display: grid;
  position: relative;
}

.fs_modal-2_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-2_popup {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_button {
  color: #fff;
  cursor: pointer;
  background-color: #1378d1;
  padding: .5rem 1rem;
}

.fs_modal-2_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_embed {
  margin-bottom: 0;
}

.fs_modal-2_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.fs_modal-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon {
  width: 1rem;
  height: 1rem;
}

.modal-close-btn {
  cursor: pointer;
  background-color: #f5f5f500;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-btn:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.modal-close-btn[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description {
  margin-bottom: 0;
}

.fs_modal-1_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.modal-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  place-items: center start;
  padding: 50px;
  display: grid;
}

.modal-img {
  object-fit: cover;
  width: 100%;
}

.modal-wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 59% 39%;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 70vw;
  max-width: none;
  height: 70vh;
  display: grid;
  position: relative;
}

.modal-cover {
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.modal-popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-btn {
  color: #fff;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.modal-btn:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.modal-btn[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed {
  margin-bottom: 0;
  display: none;
}

.modal-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.fs_modal-1_embed-2 {
  margin-bottom: 0;
}

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

.gallery-filters {
  z-index: 3;
  background-color: #fff;
  padding: 10px 0;
  position: sticky;
  top: 1.7em;
}

.filters-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 24% 24% 24% 24%;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center stretch;
  display: grid;
  position: static;
  top: 4.9em;
}

.fs_selectcustom-4_message {
  color: var(--accessible-components--dark-grey);
}

.fs_selectcustom-4_link {
  border-top: 1px solid #f0f0f0;
  padding: .5rem 1rem;
}

.fs_selectcustom-4_link:hover {
  opacity: .7;
}

.fs_selectcustom-4_link:focus-visible {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-4_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-4_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-4_link-icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .25rem;
}

.fs_selectcustom-4_link-block {
  border-radius: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.fs_selectcustom-4_link-block:focus-visible {
  z-index: 2;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
  position: relative;
}

.fs_selectcustom-4_link-block[data-wf-focus-visible] {
  z-index: 2;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
  position: relative;
}

.fs_selectcustom-4_field {
  margin-bottom: 0;
  display: block;
}

.fs_selectcustom-4_list-block {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.fs_selectcustom-4_list {
  background-color: #0000;
}

.fs_selectcustom-4_toggle {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-4_toggle:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-4_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-4_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-4_embed {
  margin-bottom: 0;
}

.fs_selectcustom-4_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_selectcustom-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_selectcustom-1_link {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs_selectcustom-1_link:hover {
  opacity: .7;
}

.fs_selectcustom-1_link:focus-visible {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_list.w--open {
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.fs_selectcustom-1_toggle {
  background-color: #f5f5f5;
  padding: .75rem 4rem .75rem 1rem;
}

.fs_selectcustom-1_toggle:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-1_embed {
  margin-bottom: 0;
}

.fs_selectcustom-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-94 {
  display: none;
}

.fs_selectcustom-2_message {
  color: var(--accessible-components--dark-grey);
}

.fs_selectcustom-2_link {
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: .75rem 1rem;
}

.fs_selectcustom-2_link:hover {
  opacity: .7;
}

.fs_selectcustom-2_link:focus-visible {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_link[data-wf-focus-visible] {
  z-index: 1;
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-2_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-2_list.w--open {
  border: 1px solid #ddd;
  margin-top: 1rem;
}

.fs_selectcustom-2_text {
  color: #575757;
}

.fs_selectcustom-2_label {
  margin-right: .5rem;
  font-weight: 500;
}

.fs_selectcustom-2_toggle {
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 4rem .75rem 1rem;
  display: flex;
}

.fs_selectcustom-2_toggle:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-2_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-2_embed {
  margin-bottom: 0;
}

.fs_selectcustom-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.asset-type, .text-block-95, .text-block-96, .text-block-97, .collection-list-wrapper-35 {
  display: none;
}

.pagination-5 {
  margin-top: 8vw;
  display: flex;
}

.page-count, .page-count-2 {
  display: none;
}

.collection-list-wrapper-36 {
  flex-flow: column;
  display: none;
}

.collection-list-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_modal-1_message-2 {
  color: var(--accessible-components--dark-grey);
}

.fs_modal-1_close-icon-2 {
  width: 1rem;
  height: 1rem;
}

.fs_modal-1_close {
  background-color: var(--crimson);
  cursor: pointer;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_description-2 {
  margin-bottom: 0;
}

.fs_modal-1_heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_modal-1_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center start;
  padding: 50px;
  display: block;
}

.fs_modal-1_image {
  object-fit: cover;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
}

.fs_modal-1_wrapper {
  z-index: 999;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  width: 100%;
  max-width: none;
  display: grid;
  position: relative;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_popup {
  z-index: 9999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
}

.fs_modal-1_button:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_button[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-1_embed-3 {
  margin-bottom: 0;
}

.fs_modal-1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: block;
}

.page-count-3 {
  display: none;
}

.pagination-6 {
  margin-top: 20px;
}

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

.fs_numbercount-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_numbercount-1_text {
  text-align: center;
}

.fs_numbercount-1_number {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.fs_numbercount-1_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.fs_numbercount-1_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--accessible-components--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 2rem;
  display: grid;
  position: relative;
}

.fs_numbercount-1_embed {
  margin-bottom: 0;
}

.fs_numbercount-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.breadcrumbs-container {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin: 0 auto 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: static;
  inset: auto 0% -50px;
}

.breadcrumbs-container.inside-page {
  bottom: 0;
}

.html-embed-8 {
  font-size: 14px;
  font-weight: 300;
}

.collection-list-wrapper-37 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-162 {
  align-self: flex-start;
  width: 400px;
  height: 400px;
  margin-left: 50px;
}

.div-block-162.silver {
  align-self: flex-end;
}

.div-block-163 {
  background-image: linear-gradient(90deg, #0009 10%, #fff0 85%, #91919100);
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-163.silver {
  background-image: linear-gradient(270deg, #0009, #91919100 100%, #fff0);
}

.image-63 {
  filter: invert();
  width: 50px;
  height: 50px;
  font-size: 16px;
  display: inline-block;
}

.image-63:hover {
  opacity: 1;
  filter: invert();
}

.image-63._1 {
  width: 60px;
  height: 60px;
}

.editor-choice {
  background-image: none;
  background-size: auto;
  position: relative;
}

.div-block-165 {
  width: 90%;
  height: 200px;
  position: sticky;
  top: 215px;
}

.text-block-98 {
  font-size: 70px;
  line-height: 120px;
}

.collection-item-43 {
  width: 100vw;
  height: 150vh;
  min-height: 768px;
  position: relative;
}

.div-block-166 {
  color: #fff;
  height: auto;
  position: sticky;
  top: 1.8em;
}

.gptw {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 33%;
  display: flex;
}

.gptw.small {
  display: none;
}

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

.image-64 {
  display: none;
}

.div-block-168 {
  margin-bottom: 50px;
}

.asset-info {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.empty-state-9, .empty-state-10 {
  display: none;
}

.div-block-169 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.breadcrumbs {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

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

.text-block-99.left-margin {
  margin-left: 10px;
}

.br-container {
  max-width: none;
  display: flex;
}

.text-block-100 {
  flex: 0 auto;
  font-size: 12px;
  font-weight: 300;
}

.text-block-100.space {
  margin-left: 5px;
}

.br {
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.br-link {
  color: var(--black-2);
  text-decoration: none;
}

.collection-item-44 {
  flex-flow: column;
  display: flex;
}

.image-66 {
  height: 100px;
}

.div-block-171 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 25vh;
}

.lightbox-link-5 {
  cursor: pointer;
}

.breadcrumbs-wrapper {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin: -40px auto 1rem;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.breadcrumbs-wrapper.landscape {
  margin-top: -25px;
  margin-bottom: 50px;
}

.breadcrumbs-wrapper.landscape.map-sections {
  padding-left: 0;
}

.breadcrumb-link {
  color: #636363;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  transition: opacity .2s;
}

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

.breadcrumb-link.breadcrumb-text {
  cursor: text;
  font-size: 10px;
  text-decoration: none;
}

.breadcrumb-link.breadcrumb-text.w--current {
  text-decoration: none;
}

.breadcrumb-link.breadcrumb-text.no-link {
  cursor: default;
  text-decoration: none;
}

.breadcrumb-div {
  color: #636363;
  text-transform: uppercase;
  font-size: 10px;
}

.breadcrumb-text {
  color: #313131;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
}

.breadcrumb-text.spotlite-title {
  line-height: 12px;
}

.html-embed-9 {
  display: block;
}

.div-block-172 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.lightbox-link-6 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.collection-item-41-copy {
  height: 25vh;
}

.collection-list-34-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.collection-list-34-copy.landscape-gallery {
  grid-template-columns: 1fr 1fr 1fr;
}

.products-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px;
}

.collection-list-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-37 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 35vh;
  margin-bottom: 10px;
}

.heading-48 {
  margin-top: 0;
  display: block;
}

.collection-list-41-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-37-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
  margin-bottom: 10px;
}

.link-block-38 {
  color: #333;
  text-decoration: none;
}

.div-block-174 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 25vh;
}

.certs-container {
  height: auto;
}

.certs-container.is-small {
  display: none;
}

.grid-certs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 25% 25% 25%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 45vh;
  display: flex;
}

.div-block-175 {
  flex-flow: column;
  justify-content: space-around;
  width: 32%;
  display: flex;
}

.div-block-176 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-177 {
  align-self: center;
  height: auto;
}

.image-67 {
  cursor: pointer;
  height: 20em;
}

.text-block-102, .text-block-103 {
  text-align: center;
  padding: 20px 10px;
}

.text-block-104 {
  text-align: center;
  padding: 20px 10px;
  font-weight: 300;
  box-shadow: 15px 15px 20px -5px #0003;
}

.lightbox-link-7-copy {
  background-image: url('../images/IS2085_BackLite_DestructionCert_July3.jpg');
  background-position: 50%;
  background-size: cover;
}

.light-box {
  box-shadow: 15px 15px 20px -5px #0003;
}

.home-section-2 {
  background-image: none;
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.logos-head {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.dd {
  display: none;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
  transition: padding .25s;
}

.nav-link-6:hover {
  padding-left: 25px;
}

.nav-link-6.w--current {
  color: #f1c40f;
  text-shadow: 1px 1px 3px #00000029;
  transition: padding .25s, color .25s, text-shadow .25s;
}

.share-button {
  z-index: 20;
  background-color: #fff;
  background-image: url('../images/shapes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.share-button:hover {
  width: 35px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  padding: 50px 4em 15px;
  position: relative;
}

.div-block-178 {
  width: 75%;
  height: auto;
}

.home-subtext-copy {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -38px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}

.logo-subtext {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.pdf-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
}

.container-15 {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 90%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-15.on-home {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.share-wrapper-2 {
  z-index: 500;
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-top: 1em;
  padding-right: 0;
  display: flex;
  position: static;
  inset: 0% 1% 0% auto;
  overflow: visible;
}

.skill-10-light {
  float: left;
  background-color: #fff;
  width: 9%;
  height: 3px;
  margin-right: 1%;
  display: inline-block;
}

.html-embed-10 {
  display: block;
}

.right-arrow-wrap {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background-color .25s;
  top: 0;
  bottom: 0;
  right: 0;
}

.right-arrow-wrap:hover {
  background-color: #e67e22;
}

.image-6 {
  z-index: 20;
  position: relative;
}

.link-block-39 {
  background-image: url('../images/f.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.masonry-folio {
  column-count: 3;
  column-rule: 0px none black;
  column-gap: 0;
  width: 100%;
  position: relative;
}

.social-link {
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: background-color .25s;
  display: block;
  position: relative;
}

.social-link:hover {
  background-color: #fffc;
}

.social-link.whatsapp {
  opacity: 1;
  background-image: url('../images/icons8-call-50_1icons8-call-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #000;
  align-self: auto;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.social-link.whatsapp._1 {
  margin-right: 1em;
  padding-right: 0;
}

.social-link.twitter {
  opacity: 1;
  background-image: url('../images/icons8-linked-in.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
}

.social-link.twitter._6 {
  background-color: #fff;
  background-image: url('../images/icons8-linkedin.svg');
}

.social-link.twitter.vcard {
  background-image: url('../images/vcf.png');
  background-size: 30px;
  border-style: none;
  justify-content: center;
  align-items: center;
  display: block;
}

.social-link.twitter.vcard.cus {
  background-size: 25px;
}

.social-link.info {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/icons8-info-50-1_1icons8-info-50 (1).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  transition-property: none;
  display: none;
}

.social-link.info:active {
  background-color: #fff;
}

.social-link.facebook {
  z-index: 0;
  opacity: 1;
  background-image: url('../images/icons8-email-50_1icons8-email-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.social-link.facebook._1 {
  margin-right: 1em;
}

.social-link.inst {
  background-image: url('../images/social-2_1social (2).png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-link.twitter {
  background-image: url('../images/iconmonstr-linkedin-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
}

.social-link.twitter.hide {
  display: none;
}

.social-link.twitter.vcf {
  background-image: url('../images/vcf.png');
  background-position: 50%;
  background-size: 30px;
}

.social-link.facebook {
  background-image: url('../images/icons8-call-50_1icons8-call-50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  border-style: none;
  margin-bottom: 4px;
}

.social-link.twitter {
  background-image: url('../images/iconmonstr-linkedin-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-style: none;
  margin-bottom: 4px;
}

.social-link.twitter.is-hide {
  margin-bottom: 0;
  display: none;
}

.social-link.twitter.cus {
  background-size: 21px;
}

.social-link.vcard {
  background-image: url('../images/addvcard.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
}

.lottie-animation {
  background-color: #000;
  height: 6vh;
  margin-right: 0;
  display: flex;
}

.lottie-animation.loading {
  height: 8vh;
}

.div-block-179 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.subtext {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.subtext._2-copy {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 400;
}

.text-block-4 {
  color: #000;
  text-align: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 2;
}

.div-block-180 {
  z-index: 500;
  opacity: 1;
  display: none;
  position: relative;
  top: auto;
}

.menu-button-6 {
  float: left;
  background-color: #e67e22;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: background-color .25s;
  box-shadow: 0 0 2px 1px #0000001f;
}

.menu-button-6:hover {
  background-color: #d35400;
}

.menu-button-6.w--open {
  background-color: #e67e22;
  transition: background-color .25s;
}

.columns-2 {
  display: none;
}

.div-block-181 {
  border: 2px #000;
  border-radius: 0;
  width: 100%;
  margin-right: 0%;
}

.image-container-2 {
  cursor: pointer;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-top: 0;
}

.image-container-2:hover {
  position: static;
  top: 1em;
}

.clear-div {
  clear: both;
  width: 100%;
  height: 50px;
  display: none;
  position: relative;
}

.left-arrow-wrap {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: background-color .25s;
  top: 0;
  bottom: 0;
  left: 0;
}

.left-arrow-wrap:hover {
  background-color: #e67e22;
}

.personal-image {
  border-radius: 20px;
  width: 200px;
  max-width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: none;
  position: relative;
  box-shadow: 0 0 3px 1px #0000006e;
}

.button-column {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-5 {
  float: left;
  background-color: #e67e22;
  margin-top: 15px;
  padding: 20px 5px;
  display: none;
  box-shadow: 0 0 7px 1px #00000012;
}

.link-block-40 {
  background-image: url('../images/x.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-182 {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: block;
}

.image-68 {
  opacity: 1;
  mix-blend-mode: normal;
  display: none;
  position: absolute;
}

.html-embed-11 {
  margin-bottom: 0;
}

.div-block-183 {
  margin-top: 4em;
  display: flex;
}

.contact-section-2 {
  background-color: #f6f6f6;
  background-image: url('../images/vcjh.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
  position: static;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 1em;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.manu-icon {
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  transition: background-color .25s;
  position: relative;
}

.pre-loader {
  z-index: 2147483647;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.resume-list-item {
  background-image: url('../images/mark.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  flex-direction: row;
  margin-bottom: 15px;
  padding-left: 25px;
  display: flex;
}

.resume-list-item.is-hide {
  display: none;
}

.div-block-184 {
  background-color: #0000;
  border: 1px #b8b8b899;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em 0;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .25s, color .25s;
  display: inline-block;
  position: relative;
}

.button-6:hover {
  color: #e67e22;
  background-color: #fff;
}

.lightbox {
  cursor: crosshair;
  background-color: #fff;
  width: auto;
  margin: 10px;
  padding: 20px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 2px 1px #00000038;
}

.image-name {
  background-image: linear-gradient(#fff0, #fff);
  padding-top: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.skill-wrapper {
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.link-block-41 {
  z-index: 999;
  background-color: #000;
  border-bottom: .5px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: sticky;
  top: 0;
}

.proj-name {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.div-block-185 {
  border-top: .4px solid #ffffff80;
  border-bottom: .4px solid #ffffff80;
  width: 200px;
  height: 40px;
  margin-top: 25px;
  position: relative;
}

.div-block-186 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.heading-50 {
  color: #fff;
}

.heading-50._2 {
  color: #000;
}

.logo-slider-mask {
  width: 100%;
  height: auto;
}

.logo-image {
  width: 120px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.portfolio-section {
  background-image: linear-gradient(#f1c40f, #f39c12);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: relative;
}

.div-block-187 {
  justify-content: center;
  width: 50%;
  display: none;
}

.logo-slider-wrapper {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.html-embed-12 {
  margin-bottom: 0;
}

.footer-copyright-center {
  text-align: center;
  background-color: #0000;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
}

.footer-copyright-center._1 {
  margin-right: 0;
  position: absolute;
  inset: auto 0% 48%;
}

.html-embed-13 {
  border-radius: 0;
  height: 24em;
}

.home-name {
  z-index: 1;
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.link-block-42 {
  background-image: url('../images/VIMEO.svg');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.html-embed-14 {
  height: auto;
  margin-bottom: 0;
}

.resume-section {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
  position: static;
}

.logo-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.link-block-43 {
  background-image: url('../images/ig.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.div-block-188 {
  background-color: #eaeaea66;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-188._2 {
  width: 48%;
  height: 100%;
  display: none;
}

.div-block-188._2.none {
  display: none;
}

.div-block-188._1 {
  background-color: #eaeaeae6;
  border-radius: 20px;
  width: 80%;
  display: none;
}

.link-block-44 {
  background-image: url('../images/in.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.image-3 {
  margin-right: 1em;
}

.div-block-189 {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.skill-10-gray {
  float: left;
  background-color: #000;
  width: 9%;
  height: 3px;
  margin-right: 1%;
  display: inline-block;
}

.text-block-3 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
}

.html-embed-15 {
  margin-bottom: 0;
}

.navbar-6 {
  background-color: #ddd0;
  width: 200px;
  max-width: 80%;
  height: 40px;
  display: none;
  position: fixed;
  top: 40px;
  left: 40px;
}

.proj-sub {
  color: #e67e22;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.resume-list-text {
  color: #fff;
  text-decoration: none;
}

.div-block-190 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.share-wrapper {
  z-index: 500;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 1% 0% auto;
  overflow: visible;
}

.link-13 {
  color: #000;
  text-decoration: none;
}

.scroll-progress {
  z-index: 2147483647;
  background-color: #fff0;
  background-image: url('../images/Spectrum_bg.png');
  background-position: 0%;
  background-size: auto;
  width: 100%;
  height: 5px;
  margin-top: 1em;
  display: none;
  position: static;
  inset: 9vh 0% auto;
}

.image-arrow {
  color: #fff;
  background-color: #fff0;
}

.image-arrow:hover {
  position: static;
  top: 1em;
}

.video-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em;
  display: grid;
}

.page-wrapper-2 {
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.arrow-icon {
  color: #000;
  text-align: center;
  text-transform: none;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 32px;
  transition: color .25s;
  position: relative;
}

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

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

.social-media {
  z-index: 20;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.html-embed-16 {
  width: 100vw;
  height: 100vh;
}

.heading-21-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.link-16 {
  display: none;
}

.text-block-105 {
  margin-bottom: 20px;
  font-size: .9em;
}

.div-block-136-copy {
  background-color: #dc143c;
  width: 10px;
  height: 10vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-106 {
  margin-top: 0;
  font-weight: 300;
}

.text-block-88-copy {
  color: #8a8a8a;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.maps-demo--form {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.sidebar__wrapper {
  z-index: 10;
  height: 100%;
  padding: 1rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.sidebar {
  background-color: #fff;
  border-radius: 1.5rem;
  max-width: 380px;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}

.maps-dd--list {
  inset: auto auto 0% 0%;
}

.maps-dd--list.w--open {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: .8rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.8rem;
  padding: .5rem;
  display: flex;
  inset: 0% 0% auto auto;
  box-shadow: 0 6px 14px #00000026;
}

.maps-dd--list.jetboost-filter-vo9v.w--open {
  background-color: #fff;
}

.maps-dd--icon {
  color: #474c66;
  width: 1.5rem;
  height: 1.5rem;
}

.map-container-2 {
  background-color: #f2f3f7;
  border: 1px solid #ebecf0;
  border-radius: 32px;
  min-height: 630px;
  overflow: hidden;
}

.maps--filter-checkbox {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  white-space: nowrap;
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: .2rem;
  line-height: 1;
  display: flex;
}

.maps--filter-checkbox:hover {
  background-color: #f2f3f7;
}

.maps-demo-wrapper {
  display: none;
  position: relative;
  overflow: hidden;
}

.maps-locations-wrapper {
  z-index: 10;
  height: 100%;
}

.maps--filter-reset {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  display: none;
}

.sidebar__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.maps-locations-item {
  width: 100%;
  max-width: 100%;
}

.maps--check {
  float: none;
  filter: grayscale();
  background-image: url('../images/drink-badge.png');
  background-position: 50%;
  background-size: 140% 140%;
  border-color: #ced4da;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: -6px;
  position: relative;
}

.maps--check.w--redirected-checked {
  filter: grayscale(0%);
  background-color: #fff;
  background-image: url('../images/drink-badge.png');
  background-size: 140% 140%;
  border-style: solid;
  border-color: #ced4da;
}

.maps--check.w--redirected-focus {
  box-shadow: none;
}

.maps--check.beaches {
  background-image: url('../images/beach-badge.png');
}

.maps--check.parks {
  background-image: url('../images/parks-badge.png');
}

.maps-fb {
  margin-bottom: 0;
}

.maps--dd-toggle {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  line-height: 1;
  display: flex;
}

.maps--toggle-button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 1rem;
  margin-left: -2rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.maps-list--lottie-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.sidebar__title-wrap {
  z-index: 10;
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  height: 2.25rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.maps--dd-dropdown {
  margin-left: .5rem;
  margin-right: 0;
  display: flex;
}

.maps-locations-list {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 2.4rem;
  display: grid;
  overflow: scroll;
}

.image-69 {
  width: 200px;
  height: 200px;
}

.div-block-191 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.sidebar__location-address {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.3;
}

.item-highlighter {
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease-out;
  display: block;
  position: absolute;
  inset: 0%;
}

.sidebar__location-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  margin-top: .5rem;
  display: none;
}

.sidebar__location-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: .5rem;
  transition: box-shadow .2s, background-color .2s ease-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar__location-card:hover {
  background-color: #f2f3f7;
}

.sidebar__category-badge {
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
  margin-right: -10px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sidebar__location-title {
  color: #3a3e61;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.location-image-wrapper {
  width: 70px;
  min-width: 70px;
  height: 70px;
  position: relative;
}

.location-image-wrapper.jetboost-map-center {
  z-index: 5;
}

.sidebar__location-info {
  z-index: 5;
  position: relative;
}

.sidebar__location-img {
  object-fit: cover;
  border-radius: 3px;
  width: 70px;
  height: 70px;
  display: block;
}

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

.highlighter-bg {
  z-index: 1;
  opacity: .1;
  background-color: #4ec6ed;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.highlighter-bg.food {
  background-color: #e95958;
}

.highlighter-bg.parks {
  background-color: #16d590;
}

.highlighter-border {
  z-index: 2;
  opacity: .25;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 0 0 2px #4ec6ed;
}

.highlighter-border.parks {
  box-shadow: inset 0 0 0 2px #16d590;
}

.highlighter-border.food {
  box-shadow: inset 0 0 0 2px #e95958;
}

.text-block-107 {
  margin-top: 30px;
}

.heading-23-copy {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
}

.link-17 {
  color: var(--crimson);
  margin-top: 20px;
  font-size: 1em;
}

.heading-21-copy-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  display: none;
}

.heading-22-copy {
  color: #3330;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 6em;
  line-height: 1.2;
}

.anchor {
  width: 100%;
  display: block;
  position: absolute;
  top: 650px;
}

.success-message {
  color: #000;
  background-color: #11ff0040;
  width: 100%;
}

.error-message {
  width: 100%;
}

.div-block-192 {
  background-image: url('../images/dubai-map-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
}

.magnify {
  z-index: 1;
  pointer-events: auto;
  cursor: grab;
  object-fit: fill;
  background-image: url('../images/Right-map.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 130vw;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.image-70 {
  width: 100vw;
}

.round-loope {
  border-radius: 50%;
  display: block;
  box-shadow: 0 5px 15px 10px #0003;
}

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

.c-map_contain {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2em;
  margin-left: 6em;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot.is-hidden {
  display: none;
}

.c-map_circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: .5em;
  height: .5em;
  display: flex;
  position: relative;
}

.c-map_fill {
  z-index: -1;
  background-color: var(--crimson);
  border-radius: 50%;
  width: 1em;
  min-width: 1em;
  height: 1em;
  min-height: 1em;
  position: relative;
}

.heading-52 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  text-decoration: none;
}

.c-map_location {
  color: #333;
  text-align: right;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2em;
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: -100% 0% auto auto;
}

.div-block-194 {
  justify-content: center;
  align-items: center;
  display: none;
}

.collection-list-wrapper-38 {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.collection-list-42 {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.html-embed-17 {
  width: 100%;
  height: 100%;
}

.collections-wrapper {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.colections-list {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.div-block-195 {
  max-width: 1400px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.html-embed-18 {
  height: 10em;
}

.html-embed-19 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.circles {
  z-index: 0;
  opacity: .35;
  width: 100%;
  position: absolute;
  inset: auto 0% -66%;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.gradient {
  z-index: 0;
  opacity: .35;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -40% 0% auto;
}

.section-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.map_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  max-width: 60rem;
  display: flex;
}

.page-wrapper-3 {
  background-color: #0e0c15;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.map_content {
  grid-column-gap: .5rem;
  color: #0e0c15;
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 8rem;
  padding: 1.8rem;
  display: flex;
}

.map {
  width: 100%;
  height: 36rem;
}

.youtube-container {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  font-size: 1rem;
  transition: all .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.youtube-container:hover {
  transform: scale(1.05);
}

.namma-logo {
  align-self: center;
}

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

.paragraph-19 {
  margin-bottom: 20px;
  font-size: 14px;
}

.block-quote, .paragraph-20, .paragraph-21, .list-item-3 {
  font-size: 14px;
}

.list-item-4 {
  letter-spacing: 0;
}

.rich-text-block-4 {
  letter-spacing: normal;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.rich-text-block-4 p {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 21px;
}

.rich-text-block-4 li {
  letter-spacing: 0;
}

.rich-text-block-4 h2 {
  font-size: 26px;
  font-weight: 500;
}

.rich-text-block-4 h3 {
  font-size: 18px;
  font-weight: 500;
}

.rich-text-block-4 h4 {
  font-size: 16px;
  font-weight: 500;
}

.paragraph-31 {
  letter-spacing: 0;
}

.paragraph-34 {
  letter-spacing: 0;
  font-size: 14px;
}

.paragraph-35 {
  letter-spacing: 0;
}

.paragraph-36 {
  letter-spacing: 0;
  line-height: 24px;
}

.paragraph-37 {
  letter-spacing: 0;
  line-height: 21px;
}

.rich-text-block-5 {
  letter-spacing: 0;
  font-size: 16em;
  line-height: 21;
}

.div-block-199 {
  height: 100vh;
}

.div-block-199.jetboost-map-zxoz {
  display: none;
}

.div-block-200 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.cms-wrapper {
  flex: 1;
  overflow: scroll;
}

.zoom-button {
  z-index: 7;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #57595e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 6px;
  display: flex;
  position: relative;
  right: 0;
}

.ncf-map {
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  max-width: 100%;
  height: 85vh;
  display: flex;
}

.item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.page-wrapper-4 {
  flex-direction: column;
  display: flex;
}

.list-wrapper-demo {
  flex-direction: column;
  flex: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.control {
  position: absolute;
  inset: 24px 24px auto auto;
}

.map-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #f7f7f7;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-bottom: 16px;
  padding: 24px;
  transition: opacity .2s;
}

.map-wrapper {
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 72%;
  height: 100%;
  display: block;
  position: relative;
}

.map-2 {
  z-index: 1;
  background-image: none;
  background-size: auto;
  flex: 3 1px;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  position: relative;
}

.title-2 {
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.empty-state-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.v16 {
  height: 16px;
}

.stylings {
  background-color: #f7f7f7;
  border-top: 1px solid #dcdde0;
  border-bottom: 1px solid #dcdde0;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 24px 80px;
  display: none;
  position: static;
}

.filter-reset {
  color: #111;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.bigger-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.styleguide-title {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.huge-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.v40 {
  height: 40px;
}

.v4 {
  height: 4px;
}

.tooltipstyle-container {
  width: 80px;
  height: 32px;
  margin-top: 24px;
}

.tooltip-and-popup {
  width: 100%;
}

.tooltip-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  overflow: visible;
}

.styleguide-wrapper {
  justify-content: space-around;
  display: flex;
}

.pins {
  z-index: 300;
  justify-content: space-between;
  width: 110px;
  display: flex;
  position: absolute;
}

.pin-wrapper {
  cursor: pointer;
  width: 20px;
}

.slider-10 {
  background-color: #dcdde0;
  border-radius: 7px;
  flex: none;
  width: 160px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.chips-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: flex-start start;
  display: grid;
}

.price-wrapper {
  text-align: center;
  width: 32px;
}

.drag-handle {
  cursor: grab;
  background-color: #f7f7f7;
  border: 1px solid #57595e;
  border-radius: 6px;
  width: 32px;
  height: 18px;
  position: absolute;
  top: -7px;
  transform: translate(80px);
}

.price-slider {
  background-color: #f7f7f7;
  border-radius: 8px;
  align-items: center;
  max-width: 100%;
  padding: 8px 12px;
  display: flex;
  position: relative;
}

.active-slider {
  background-color: #111;
  width: 60px;
  height: 100%;
  transform: translate(22px);
}

.filter-chip {
  cursor: pointer;
  background-color: #f7f7f700;
  border: 1px solid #57595e;
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.filter-chip.active {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  color: #fff;
}

.flex.spece-between {
  justify-content: space-between;
  width: 100%;
}

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

.search-wrapper {
  width: 100%;
  margin-right: 16px;
  position: relative;
}

.filter-container {
  margin-bottom: 0;
  padding-top: 24px;
}

.search {
  cursor: auto;
  border: 1px solid #57595e;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 8px 16px 8px 40px;
  font-size: 16px;
}

.search::placeholder {
  color: #57595e;
}

.search-icon {
  background-image: url('../images/Search.svg');
  background-position: 0%;
  background-size: auto;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 10px auto auto 12px;
}

.sort {
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #57595e;
  border-radius: 8px;
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
}

.h24 {
  width: 24px;
}

.price-div {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ncf-embed {
  background-color: #ff6c6c;
}

.show-on-map {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.v8 {
  height: 8px;
}

.list-item-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h6 {
  width: 6px;
}

.ncf-disabled {
  display: none !important;
}

.pop-up-wrapper {
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 24px 1px #0000001a;
}

.styling-collection {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.overlay-embed {
  background-color: #ff6c6c;
  position: absolute;
  inset: -8% auto auto 0%;
}

.pop-up-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 21vh;
}

.pop-up-image.is-hide {
  display: none;
}

.close-button {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  cursor: pointer;
  background-color: #fffc;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

._20x20-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.pop-up-content {
  width: 100%;
  padding: 16px;
}

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

.title {
  letter-spacing: .5px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.tooltip {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 6px;
  box-shadow: 1px 1px 10px 2px #0000001a;
}

.tooltip-wrapperncf-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.styleguide-wrapperncf-75 {
  justify-content: space-around;
  display: flex;
}

.styleguide-titlencf-67 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.bigger-titlencf-15 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.tooltip-and-popupncf-43 {
  width: 100%;
}

.v8ncf-94 {
  height: 8px;
}

.slider-11 {
  background-color: #dcdde0;
  border-radius: 7px;
  flex: none;
  width: 160px;
  height: 4px;
  margin-left: 8px;
  margin-right: 8px;
  position: relative;
}

.text-block-108 {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  line-height: 1.5;
}

.text-block-109 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-201 {
  background-image: url('../images/picture2.jpg');
  background-position: 70%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
}

.div-block-202 {
  width: 100vw;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-203 {
  z-index: 1;
  mix-blend-mode: darken;
  background-color: #fff;
  width: 60%;
  height: 100%;
  display: none;
  position: absolute;
}

.div-block-204 {
  background-color: #fff;
  width: 40%;
  height: 30%;
  position: absolute;
}

.text-block-110 {
  position: absolute;
}

.div-block-205 {
  z-index: 2;
  mix-blend-mode: difference;
  background-image: url('../images/CONNECT-WITH-US.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 78%;
  display: none;
  position: absolute;
}

.text-block-111 {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: url('../images/picture2.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-left: 5%;
  font-size: 6em;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-206 {
  position: absolute;
  inset: auto 0% 0%;
}

.social-media-wrapper-copy {
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
  position: relative;
}

.social-media-wrapper-copy.small {
  display: none;
}

.social-media-wrapper-copy.big-copy {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 50vh;
  margin-left: 0;
  position: static;
}

.nav__social-link-copy.connect {
  width: auto;
}

.nav__social-link-copy.connect._1 {
  margin-left: 0;
}

.nav__social-link-copy.connect {
  margin-left: 20px;
}

.nav__social-link-copy {
  opacity: .35;
  filter: invert();
  width: 20px;
  height: auto;
  margin-left: 15px;
  transition: opacity .2s;
}

.nav__social-link-copy:hover {
  opacity: 1;
}

.div-block-207 {
  z-index: 4;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  margin-left: 0%;
  padding-left: 5%;
  position: absolute;
}

.div-block-208 {
  z-index: 3;
  background-image: linear-gradient(90deg, #fffffff2 60%, #0000);
  width: 75%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-71 {
  width: 50px;
  height: 50px;
}

.image-72, .image-73 {
  filter: invert();
  width: 50px;
  height: 50px;
}

.div-block-209 {
  z-index: 5;
  background-image: none;
  background-size: auto;
  width: 10vw;
  height: 5vh;
  margin-left: 4%;
  position: absolute;
  inset: auto auto 20px 20px;
}

.div-block-209.w--current {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.image-74 {
  filter: invert();
}

.collection-item-46 {
  margin-bottom: 25px;
}

.div-block-210 {
  position: sticky;
  top: 100px;
}

.div-block-210.is-big {
  width: 30%;
}

.superscript {
  white-space: normal;
  word-break: normal;
}

.paragraph-38 {
  line-height: 1.3;
}

.breadcrumbs-wrapper-mobile {
  grid-column-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  margin: -40px auto 1rem;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.breadcrumbs-wrapper-mobile.landscape {
  margin-top: -25px;
  margin-bottom: 50px;
}

.text-block-111-copy {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: url('../images/picture2.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-left: 5%;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-111-copy.thanks {
  font-size: 3.5em;
}

.text-block-111-copy._2 {
  z-index: 16;
  letter-spacing: 4px;
  height: auto;
  padding-top: 0%;
  padding-bottom: 5%;
  font-size: 3em;
  font-weight: 300;
  text-decoration: none;
  top: -25%;
}

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

.text-span-3 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
}

.link-18, .subscript, .subscript-2 {
  font-size: 12px;
}

.link-19 {
  font-size: 16px;
}

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

.code-embed {
  height: 100vh;
}

.div-block-212 {
  box-shadow: none;
  opacity: 1;
  background-color: #fffc;
  border: 1px #0000004d;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px;
  display: block;
  position: static;
  inset: auto 0 0% auto;
  transform: none;
}

.div-block-213 {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.div-block-214 {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000004d;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: .5em;
  display: block;
}

.div-block-215 {
  filter: invert();
  background-image: url('../images/icons8-share-64.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.link-block-45 {
  cursor: pointer;
  width: 2em;
  height: auto;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block-45._1 {
  width: 2em;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 5px;
}

.link-block-45._2 {
  width: 2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.link-block-45.is-hide {
  margin-top: 20px;
  display: block;
}

.text-block-112 {
  margin-right: 10px;
  position: static;
}

.socials-container {
  align-items: center;
  display: flex;
  position: relative;
}

.social-link-2 {
  background-color: #000;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: margin .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social-link-2:hover {
  margin-top: -8px;
}

.social-link-2.pinterest {
  background-color: #b7081b;
  background-image: url('../images/pinterest-logo.svg');
}

.social-link-2.pinterest.hide-for-now {
  display: none;
}

.social-link-2.linkedin {
  background-color: #0a66c2;
  background-image: url('../images/linkedin-logo.svg');
  background-size: auto 45%;
}

.social-link-2.linkedin.hide-for-now {
  display: none;
}

.social-link-2.twitter {
  background-color: #1c9cea;
  background-image: url('../images/twitter-logo.svg');
  background-size: auto 43%;
}

.social-link-2.twitter.hide-for-now {
  display: none;
}

.social-link-2.tumblr {
  background-color: #001833;
  background-image: url('../images/tumblr-logo.svg');
}

.social-link-2.tumblr.hide-for-now {
  display: none;
}

.social-link-2.reddit {
  background-color: #ff4500;
  background-image: url('../images/reddit-logo.svg');
}

.social-link-2.reddit.hide-for-now {
  display: none;
}

.social-link-2.facebook {
  background-color: #0b85ee;
}

.social-link-2.facebook.hide-for-now {
  display: none;
}

.social-link-2.email {
  background-image: url('../images/mail-logo.svg');
  background-size: auto 40%;
}

.social-link-2.email.hide-for-now {
  display: none;
}

.version-text {
  margin-bottom: 2px;
  margin-left: -29px;
}

.social-link-2 {
  background-color: #fff;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: filter .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.social-link-2:hover {
  filter: brightness(125%);
}

.social-link-2.twitter-2 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/icons8-x-150.png');
  background-size: auto 65%;
  border-bottom-style: none;
  transition-property: all;
  transition-duration: .3s;
}

.social-link-2.twitter-2.hide-for-now {
  display: none;
}

.social-link-2.facebook-2 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/icons8-facebook-150.png');
  background-size: auto 65%;
  border-bottom-style: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.social-link-2.facebook-2.hide-for-now {
  display: none;
}

.social-link-2.tumblr-2 {
  background-color: #fff;
  background-image: url('../images/tumblr-logo-2.svg');
  border-bottom-style: none;
}

.social-link-2.tumblr-2.hide-for-now {
  display: none;
}

.social-link-2.linkedin-2 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/icons8-linkedin-150.png');
  background-size: auto 65%;
  border-bottom-style: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.social-link-2.linkedin-2.hide-for-now {
  display: none;
}

.social-link-2.pinterest-2 {
  background-image: url('../images/pinterest-logo-2.svg');
  border-bottom-style: none;
}

.social-link-2.pinterest-2.bottom-social-link {
  border-bottom-style: none;
}

.social-link-2.pinterest-2.bottom-social-link.hide-for-now {
  display: none;
}

.social-link-2.reddit-2 {
  background-color: #fff;
  background-image: url('../images/reddit-logo-2.svg');
  border-bottom-style: none;
}

.social-link-2.reddit-2.hide-for-now {
  display: none;
}

.social-link-2.email-2 {
  opacity: .85;
  background-color: #fff;
  background-image: url('../images/icons8-email-50_1icons8-email-50.png');
  background-size: auto 65%;
  border-bottom-style: none;
  transition-property: all;
  transition-duration: .3s;
}

.social-link-2.email-2.hide-for-now {
  display: none;
}

.version {
  opacity: .7;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  inset: -31px auto auto -53px;
  transform: rotate(-31deg);
}

.socials-container-sidebar {
  z-index: 2147483647;
  flex-direction: column;
  align-items: center;
  margin-top: 20vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.socials-container-sidebar.copy-this {
  flex-flow: row;
  margin-top: 0;
  position: relative;
}

.custom_map-map_block {
  position: relative;
}

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

.map_pointer {
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 5%;
  height: 10.5%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px #000;
}

.map_pointer:hover {
  z-index: 2;
}

.map_pointer._2, .map_pointer.is-2 {
  box-shadow: 0 2px 5px #000;
}

.map_pointer.lms {
  width: 5em;
  height: 5em;
  box-shadow: 0 2px 5px #000;
}

.map_pointer.lms.ttc {
  box-shadow: none;
  width: 20%;
  height: 30%;
  transform: translate(-50%, -50%);
}

.map_pointer.lms.ttc.others {
  width: 5em;
}

.map_pointer.lms.tdg {
  box-shadow: none;
  width: 8%;
  height: 40%;
}

.map_item-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 10vw;
  display: block;
  position: static;
}

.page_components {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 32rem;
  display: none;
  position: relative;
}

.custom_map-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  display: block;
}

.map_popup {
  z-index: 5;
  opacity: 1;
  width: 15vw;
  transition: all .2s;
  position: absolute;
  inset: auto auto 100% -5vw;
  transform: translate(.5rem, -.5rem);
}

.map_popup.lms {
  left: 0;
}

.section-custom_map {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

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

.margin-bottom.margin-small {
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.map_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.map_link {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.map_link.is-bg_ring {
  z-index: -1;
  opacity: 0;
  border: 1px solid #fff;
}

.map_link.is-a_link {
  width: 15%;
  height: 15%;
}

.map_link.is-svg {
  z-index: 1;
  width: 18vw;
  height: auto;
}

.custom_map-image {
  cursor: pointer;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: auto;
}

.custom_map-image.gal {
  width: 50%;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.map_item-collection {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  display: none;
}

.map_item {
  z-index: 2;
  color: #0e1231;
  background-color: #fff;
  border: 1px #00000080;
  position: static;
  box-shadow: 0 2px 20px 5px #0000004d;
}

.container-large {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  position: relative;
}

.container-large:hover {
  transform: none;
}

.container-large.is-hide {
  display: none;
}

.map_item-address {
  margin-bottom: 1rem;
  display: none;
}

.page-wrapper-5 {
  margin-top: 50px;
}

.page-wrapper-5.assets {
  margin-top: 0;
}

.custom_map-col_map {
  position: relative;
}

.map_item-link {
  color: #2151e1;
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  display: none;
}

.map_item-link:hover {
  color: #0f132f;
  text-decoration: underline;
}

.map_item-link.is-hide {
  display: none;
}

.map_item-title {
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.map_item-row {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.map-item-title {
  margin-bottom: 1rem;
  display: block;
}

.div-block-216 {
  display: block;
}

.tabs-menu-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.tabs-content-4 {
  cursor: pointer;
  margin-top: 0;
  transition: all .25s;
  overflow: visible;
}

.map-tab {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
}

.map-tab.w--current {
  background-color: var(--crimson);
  color: #fff;
  border-style: solid;
}

.text-block-113 {
  font-size: 16px;
  font-weight: 400;
}

.map-tab-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.map_pointer_2 {
  z-index: 1;
  box-shadow: none;
  border-radius: 50%;
  width: 5%;
  height: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.map_pointer_2:hover {
  z-index: 2;
}

.map_pointer_2._2, .map_pointer_2.is-2 {
  box-shadow: 0 2px 5px #000;
}

.map_pointer_2.ad {
  box-shadow: none;
  width: 7%;
  height: 20%;
}

.div-block-217 {
  align-self: auto;
}

.tabs-6 {
  cursor: pointer;
}

.text-block-114, .code-embed-4 {
  display: none;
}

.text-block-115 {
  letter-spacing: -.5px;
  border: 1px solid #333;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.div-block-218 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.div-block-219 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.div-block-220 {
  align-self: auto;
}

.map-tab-2 {
  background-color: #fff;
  border: 1px solid #000;
  padding: 5px 10px;
}

.map-tab-2.w--current {
  color: #fff;
  background-color: #db3c4b;
  border-style: solid;
}

.page-wrapper-6 {
  margin-top: 200px;
}

.map_pointer_2-2 {
  z-index: 1;
  box-shadow: none;
  border-radius: 50%;
  width: 5%;
  height: 25%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-50%, -50%);
}

.map_pointer_2-2:hover {
  z-index: 2;
}

.div-block-221 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: none;
}

.tabs-7 {
  cursor: pointer;
}

.tabs-menu-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
  display: flex;
}

.tabs-content-5 {
  cursor: pointer;
  margin-top: 0;
  transition: all .25s;
  overflow: visible;
}

.text-block-117 {
  letter-spacing: -.5px;
  border: 1px solid #333;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding: 5px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.heading-53 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.heading-53.black {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 10px;
  font-family: sofia-pro, sans-serif;
}

.div-block-222 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.section-breadcrumbs {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

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

.link-20 {
  z-index: 15;
  color: var(--crimson);
  margin-left: 5%;
  font-size: 24px;
  position: absolute;
  top: 31%;
}

.c-map-image {
  z-index: 1;
  position: relative;
}

.c-map-dot {
  z-index: 20;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map-dot.is-hide {
  display: none;
}

.c-map-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.c-map-fill {
  z-index: -1;
  background-color: var(--crimson);
  border-radius: 50%;
  width: 2em;
  min-width: 2em;
  height: 2em;
  min-height: 2em;
  position: relative;
}

.popup-container {
  background-color: #fff0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 2em;
  text-decoration: none;
}

.image-76 {
  width: 15vw;
}

.asset-image {
  width: 25vw;
  height: 20vh;
  margin-bottom: 1em;
}

.asset-title {
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.collection-wrap {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.collection-list-43 {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.code-embed-5 {
  width: 100%;
  height: 100%;
}

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

.section-alq-dominance {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.collection-list-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-39, .collection-list-wrapper-40 {
  display: none;
}

.temp-gal {
  display: flex;
}

.gal-left {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.gal-left.main {
  justify-content: center;
  align-items: center;
}

.text-block-118 {
  text-align: center;
  letter-spacing: 2px;
  max-width: 26ch;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.text-block-118._2 {
  letter-spacing: 0;
  max-width: none;
  font-size: 16px;
  font-weight: 300;
}

.image-78 {
  width: 50%;
  margin-bottom: 50px;
}

.image-78._2 {
  width: 15%;
  margin-bottom: 20px;
}

.image-78._2._3 {
  width: 10%;
}

.image-78._2._3.z {
  width: 15%;
}

.image-78._2.bag {
  width: 7%;
}

.section-al-maryah {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-223 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  display: flex;
}

.div-block-224 {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-gal-brands {
  max-width: 1400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.gal-right {
  width: 50%;
}

.text-block-119 {
  letter-spacing: 3px;
  max-width: 30ch;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.text-block-120 {
  max-width: 46ch;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

.brands-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.image-79 {
  width: 50%;
}

.heading-54 {
  display: none;
}

.share-wrapper-2 {
  z-index: 10;
  flex-flow: row;
  width: auto;
  min-width: 35px;
  height: auto;
  display: block;
  position: fixed;
  top: 40px;
  right: -42px;
  overflow: hidden;
}

.contact-section-3 {
  background-image: url('../images/bg.jpg');
  background-size: auto;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.personal-image-2 {
  box-shadow: none;
  border-radius: 20px;
  width: 35%;
  max-width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 1.2vw;
}

.navbar-7 {
  background-color: #ddd0;
  width: 200px;
  max-width: 80%;
  height: 40px;
  display: none;
  position: fixed;
  top: 40px;
  left: 40px;
}

.social-list-item {
  width: 35px;
  height: 35px;
  margin-left: 5px;
  display: inline-block;
  position: static;
}

.resume-list-text-2 {
  color: #fff;
  text-decoration: none;
}

.div-block-225 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-226 {
  border-top: .4px solid #ffffff80;
  border-bottom: .4px solid #ffffff80;
  width: 200px;
  height: 40px;
  margin-top: 25px;
  position: relative;
}

.form-6 {
  color: #fff;
}

.div-block-227 {
  z-index: 100;
  color: #ffb909;
  background-color: #0000;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.resume-section-2 {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.link-21 {
  color: #fff;
}

.subtext-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.subtext-2.is-hide {
  display: none;
}

.text-block-121 {
  background-image: url('../images/technology_1technology.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.arrow-top {
  background-image: url('../images/arrow-down.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 20px;
  height: 35px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-top.is-hide, .heading-57 {
  display: none;
}

.home-section {
  background-image: linear-gradient(358deg, #000, #0000 51%), linear-gradient(#000, #0000 54%), url('../images/shutterstock_2055980339-copy.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-16 {
  width: 80%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container-16.on-home {
  margin-top: -10%;
  top: 55%;
  transform: translate(0, -50%);
}

.link-22 {
  color: #fff;
}

.home-name-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-family: sofia-pro, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: relative;
}

.social-list {
  display: inline-block;
  position: relative;
  transform: translate(100%);
}

.details-text {
  margin-bottom: 35px;
  padding-left: 30px;
}

.details-text.mail {
  background-image: url('../images/interface-copy_1interface copy.png');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.details-text.mail.is-hide {
  display: none;
}

.details-text.tel {
  background-image: url('../images/tel_1tel.png');
  background-repeat: no-repeat;
  background-size: 20px;
}

.details-text.marker {
  color: #fff;
  background-image: url('../images/map_1map.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
}

.details-text.marker.is-hide {
  display: none;
}

.text-fild {
  color: #fff;
  letter-spacing: 3px;
  -webkit-text-fill-color: inherit;
  background-color: #0000004d;
  background-clip: border-box;
  border-style: none;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .25s;
  position: relative;
  box-shadow: inset 0 0 2px 2px #00000008;
}

.text-fild:active, .text-fild:focus {
  background-color: #f39c1233;
}

.link-block-47 {
  background-image: url('../images/BackLite-Logo-White.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: relative;
  top: 11px;
  left: 9px;
}

.button-7 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .25s, color .25s;
  display: inline-block;
  position: relative;
}

.button-7:hover {
  color: #e67e22;
  background-color: #fff;
}

.button-7.form-button {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-61 {
  display: none;
}

.share-wrapper-3 {
  z-index: 10;
  width: auto;
  min-width: 35px;
  height: auto;
  position: fixed;
  top: 40px;
  right: -42px;
  overflow: hidden;
}

.contact-section-4 {
  color: #fff;
  background-image: linear-gradient(#000, green);
  background-position: 0 0;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.contact-section-4.backlite {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
}

.contact-section-4.cus {
  background-image: linear-gradient(#da291c, #da291c), url('../images/bg.jpg'), linear-gradient(#000, green);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
}

.heading-62 {
  color: var(--white);
}

.resume-list-text-3 {
  color: #fff;
  text-decoration: none;
}

.div-block-228 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-229 {
  border-top: .4px solid #ffffff80;
  border-bottom: .4px solid #ffffff80;
  width: 200px;
  height: 40px;
  margin-top: 25px;
  position: relative;
}

.form-7 {
  color: #fff;
}

.div-block-230 {
  z-index: 100;
  color: #ffb909;
  background-color: #0000;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.resume-section-3 {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.link-23, .heading-63 {
  color: #fff;
}

.text-block-122 {
  color: #fff;
  background-image: url('../images/technology_1technology.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.heading-64 {
  display: none;
}

.heading-65 {
  color: #fff;
  text-align: center;
}

.home-section-3 {
  background-image: linear-gradient(358deg, #000, #0000 51%), linear-gradient(#000, #0000 54%), url('../images/shutterstock_2055980339-copy.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0, 50%, 0 0;
  background-size: auto, auto, cover, auto;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.heading-66 {
  color: #fff;
  text-align: center;
}

.link-24, .heading-67 {
  color: #fff;
}

.link-block-48 {
  background-image: url('../images/BackLite-Logo-White.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: relative;
  top: 11px;
  left: 9px;
}

.button-8 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .25s, color .25s;
  display: inline-block;
  position: relative;
}

.button-8:hover {
  color: #e67e22;
  background-color: #fff;
}

.button-8.form-button {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-68 {
  display: none;
}

.share-wrapper-4 {
  z-index: 10;
  width: auto;
  min-width: 35px;
  height: auto;
  position: fixed;
  top: 40px;
  right: -42px;
  overflow: hidden;
}

.resume-list-text-4 {
  color: #fff;
  text-decoration: none;
}

.resume-list-text-4.is-hide {
  display: none;
}

.div-block-231 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-232 {
  border-top: .4px solid #ffffff80;
  border-bottom: .4px solid #ffffff80;
  width: 200px;
  height: 40px;
  margin-top: 0;
  position: relative;
}

.form-8 {
  color: #fff;
}

.div-block-233 {
  z-index: 100;
  color: #ffb909;
  background-color: #0000;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.resume-section-4 {
  color: #000;
  background-color: #000;
  background-image: linear-gradient(#0000, #0000);
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.link-25 {
  color: #fff;
}

.text-block-123 {
  background-image: url('../images/technology_1technology.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 19px;
  margin-bottom: 35px;
  padding-left: 30px;
}

.text-block-123.is-hide, .heading-71 {
  display: none;
}

.heading-72 {
  color: #fff;
  text-align: center;
}

.home-section-4 {
  background-image: linear-gradient(358deg, #000, #0000 51%), linear-gradient(#000, #0000 54%), url('../images/greyscale-green.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.home-section-4.cus {
  background-image: url('../images/4940019.jpg'), linear-gradient(0deg, #000, #0000 13%), linear-gradient(#000, #0000 40%), url('../images/shutterstock_2055980339-copy.jpg'), url('../images/greyscale-green.jpg');
  background-position: 50%, 0 0, 0 0, 50%, 50%;
  background-repeat: no-repeat, repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, auto, auto, cover;
}

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

.link-26 {
  color: #fff;
}

.link-block-49 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 1;
  display: block;
  position: static;
  top: 11px;
  left: 9px;
}

.button-9 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #fff;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .25s, color .25s;
  display: inline-block;
  position: relative;
}

.button-9:hover {
  color: #e67e22;
  background-color: #fff;
}

.button-9.form-button {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-80 {
  width: 12%;
  margin-top: 60px;
  margin-left: 60px;
}

.image-81 {
  width: 8%;
  margin-right: 10px;
}

.link-block-50 {
  color: #fff;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-124 {
  color: #fff;
  font-weight: 300;
}

.link-27 {
  color: #fff;
  font-weight: 500;
}

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

.is-hide {
  display: none;
}

.columns-3 {
  align-self: flex-start;
}

.bold-text-2 {
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 10px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.bold-text-2.cus {
  color: #000;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.div-block-234 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.div-block-234.is-hide {
  display: none;
}

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

.heading-75 {
  font-size: 28px;
}

.heading-76 {
  font-size: 20px;
}

.heading-77 {
  font-size: 16px;
}

.heading-78 {
  font-size: 28px;
}

.heading-79 {
  font-size: 20px;
}

.heading-80 {
  font-size: 16px;
}

.heading-81, .heading-82, .heading-83, .heading-84, .heading-85, .heading-86 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 14px;
  }

  a {
    letter-spacing: 1px;
    background-color: #fff0;
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
  }

  .button.newsletter-btn {
    width: 40%;
  }

  .button.spotlite-post-hero.spotlite-hero-btn.new-home {
    padding: .5em 1em;
    font-size: .8em;
  }

  .button.spotlite-post-hero.fc-button {
    width: 110px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    line-height: 1;
  }

  .locations.container.home-page {
    padding: 15px 30px;
  }

  .text-block-9 {
    display: block;
  }

  .form {
    width: 100%;
  }

  .text-block-10 {
    display: block;
  }

  .sustainabikity-cta.container {
    height: 20vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sustainability-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template: "."
    / 32% 32% 32%;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .grid-left {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-right {
    justify-content: center;
    align-self: auto;
    width: auto;
    display: flex;
  }

  .text-block-12 {
    letter-spacing: 2px;
    max-width: none;
    font-size: .7em;
    font-weight: 400;
    line-height: 1;
  }

  .suatainability-btn {
    justify-content: flex-end;
    padding: 10px;
    font-size: .7em;
    font-weight: 700;
    display: block;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer-link-three.mid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer {
    padding: 30px;
  }

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

  .footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .post-title {
    font-size: 1em;
  }

  .collection-items {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .collection-overlay {
    height: 100%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .form-text-input, .form-text-input.sticky {
    width: 60%;
  }

  .collection-list-videos {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .collection-item-videos.main {
    height: 55vw;
  }

  .videos-section-container {
    display: block;
  }

  .contact-form-component {
    display: none;
  }

  .form-right {
    padding: 30px;
  }

  .contact-section {
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow.left {
    position: absolute;
    bottom: 0;
  }

  .arrow.right {
    position: absolute;
    top: 0;
    bottom: auto;
  }

  .locations-slider-main {
    height: 50vh;
  }

  .post-main-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-container {
    flex-flow: column;
  }

  .container-left {
    width: 100%;
  }

  .container-right {
    border-width: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
  }

  .spotlite-post-text, .post-date-spotlite, .post-author-spotlite, .text-block-26 {
    font-size: 10px;
  }

  .author-bio-container {
    border-top-color: #0003;
    border-bottom-color: #0003;
  }

  .pro-pic {
    width: 12.5em;
    height: 12.5em;
  }

  .sticky-container {
    width: 100%;
  }

  .sticky-container.is-tab {
    margin-bottom: 20px;
    display: block;
    position: static;
  }

  .sticky-container.spot {
    position: static;
  }

  .subscribe-box, .featured-container {
    width: 100%;
  }

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

  .collection-list-9 {
    grid-template-columns: 24% 24% 24% 24%;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, #131313bf, #0000);
    display: block;
  }

  .second-slider-container, .c-funtext {
    display: none;
  }

  .c-main-slide-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .c-slide-btn-loading {
    display: none;
  }

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.mobile, .main-slider.desktop {
    display: none;
  }

  .main-slider-1 {
    height: 100vh;
  }

  .main-slider-1.mobile, .main-slider-1.desktop {
    display: block;
  }

  .left-form {
    padding: 30px;
  }

  .link-content {
    margin-left: .25em;
    margin-right: .25em;
    padding: .5em 1em;
  }

  .tab-link, .tab-link.w--current {
    font-size: .7em;
    line-height: 1;
  }

  .cta-other-location {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-media-wrapper {
    margin-bottom: 0;
  }

  .social-media-wrapper.small {
    display: none;
  }

  .nav__social-link {
    opacity: 1;
  }

  .nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .scroll-indication-wrapper {
    top: 5vh;
  }

  .image-26 {
    height: 100%;
  }

  .container-5 {
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .grid-photos {
    display: none;
  }

  .grid-card {
    color: #fff;
    flex-wrap: wrap;
  }

  .grid-number {
    font-size: 16px;
  }

  .grid-title {
    font-size: 5em;
  }

  .grid1-img {
    object-fit: cover;
    width: 100%;
    height: 40vw;
    margin-top: 4.9em;
    display: block;
  }

  .individual-assets-section {
    margin-bottom: 30px;
  }

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

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

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

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

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

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

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

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navmenu__dropdown-right {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .navmenu__cta-wrapper {
    margin-top: auto;
    padding: 20px;
  }

  .navmenu__cta-wrapper.cc-mobile {
    z-index: 1;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: relative;
  }

  .navmenu__dropdown-banner-link {
    border: 1px solid #e4e4e4;
  }

  .navmenu__button {
    z-index: 1;
    cursor: pointer;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: -20px;
    padding: 22px 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

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

  .link-list__dropdown-wrapper {
    background-color: #fff;
    flex-direction: column;
    flex: 1;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .nav-menu__cta-button {
    flex: 1;
    justify-content: center;
  }

  .link-list__dropdown-toggle {
    z-index: 1;
    background-color: #fff;
    flex: 1;
    justify-content: space-between;
    width: 100%;
  }

  .link-list__dropdown-toggle:hover, .link-list__dropdown-toggle.w--open {
    box-shadow: none;
  }

  .navbar__container {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    position: relative;
  }

  .navmenu__link-list {
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
    flex: 1;
    overflow: auto;
  }

  .navmenu__dropdown-section {
    margin-bottom: 32px;
  }

  .navbar__mobile-overlay {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .navbar__navmenu-mobile {
    align-items: center;
    display: flex;
  }

  .navmenu__dropdown-container {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
  }

  .navmenu__dropdown-container.cc-mobile {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    z-index: 1;
    width: 8em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 0;
  }

  .link-list__link {
    flex: 1;
  }

  .link-list__link:hover {
    box-shadow: none;
  }

  .button-4 {
    flex: 1;
    justify-content: center;
  }

  .button-4.cc-navbar.cc-secondary {
    margin-right: 12px;
  }

  .navmenu__dropdown-left {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .navmenu__dropdown-block {
    border: 1px solid #e4e4e4;
    padding-left: 32px;
    padding-right: 32px;
  }

  .link-list__list-item {
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .link-list__list-item.cc-first {
    z-index: 2;
  }

  .navbar__wrapper {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navmenu__flex-container {
    background-color: #fff;
    flex-direction: column;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
  }

  .navmenu__dropdown {
    position: relative;
    top: 0%;
    overflow: hidden;
  }

  .navmenu__dropdown.w--open {
    border-top-style: none;
    border-bottom-style: none;
    max-height: none;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    overflow: visible;
  }

  .navbar__navmenu {
    z-index: 0;
    border-bottom: 1px solid #e4e4e4;
    align-items: stretch;
    height: 100vh;
    margin-left: 0;
    transition-property: none;
    position: absolute;
    inset: 100% 0% 0%;
    overflow: hidden;
    transform: translate(0);
  }

  .social-media-wrapper-copy {
    margin-bottom: 6em;
    display: none;
  }

  .social-media-mobile {
    margin-bottom: 6em;
    display: flex;
  }

  .h_spotlite_section {
    height: auto;
    margin: 0 auto;
    padding: 30px;
  }

  .div-block-17 {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .image-30 {
    display: none;
  }

  .div-block-18 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-19 {
    height: 50vh;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-2.white.light {
    font-size: 1em;
  }

  .heading-2.white.light.link-decor {
    font-size: 21px;
  }

  .heading-2.ec-title {
    font-size: 27px;
  }

  .heading-2.u-hover {
    font-size: 31px;
  }

  .heading-3 {
    letter-spacing: 3px;
  }

  .heading-3.fc-hover {
    font-size: 10px;
  }

  .heading-3.text-decor {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .navbar-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .left {
    width: 100%;
  }

  .div-block-21 {
    width: 100%;
    height: 33.33vh;
    min-height: 0;
  }

  .collection-item-21 {
    width: 100%;
  }

  .heading-4, .heading-5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }

  .heading-5.white {
    width: 60vw;
  }

  .collection-list-17 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-7 {
    font-size: .6em;
    font-weight: 700;
  }

  .div-block-28 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-10 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 0;
    display: block;
  }

  .section-7 {
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper-13 {
    display: none;
  }

  .collection-list-20 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .collection-item-26 {
    height: 25vh;
  }

  .div-block-43, .div-block-44 {
    height: 100%;
  }

  .div-block-47 {
    flex-direction: row;
    display: block;
  }

  .div-block-49 {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 3.5fr;
    display: flex;
  }

  .collection-list-22 {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-27.small {
    width: 100%;
  }

  .div-block-50 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: .5em;
  }

  .heading-10 {
    font-size: 16px;
  }

  .div-block-51 {
    height: 90vh;
  }

  .div-block-52 {
    min-height: 100%;
    padding: 70px 30px 30px;
  }

  .text-block-60 {
    font-size: .9em;
  }

  .text-block-61 {
    font-size: 1.5em;
  }

  .text-block-63, .text-block-64 {
    font-size: .9em;
    line-height: 1;
  }

  .home-videos-sec {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 30px 30px;
  }

  .home-videos-sec.home {
    padding-bottom: 30px;
  }

  .html-embed-6 {
    height: 25em;
  }

  .text-block-68 {
    font-size: 1.3em;
  }

  .text-block-69, .link-3, .underline, .underline.msg {
    font-size: .9em;
    line-height: 1;
  }

  .field-label {
    font-size: .9em;
    font-weight: 700;
    line-height: 1;
  }

  .field-label-2, .field-label-3, .field-label-4 {
    font-size: .9em;
    line-height: 1;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon3_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .menu-icon3_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_menu-background {
    z-index: 0;
    background-color: #00000080;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .menu-icon3_line-top {
    background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu {
    z-index: 1;
    background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    height: 100dvh;
    margin-left: 0;
    padding-bottom: 6.5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    transition: height .5s;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: auto;
  }

  .gold-campaign, .home-city-name {
    font-size: .6em;
  }

  .collection-list-wrapper-13-copy {
    min-height: auto;
    display: block;
  }

  .collection-list-20-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-26-copy {
    background-position: 50%;
    height: 25vh;
  }

  .div-block-44-copy {
    height: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-block-3 {
    margin-top: 25px;
  }

  .image-30-small {
    height: auto;
    display: block;
  }

  .menu-button-4 {
    padding: 10px;
    position: static;
  }

  .field-label-5 {
    font-size: .9em;
    line-height: 1;
  }

  .hero-section-about {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-about-container {
    height: 70vh;
    padding-left: 0;
    padding-right: 0;
  }

  .about-bottom {
    min-height: 20vh;
  }

  .paragraph-3 {
    width: auto;
  }

  .heading-13 {
    width: 60vw;
  }

  .about-section-2 {
    background-position: 30%;
    background-size: cover;
    background-attachment: fixed;
    height: 50vh;
    padding: 30px;
  }

  .div-block-64 {
    height: auto;
  }

  .div-block-65 {
    width: 50%;
  }

  .paragraph-4 {
    letter-spacing: 1px;
  }

  .paragraph-4._2.tab.partners {
    font-size: 14px;
    line-height: 18px;
  }

  .about-section-3 {
    margin-top: 30px;
    padding: 30px;
  }

  .div-block-66 {
    height: 100%;
  }

  .div-block-69.team-section {
    margin-bottom: 30px;
  }

  .section-team {
    margin-top: 0;
    padding: 30px 30px 0;
  }

  .div-block-70.partners {
    margin-bottom: 50px;
    padding-bottom: 0;
  }

  .div-block-71 {
    width: 60vw;
  }

  .div-block-71.partners {
    width: 60vw;
    font-size: 1px;
  }

  .section-8 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .splide__slide {
    height: 30vh;
  }

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

  .splide {
    margin-bottom: -145px;
  }

  .section-9 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .tabs-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    bottom: 60px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    margin-right: 0;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-73 {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .brands-scroll {
    height: 18vw;
  }

  .spotlite-component {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .partners-section {
    padding: 30px;
  }

  .collection-list-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 32% 32% 32%;
    justify-content: space-between;
  }

  .div-block-78 {
    height: 25vh;
  }

  .heading-20 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-5, .paragraph-5.author {
    font-size: 10px;
  }

  .sportlite-archive-hero {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-26 {
    font-size: 24px;
  }

  .spotlite-archive-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-filters {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .left-filters.is-hide {
    background-color: #fff;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
  }

  .left-filters.is-tab {
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    width: 100%;
    display: none;
    position: static;
  }

  .data-side {
    width: 100%;
  }

  .collection-list-26 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 32% 32% 32%;
  }

  .div-block-82 {
    height: 20vw;
  }

  .form-4 {
    flex-flow: column;
    margin-top: 0;
    position: relative;
  }

  .heading-30 {
    font-size: .9em;
  }

  .div-block-83 {
    width: 85%;
    margin-bottom: 0;
  }

  .div-block-81-copy {
    padding: 30px;
  }

  .div-block-87 {
    width: 100%;
  }

  .collection-list-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 30px;
    display: grid;
  }

  .collection-list-wrapper-22 {
    width: 100%;
  }

  .nav-menu-4 {
    flex: 0 auto;
    align-self: auto;
    min-width: 100%;
    margin-top: 0;
    display: block;
    position: relative;
    top: 60px;
  }

  .nav-link-wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    overflow: hidden;
  }

  .navbar-5 {
    position: fixed;
  }

  .nav-link-5 {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .nav-link-5.w--open {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navbar-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 5em;
    padding-left: 0;
    display: flex;
  }

  .menu-button-5 {
    width: 60px;
    height: 60px;
    padding: 12px 9px;
    font-size: 40px;
    inset: 0% 0% auto auto;
  }

  .menu-button-5.w--open {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 12px 9px;
    font-size: 40px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .icon-6 {
    filter: invert();
    mix-blend-mode: normal;
    background-color: #fff0;
    align-self: auto;
  }

  .dropdown-list-2 {
    height: auto;
    display: none;
  }

  .dropdown-list-2.w--open {
    width: 100vw;
    height: auto;
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 30px;
    display: block;
    position: relative;
    top: 10px;
    left: -30px;
  }

  .nav-search {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
  }

  .brand-3 {
    align-items: center;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    display: flex;
    position: absolute;
  }

  .nav-dropdown-3 {
    flex: 1;
    position: relative;
  }

  .dropdown-link-2 {
    margin-left: 0;
  }

  .dropdown-item-wrapper {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mega-menu {
    position: sticky;
  }

  .locations-hero-section, .about-location {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-92 {
    height: 100%;
  }

  .div-block-94 {
    width: 100%;
  }

  .heading-34.black {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-34.black.small {
    font-size: 16px;
  }

  .collection-list-wrapper-26 {
    width: 100%;
    height: auto;
  }

  .collection-list-wrapper-27 {
    flex-direction: row;
    display: none;
  }

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

  .section-title {
    margin-top: 0;
    margin-left: 0%;
  }

  .prev_next {
    width: 40vw;
    top: 10%;
  }

  .prev {
    margin-right: 0;
    right: 15vh;
  }

  .next {
    inset: 0% 0% 0% auto;
  }

  .link-block-13 {
    height: 25vh;
  }

  .maps-section {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-pane-tab-1-3 {
    height: 70vh;
  }

  .tabs-menu-4-copy {
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tab-pane-tab-2 {
    height: 70vh;
  }

  .toggle-wrapper {
    align-self: center;
    padding: 3px;
  }

  .toggle-button {
    width: 18px;
    height: 18px;
  }

  .div-block-102 {
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 3.75%;
    left: 36%;
  }

  .div-block-105 {
    padding: 30px;
  }

  .div-block-105.silver {
    justify-content: space-around;
    align-items: flex-end;
  }

  .data-section {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .data-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 45%;
  }

  .data-right {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 55%;
    height: 100%;
  }

  .heading-38 {
    font-size: 11px;
  }

  .text-block-84 {
    font-size: 38px;
  }

  .paragraph-15 {
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 300;
  }

  .map-section, .recent {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-108 {
    min-height: 25vw;
  }

  .recent-campaigns-collection {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .specs-section {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-109 {
    width: 10%;
  }

  .div-block-110 {
    width: 35%;
  }

  .heading-41 {
    font-size: 12px;
  }

  .div-block-112 {
    height: auto;
    margin-bottom: 1em;
  }

  .heading-40-copy {
    font-size: 14px;
  }

  .asset-about-section {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .featured-campaigns {
    margin: 0 auto 0;
    padding: 30px;
  }

  .gallery-sec {
    margin-top: 2em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0;
    padding-right: 0;
  }

  .backlite-26-hero {
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .b26-section-1 {
    padding: 30px;
  }

  .b26-section-2, .b26-section-3, .b26-section-4 {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-45 {
    font-size: 1.1em;
  }

  .div-block-123 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-20, .link-block-21 {
    display: block;
  }

  .collection-list-wrapper-29 {
    display: none;
  }

  .div-block-124 {
    height: 50vw;
  }

  .link-6.show {
    align-self: center;
  }

  .category-articles {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .link-block-25 {
    max-width: 700px;
  }

  .collection-list-33 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-31 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-126 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-50 {
    max-width: 75%;
  }

  .section-products {
    padding-left: 30px;
    padding-right: 30px;
  }

  .asset-sub-hero {
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-129 {
    height: 25vh;
  }

  .div-block-132 {
    bottom: 200px;
  }

  .image-51 {
    background-image: none;
    height: 25vh;
  }

  .collection-list-wrapper-13-copy {
    display: block;
  }

  .collection-list-20-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .collection-item-26-copy {
    height: 25vh;
  }

  .image-45-copy {
    bottom: 50%;
    left: 5%;
  }

  .div-block-43-copy, .div-block-44-copy {
    height: 100%;
  }

  .title.black {
    margin-bottom: 30px;
  }

  .collection-list-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .collection-list-35.partner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-list-35.association {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collection-item-38 {
    width: 100px;
    height: 10vw;
    margin: 0 10px;
    padding-left: 0;
    display: inline-block;
  }

  .collection-wrapper.partners {
    position: static;
  }

  .div-block-133 {
    bottom: -30%;
  }

  .heading-47 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-88 {
    font-size: 12px;
  }

  .tab-link-team, .tab-link-team.w--current {
    margin-right: 0;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .image-52 {
    display: none;
  }

  .div-block-134 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    place-content: space-between center;
    align-items: stretch;
    padding-top: 4.9em;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-135 {
    height: auto;
    margin-top: 5vh;
  }

  .close-btn {
    top: 95px;
  }

  .div-block-139 {
    width: 100%;
    height: 60vh;
  }

  .link-10, .link-11 {
    background-color: #fff0;
  }

  .is-large.hide {
    display: none;
  }

  .paragraph-17, .paragraph-18 {
    line-height: 1;
  }

  .text-block-90 {
    margin-bottom: 0;
  }

  .dropdown-item-wrapper-2 {
    grid-row-gap: 35px;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    justify-items: start;
    width: auto;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow_pcm {
    width: 40vw;
    top: 10%;
  }

  .loc-pro-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

  .splide__slide_product {
    height: 30vh;
  }

  .div-block-149 {
    padding: 0 0 20px;
  }

  .div-block-150 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
  }

  .div-block-151 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: static;
    top: 0;
  }

  .text-block-92 {
    color: var(--crimson);
    position: static;
    top: 0;
  }

  .div-block-152 {
    z-index: 1;
    background-color: #fff;
    justify-content: flex-end;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: sticky;
    top: 88px;
  }

  .filters {
    z-index: 1;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px 10px 0;
    display: flex;
    position: static;
    top: 0;
  }

  .image-60 {
    color: #fff;
    margin-right: 10px;
  }

  .div-block-153 {
    cursor: pointer;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
    margin-bottom: 1em;
    display: flex;
  }

  .left-filters-copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .left-filters-copy.is-hide {
    display: none;
  }

  .left-filters-copy.is-tab {
    z-index: 1;
    opacity: 1;
    background-color: #fff;
    width: 100%;
    padding-bottom: 0;
    display: block;
    position: sticky;
    top: 4.9em;
  }

  .text-field-4 {
    margin-bottom: 0;
  }

  .collection-list-wrapper-34 {
    flex-flow: column;
    width: 100%;
    display: block;
  }

  .collection-list-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 49% 49%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .div-block-156 {
    top: 4.9em;
  }

  .div-block-157 {
    margin-top: 10px;
  }

  .section-gallery {
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-158 {
    height: 30vw;
  }

  .fs_modal-2_image {
    max-height: 30vh;
    display: none;
  }

  .fs_modal-2_wrapper {
    grid-template-columns: 1fr;
  }

  .modal-img {
    max-height: 30vh;
    display: none;
  }

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

  .gallery-filters {
    top: 5em;
  }

  .collection-list-40 {
    grid-template-columns: 1fr 1fr;
  }

  .fs_modal-1_content {
    padding: 30px;
  }

  .fs_modal-1_image {
    max-height: none;
    display: block;
  }

  .fs_modal-1_wrapper {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .breadcrumbs-container {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    bottom: -30px;
  }

  .div-block-162 {
    width: 300px;
    height: 300px;
    margin-left: 30px;
  }

  .image-63 {
    width: 25px;
    height: 25px;
  }

  .image-63._1 {
    width: 30px;
    height: 30px;
  }

  .gptw.small {
    display: none;
  }

  .asset-info, .div-block-169 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .br {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .breadcrumbs-wrapper {
    margin-top: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .breadcrumbs-wrapper.landscape {
    margin-top: -10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .products-section {
    padding: 15px 30px;
  }

  .collection-list-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-37 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 100%;
    background-size: cover;
    width: 100%;
    height: 25vh;
  }

  .heading-48 {
    font-size: 24px;
  }

  .collection-list-41-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-37-copy {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 25vh;
  }

  .div-block-174 {
    height: 100%;
  }

  .grid-certs {
    height: 35vh;
  }

  .image-67 {
    height: 12em;
  }

  .text-block-104 {
    font-size: 14px;
    font-weight: 300;
    box-shadow: 5px 5px 20px 5px #0003;
  }

  .light-box {
    box-shadow: 5px 5px 20px 5px #0003;
  }

  .div-block-178 {
    width: 80%;
  }

  .container-15.on-home {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

  .share-wrapper-2 {
    height: auto;
    margin-top: 1em;
  }

  .masonry-folio {
    column-count: 2;
  }

  .social-link.whatsapp {
    width: 35px;
    height: 35px;
  }

  .social-link.twitter {
    background-size: 20px 20px;
    width: 35px;
    height: 35px;
  }

  .social-link.info {
    background-size: 20px 20px;
  }

  .social-link.facebook {
    width: 35px;
    height: 35px;
  }

  .social-link.twitter {
    background-size: 15px;
  }

  .lottie-animation {
    margin-right: 0;
  }

  .lottie-animation.loading {
    height: 8vh;
  }

  .div-block-179 {
    width: 12em;
  }

  .subtext {
    font-size: 9px;
    line-height: 1;
  }

  .subtext._2-copy {
    margin-bottom: 10px;
  }

  .text-block-4 {
    width: 65%;
    font-size: 1em;
  }

  .personal-image {
    width: 140px;
  }

  .div-block-182 {
    padding-top: 2em;
  }

  .div-block-183 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
  }

  .contact-section-2 {
    padding-top: 0;
  }

  .text-block-2 {
    line-height: 1;
  }

  .pre-loader {
    display: none;
  }

  .div-block-184 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1em 1em 0;
  }

  .link-block-41 {
    width: 100%;
  }

  .heading-50 {
    font-size: 23px;
    line-height: 1;
  }

  .div-block-187 {
    width: 70%;
  }

  .html-embed-13 {
    height: 19em;
  }

  .home-name {
    font-size: 22px;
    line-height: 36px;
  }

  .div-block-188 {
    width: 35%;
  }

  .div-block-188._1 {
    background-color: #eaeaeae6;
    border-radius: 20px;
    width: 100%;
  }

  .text-block-3 {
    font-size: 2.4em;
  }

  .navbar-6 {
    display: none;
  }

  .share-wrapper {
    opacity: 0;
    height: auto;
    margin-top: 1em;
    display: flex;
  }

  .link-13 {
    font-size: 13px;
    line-height: 1;
  }

  .scroll-progress {
    top: 7.7vh;
  }

  .video-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3em;
    padding-right: 3em;
  }

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

  .link-14 {
    font-size: 14px;
  }

  .text-block-105 {
    font-size: 10px;
  }

  .div-block-136-copy {
    height: 7vh;
  }

  .text-block-106, .text-block-88-copy {
    font-size: 12px;
  }

  .text-block-107 {
    font-size: 13px;
  }

  .link-17 {
    letter-spacing: 0;
    font-weight: 400;
  }

  .gradient {
    top: -34%;
  }

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

  .div-block-196 {
    background-color: #fff;
    border: 1px solid #000;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .div-block-197 {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 20px;
    display: block;
  }

  .div-block-198 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-200 {
    height: 100%;
  }

  .cms-wrapper {
    padding-right: 0;
  }

  .item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .map-wrapper {
    width: 50%;
  }

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

  .sort {
    width: 120px;
  }

  .pop-up-wrapper {
    width: 250px;
  }

  ._20x20-icon {
    flex: none;
  }

  .pop-up-content {
    padding: 8px;
  }

  .text-block-111 {
    letter-spacing: 3px;
    padding-top: 10%;
    padding-left: 2%;
    font-size: 4.5em;
    font-weight: 500;
  }

  .social-media-wrapper-copy {
    margin-bottom: 0;
  }

  .social-media-wrapper-copy.small {
    display: none;
  }

  .social-media-wrapper-copy.big-copy {
    margin-top: 30vh;
    display: block;
  }

  .nav__social-link-copy {
    opacity: 1;
  }

  .nav__social-link-copy.connect {
    opacity: .35;
  }

  .nav__social-link-copy.connect:hover, .nav__social-link-copy, .nav__social-link-copy, .nav__social-link-copy, .nav__social-link-copy {
    opacity: 1;
  }

  .div-block-207 {
    margin-top: 0%;
    margin-left: 0%;
    padding-left: 2%;
  }

  .div-block-208 {
    width: 75%;
  }

  .image-71, .image-72, .image-73 {
    width: 25px;
    height: 25px;
  }

  .div-block-209 {
    width: 18vw;
    margin-left: -1%;
  }

  .div-block-210 {
    z-index: 90;
    background-color: #fff;
    position: sticky;
    top: 79px;
  }

  .div-block-210.is-big {
    width: 100%;
  }

  .breadcrumbs-wrapper-mobile {
    margin-top: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .breadcrumbs-wrapper-mobile.landscape {
    margin-top: -10px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .text-block-111-copy {
    letter-spacing: 3px;
    padding-top: 10%;
    padding-left: 2%;
    font-size: 4.5em;
    font-weight: 500;
  }

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

  .social-link-2.twitter-2, .social-link-2.facebook-2, .social-link-2.linkedin-2, .social-link-2.email-2 {
    background-size: auto 55%;
  }

  .map_pointer {
    box-shadow: none;
    width: 5%;
    height: 10.5%;
    transform: translate(-50%, -50%);
  }

  .map_pointer.lms.ttc {
    box-shadow: none;
    width: 17%;
    height: 35%;
  }

  .map_pointer.lms.tdg {
    box-shadow: none;
    width: 8%;
  }

  .map_item-image {
    height: 13vw;
  }

  .page_components {
    display: none;
  }

  .custom_map-component {
    grid-template-columns: 1fr;
  }

  .map_popup {
    width: 20vw;
    display: block;
    left: -10vw;
  }

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

  .map_item-list {
    grid-template-columns: 1fr 1fr;
  }

  .map_link.is-svg {
    display: block;
  }

  .custom_map-image.gal {
    width: 100%;
  }

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

  .map_item-collection {
    display: none;
  }

  .page-wrapper-5 {
    margin-top: 50px;
  }

  .map_item-link {
    letter-spacing: 0;
    margin-bottom: .25rem;
    font-size: 10px;
  }

  .map_item-link.is-hide {
    display: none;
  }

  .map_item-title {
    margin-bottom: .25rem;
    font-size: 12px;
  }

  .map_item-row {
    grid-template-columns: 1fr;
  }

  .tabs-content-4 {
    transition: none;
  }

  .tabs-content-4:hover {
    transform: none;
  }

  .map-tab {
    padding: 2.5px 5px;
  }

  .map-tab-text {
    font-size: 12px;
  }

  .map_pointer_2 {
    box-shadow: none;
    width: 5%;
    height: 25%;
  }

  .map-tab-2 {
    padding: 2.5px 5px;
  }

  .map_pointer_2-2 {
    box-shadow: none;
    width: 5%;
    height: 25%;
  }

  .tabs-content-5 {
    transition: none;
  }

  .tabs-content-5:hover {
    transform: none;
  }

  .heading-53.black {
    font-size: 16px;
    font-weight: 700;
  }

  .section-breadcrumbs {
    margin-left: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-20 {
    margin-left: 2%;
    font-size: 16px;
    top: 35%;
  }

  .section-alq-dominance {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .temp-gal {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .gal-left {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }

  .gal-left.main {
    margin-bottom: 40px;
  }

  .text-block-118 {
    font-size: 14px;
    line-height: 1.2;
  }

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

  .image-78._2 {
    margin-bottom: 15px;
  }

  .section-al-maryah {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-223 {
    height: 30%;
    margin-bottom: 40px;
  }

  .div-block-224 {
    margin-bottom: 0;
  }

  .section-gal-brands {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gal-right {
    width: 100%;
  }

  .text-block-119, .text-block-120 {
    font-size: 14px;
  }

  .personal-image-2 {
    width: 40%;
    top: 1.2vw;
  }

  .home-name-2 {
    letter-spacing: 2px;
    font-size: 28px;
    line-height: 36px;
  }

  .image-80 {
    width: 15%;
    margin-top: 40px;
    margin-left: 40px;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 47px;
    display: block;
  }

  .bold-text-2 {
    width: 50%;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  p, a, li, blockquote {
    font-size: 12px;
  }

  .button.newsletter-btn {
    border-style: none;
    width: 30%;
    height: 30px;
  }

  .locations.container.home-page {
    padding: 20px 10px;
  }

  .location-title {
    font-size: 20px;
  }

  .newsletter-grid._2 {
    align-items: stretch;
  }

  .sustainabikity-cta.container {
    height: 25vh;
  }

  .sustainability-grid {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .grid-left {
    justify-content: center;
  }

  .text-block-12 {
    max-width: 36ch;
  }

  .footer-divider-two {
    margin-top: 1em;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    display: none;
  }

  .footer-copyright.is-big {
    align-self: auto;
    display: flex;
  }

  .footer-wrapper-three {
    align-items: center;
    margin-top: 20px;
  }

  .footer-link-three {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-link-three.w--current, .footer-link-three.mid {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer {
    padding: 20px 10px;
  }

  .footer-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .footer-logo-img.big {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .collection-overlay {
    padding: 20px 10px;
  }

  .gallery-slide-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .form-text-input {
    width: 70%;
    height: 30px;
  }

  .live-campaign-collection-list {
    grid-template-columns: minmax(200px, 200px) minmax(200px, 200px) 1fr 1fr 1fr;
  }

  .collection-list-videos {
    grid-template-rows: auto;
  }

  .collection-item-videos.main {
    height: 55vw;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .form-right {
    padding: 20px 10px;
  }

  .form-left {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    display: none;
  }

  .form-left.small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .arrow.left, .arrow.right {
    font-size: 30px;
  }

  .locations-slider-main {
    height: 30vh;
  }

  .post-main-content {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .spotlite-post-text, .post-date-spotlite, .post-author-spotlite {
    font-size: 10px;
  }

  .text-block-26 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
  }

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

  .pro-pic {
    width: 10em;
    height: 10em;
  }

  .author-name {
    font-size: 12px;
  }

  .author-role-spotlite {
    font-size: 10px;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  .ci-main-slide-content {
    text-align: left;
    align-items: flex-start;
    width: 70%;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-main-slide-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .collection-list-wrapper-5 {
    margin-top: 0;
  }

  .city {
    background-position: 50%;
    height: 50vw;
  }

  .left-form {
    padding: 20px 10px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .standard-tab-2 {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .load-bar-base-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tabs-menu-copy {
    flex-wrap: wrap;
  }

  .load-bar-base-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-other-location {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger-btn-wrapper {
    min-height: 70px;
    padding-left: 20px;
  }

  .burger-line {
    background-color: #000;
  }

  .nav-button__bg {
    display: none;
  }

  .dropdown__link {
    padding: 10px;
  }

  .social-media-wrapper {
    display: flex;
  }

  .social-media-wrapper.small {
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .social-media-wrapper.big {
    display: none;
  }

  .nav-wrapper {
    padding-right: 0;
  }

  .nav__dropdown {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav__buttons-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 70px;
    position: fixed;
    inset: 70px 0% auto;
    overflow: auto;
    box-shadow: 1px 0 70px #000000b0;
  }

  .nav__mobile-button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button.w--open {
    z-index: 99;
    background-color: #ececec;
  }

  .nav__social-link {
    opacity: 1;
  }

  .nav__link {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .scroll-indication-wrapper {
    width: 100%;
    margin-left: 0;
    inset: 0% 0% auto;
  }

  .arrow-down, .image-container, .arrow-up {
    display: none;
  }

  .product-container {
    width: 100%;
  }

  .product-description {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-5 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .grid {
    display: block;
  }

  .grid-title {
    font-size: 4em;
  }

  .individual-assets-section {
    margin-bottom: 30px;
  }

  .gallery-overview, .gallery-scroll, .gallery-slider-2 {
    padding: 60px 15px;
  }

  .gallery-slide-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text-2 {
    line-height: 30px;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navmenu__dropdown-section-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar__mobile-overlay {
    padding-bottom: 0;
    padding-right: 0;
  }

  .brand-2 {
    width: 7em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

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

  .social-media-mobile {
    margin-bottom: 8.5em;
    display: flex;
  }

  .h_spotlite_section {
    padding: 20px 10px;
  }

  .div-block-18 {
    grid-row-gap: 17px;
  }

  .main-body {
    overflow: visible;
  }

  .div-block-19 {
    height: 70vw;
  }

  .heading-2 {
    font-size: 16px;
  }

  .heading-2.ec-title {
    font-size: 18px;
    line-height: 28px;
  }

  .heading-2.u-hover {
    font-size: 24px;
  }

  .collection-item-20 {
    height: auto;
  }

  .div-block-21 {
    height: 35vw;
  }

  .heading-4, .heading-5 {
    font-size: 16px;
  }

  .heading-5.white {
    width: auto;
  }

  .heading-7 {
    font-size: 8px;
  }

  .section-7 {
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .div-block-50 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    font-size: 16px;
  }

  .div-block-51 {
    height: 150vw;
  }

  .div-block-52 {
    padding: 70px 10px 20px;
  }

  .home-videos-sec {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }

  .home-videos-sec.home {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .html-embed-6 {
    height: 25em;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .button-5.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .navbar3_menu {
    width: 90vw;
    padding-bottom: 5rem;
  }

  .collection-item-26-copy {
    height: 30vw;
  }

  .hero-section-about {
    padding-bottom: 30px;
  }

  .about-bottom {
    height: auto;
    min-height: 15vh;
  }

  .paragraph-3 {
    width: 30vh;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-13 {
    font-size: 30px;
  }

  .img-left, .img-right {
    width: 50%;
  }

  .about-section-2 {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    display: flex;
    position: relative;
  }

  .div-block-63 {
    width: 100%;
    padding-top: 10px;
  }

  .heading-16.tab._1 {
    width: 100%;
    font-size: 1em;
  }

  .heading-16.tab._1-copy, .div-block-65 {
    width: 100%;
  }

  .paragraph-4._2.tab.partners {
    width: auto;
  }

  .about-section-3 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-top {
    flex-direction: column-reverse;
    display: flex;
    position: static;
  }

  .div-block-66 {
    width: 100%;
    height: 25vh;
    margin-top: 30px;
    position: static;
  }

  .section-team, .div-block-70.partners {
    height: auto;
  }

  .div-block-71 {
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-71.partners {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .splide {
    align-self: center;
    margin-bottom: -175px;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

  .slider-title2 {
    margin-bottom: 4em;
    padding-left: 2.9em;
    padding-right: 2.9em;
  }

  .item {
    width: 45vw;
    min-width: 45vw;
  }

  .c-faq {
    width: 100%;
  }

  .tabs-menu-4 {
    bottom: 100px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .div-block-73 {
    width: 100%;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .brands-scroll {
    height: 18vw;
  }

  .spotlite-component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partners-section {
    padding: 30px;
  }

  .collection-list-25 {
    grid-template-columns: 49% 49%;
  }

  .div-block-78 {
    height: 30vw;
  }

  .heading-20 {
    line-height: 18px;
  }

  .sportlite-archive-hero {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spotlite-hero-img {
    height: 50vh;
  }

  .heading-21 {
    font-size: 15px;
  }

  .heading-22 {
    font-size: 22px;
  }

  .heading-23 {
    font-size: 16px;
  }

  .heading-25 {
    font-size: 12px;
  }

  .heading-26 {
    font-size: 22px;
  }

  .spotlite-archive-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-filters {
    width: 30%;
    display: flex;
  }

  .data-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-26 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    justify-items: center;
  }

  .div-block-82 {
    height: 30vw;
  }

  .form-4 {
    justify-content: space-between;
    margin-top: 1em;
  }

  .div-block-83 {
    width: 80%;
  }

  .rich-text {
    display: none;
  }

  .spotlite-hero-img-copy.articles._1 {
    height: 25vw;
  }

  .div-block-81-copy {
    padding: 15px 30px;
  }

  .nav-link-wrapper {
    max-height: 90vh;
  }

  .dropdown-item.first-child {
    border-left-style: none;
  }

  .dropdown-list-2 {
    opacity: 1;
    display: flex;
  }

  .dropdown-list-2.w--open {
    padding-bottom: 30px;
  }

  .brand-3 {
    padding-left: 10px;
  }

  .dropdown-image {
    height: 250px;
  }

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

  .collection-list-wrapper-23 {
    height: auto;
  }

  .locations-hero-section {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-location {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-91 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-92 {
    height: 60vw;
  }

  .heading-34 {
    font-size: 16px;
  }

  .heading-34.black {
    font-size: 16px;
    font-weight: 700;
  }

  .collection-list-wrapper-26 {
    height: auto;
  }

  .text-block-78 {
    font-size: 12px;
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 38px;
  }

  .collection-item-35 {
    margin-bottom: 10px;
  }

  .prev_next {
    flex-direction: row;
    justify-content: center;
    width: 40%;
    height: 70px;
    display: flex;
    inset: 10% 0% 0%;
  }

  .prev {
    height: 100%;
    right: 10vh;
  }

  .next {
    height: 100%;
    inset: 0% 0% 0% auto;
  }

  .link-block-13 {
    height: 60vw;
  }

  .maps-section {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-1-3 {
    height: 40vh;
  }

  .tabs-menu-4-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-pane-tab-2 {
    height: 40vh;
  }

  .tab-link-tab-1-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-1-copy.w--current, .tab-link-tab-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-tab-2-copy.w--current {
    padding-left: 10px;
    padding-right: 10px;
  }

  .toggle-wrapper {
    width: 60px;
    margin-left: .5em;
    margin-right: .5em;
  }

  .div-block-102 {
    width: 35%;
    left: 33.7%;
  }

  .gold-day-shot {
    justify-content: flex-start;
    align-items: center;
  }

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

  .text-block-81 {
    font-size: 40px;
  }

  .div-block-105 {
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
  }

  .data-section {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .data-left {
    grid-template-rows: auto auto;
    place-content: stretch space-between;
    place-items: center;
    width: 100%;
    height: 60vw;
  }

  .data-right {
    width: 100%;
  }

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

  .paragraph-15 {
    line-height: 1.5;
  }

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

  .map-section {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .recent {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .recent-campaigns-collection {
    grid-template-columns: 1fr 1fr;
  }

  .specs-content {
    flex-flow: column;
  }

  .div-block-109 {
    border-bottom: 1px solid #0003;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .div-block-110 {
    border-bottom: 1px solid #0003;
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-111 {
    width: 100%;
  }

  .heading-41 {
    font-size: 13px;
  }

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

  .asset-about-section {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-campaigns {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px 10px;
  }

  .gallery-sec {
    margin-bottom: 2em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .backlite-26-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26-copy {
    font-size: 17px;
  }

  .b26-section-1 {
    padding: 20px 10px;
  }

  .div-block-118 {
    width: 33%;
  }

  .heading-43 {
    font-size: 16px;
  }

  .paragraph-16 {
    font-size: 12px;
  }

  .b26-section-2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-46 {
    width: 100%;
  }

  .b26-section-3, .b26-section-4 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-47 {
    height: 100%;
  }

  .heading-45 {
    font-size: 16px;
  }

  .div-block-123 {
    padding-left: 0;
    padding-right: 0;
  }

  .category-articles {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-25 {
    max-width: none;
  }

  .collection-list-33 {
    grid-template-columns: 1fr;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .cms-slider-2 {
    grid-template-columns: 100%;
  }

  .prev_next-2 {
    width: 100%;
    inset: auto 0% -75px auto;
  }

  .prev-2, .next-2 {
    width: 50%;
  }

  .section-products {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-34 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
  }

  .collection-list-34.landscape-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-129 {
    height: 30vw;
  }

  .div-block-132 {
    bottom: 25vh;
  }

  .image-51 {
    max-width: none;
    height: 20vh;
  }

  .title.black {
    margin-bottom: 30px;
  }

  .collection-list-35.partner {
    display: inline-block;
  }

  .collection-list-35.association {
    text-align: center;
    display: inline-block;
  }

  .collection-item-38 {
    width: 100px;
    height: 15vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-133 {
    bottom: -25%;
  }

  .heading-47 {
    font-size: 17px;
    line-height: 24px;
  }

  .related-article-colection {
    display: none;
  }

  .related-article-colection.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 49% 49%;
    grid-auto-columns: 1fr;
    display: block;
  }

  .paragraph-17, .paragraph-18 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .image-56 {
    height: 100%;
  }

  .div-block-141 {
    background-image: url('../images/Picture1-3.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 25vh;
  }

  .div-block-142 {
    background-image: url('../images/Picture1-4.png');
    background-position: 0%;
    background-size: cover;
    height: 25vh;
  }

  .text-block-90 {
    margin-bottom: 0;
    font-size: .9em;
  }

  .link-block-34 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
  }

  .link-block-34.w--current {
    padding: 5px;
    font-size: 12px;
  }

  .text-block-91 {
    font-size: 1.5em;
  }

  .dropdown-item-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .arrow_pcm {
    flex-direction: row;
    justify-content: center;
    width: 40%;
    height: 70px;
    display: flex;
    inset: 10% 0% 0%;
  }

  .loc-pro-sec {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cms-slider-product {
    grid-template-columns: 100%;
  }

  .div-block-149 {
    align-self: auto;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-150 {
    padding-top: 40px;
  }

  .text-block-92 {
    font-size: .9em;
  }

  .filters {
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 4.9em;
  }

  .left-filters-copy {
    width: 30%;
    display: flex;
  }

  .left-filters-copy.is-tab {
    position: sticky;
  }

  .collection-list-wrapper-33 {
    display: none;
  }

  .collection-list-wrapper-33.small {
    display: block;
  }

  .collection-item-41 {
    margin-bottom: 10px;
  }

  .image-61, .image-62 {
    width: 20px;
    height: 20px;
  }

  .section-gallery {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list-39 {
    grid-template-columns: 49% 49%;
  }

  .div-block-158 {
    height: 32vw;
  }

  .link-12 {
    font-size: 12px;
  }

  .fs_modal-2_close {
    padding: 1rem;
  }

  .fs_modal-2_heading {
    font-size: 2rem;
  }

  .fs_modal-2_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .fs_modal-2_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .modal-close-btn {
    padding: 1rem;
  }

  .fs_modal-1_heading {
    font-size: 2rem;
  }

  .modal-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

  .modal-popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .link-block-36 {
    font-size: 14px;
    font-weight: 400;
  }

  .filters-container {
    grid-template-columns: 49% 49%;
  }

  .pagination-5 {
    margin-top: 30vw;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .fs_modal-1_heading-2 {
    font-size: 2rem;
  }

  .fs_modal-1_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 10px;
  }

  .fs_modal-1_popup {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-162 {
    width: 250px;
    height: 0;
  }

  .image-63 {
    width: 20px;
    height: 20px;
  }

  .image-63._1 {
    width: 25px;
    height: 25px;
  }

  .editor-choice {
    margin-bottom: 20px;
  }

  .gptw {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
  }

  .gptw.small {
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

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

  .image-64 {
    display: block;
  }

  .image-65 {
    display: none;
  }

  .div-block-168 {
    margin-bottom: 30px;
  }

  .asset-info, .div-block-169 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .br {
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .breadcrumbs-wrapper {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumbs-wrapper.landscape {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .breadcrumb-link {
    letter-spacing: 0;
    font-size: 8px;
  }

  .breadcrumb-link.breadcrumb-text {
    font-size: 8px;
  }

  .breadcrumb-text {
    letter-spacing: 0;
    font-size: 8px;
  }

  .text-block-101 {
    font-size: 12px;
  }

  .collection-item-41-copy {
    margin-bottom: 10px;
  }

  .collection-list-34-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
  }

  .collection-list-34-copy.landscape-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .products-section {
    padding: 20px 10px;
  }

  .link-block-37 {
    height: 35vw;
  }

  .heading-48 {
    font-size: 20px;
  }

  .link-block-37-copy {
    height: 35vw;
  }

  .div-block-174 {
    height: 30vw;
  }

  .certs-container {
    display: none;
  }

  .certs-container.is-small {
    display: block;
  }

  .grid-certs {
    flex-flow: column;
    height: auto;
  }

  .div-block-175 {
    width: 100%;
  }

  .div-block-176 {
    margin-bottom: 10px;
  }

  .image-67 {
    height: auto;
  }

  .text-block-104 {
    box-shadow: none;
    font-size: 14px;
  }

  .light-box {
    box-shadow: none;
  }

  .home-section-2 {
    justify-content: center;
    height: auto;
    padding-top: 10em;
    padding-bottom: 10em;
  }

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

  .div-block-178 {
    width: 75%;
    height: auto;
  }

  .container-15.on-home {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .share-wrapper-2 {
    height: auto;
    margin-top: 1em;
    inset: auto 2% 2% auto;
  }

  .image-6 {
    max-width: 75%;
  }

  .footer-brand {
    justify-content: center;
    margin-bottom: 15px;
    display: flex;
  }

  .masonry-folio {
    column-count: 1;
  }

  .social-link.whatsapp, .social-link.twitter, .social-link.info {
    background-size: 15px 15px;
  }

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

  .social-link.facebook {
    background-size: 15px 15px;
  }

  .lottie-animation {
    height: 8vh;
    margin-right: 0;
  }

  .lottie-animation.loading {
    height: 8vh;
  }

  .div-block-179 {
    width: 10em;
  }

  .subtext {
    font-size: 9px;
  }

  .subtext._2-copy {
    margin-bottom: 10px;
  }

  .text-block-4 {
    width: 75%;
    font-size: .9em;
  }

  .div-block-181 {
    width: 100%;
    margin-bottom: 2em;
    margin-right: 0%;
  }

  .clear-div {
    height: 40px;
  }

  .div-block-182 {
    height: auto;
    padding-top: 2em;
  }

  .div-block-183 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-section-2 {
    height: auto;
    padding-top: 5em;
    padding-bottom: 2em;
  }

  .text-block-2 {
    font-size: 11px;
    line-height: 1;
  }

  .pre-loader {
    display: none;
  }

  .link-block-41 {
    width: 100%;
  }

  .heading-50 {
    font-size: 23px;
  }

  .logo-slider-wrapper {
    margin-top: 40px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .footer-copyright-center._1 {
    font-size: 12px;
    bottom: 19%;
  }

  .home-name {
    font-size: 15px;
    line-height: 1;
  }

  .div-block-188 {
    width: 80%;
    margin-bottom: 0;
  }

  .div-block-188._1 {
    margin-bottom: 2em;
  }

  .div-block-189 {
    width: 100%;
    height: 15em;
  }

  .text-block-3 {
    font-size: 2.1em;
  }

  .navbar-6 {
    top: 20px;
    left: 20px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
  }

  .share-wrapper {
    height: auto;
    margin-top: 1em;
    inset: auto 2% 2% auto;
  }

  .link-13 {
    font-size: 12px;
  }

  .scroll-progress {
    top: 6.9vh;
  }

  .video-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 2em;
    display: grid;
  }

  .heading-21-copy {
    font-size: 15px;
  }

  .link-14, .list-item-2 {
    font-size: 12px;
  }

  .link-15 {
    letter-spacing: 1px;
    line-height: 1.3;
  }

  .link-16 {
    display: none;
  }

  .text-block-107 {
    font-size: 12px;
  }

  .heading-23-copy {
    font-size: 16px;
  }

  .heading-21-copy-copy {
    font-size: 15px;
  }

  .heading-22-copy {
    font-size: 22px;
  }

  .anchor {
    top: 440px;
  }

  .gradient {
    top: -24%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .paragraph-19 {
    margin-bottom: 10px;
  }

  .paragraph-30 {
    letter-spacing: 0;
    font-size: 14px;
  }

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

  .paragraph-36 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 21px;
  }

  .ncf-map {
    flex-direction: column-reverse;
    height: auto;
  }

  .item-list {
    height: 640px;
  }

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

  .map-wrapper {
    flex: none;
    width: 100%;
    height: 80vh;
  }

  .huge-title {
    font-size: 32px;
    line-height: 36px;
  }

  .chips-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    align-items: flex-start;
  }

  .modified-form {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    padding: 18px 16px;
    position: relative;
  }

  .filter-container {
    padding-top: 0;
  }

  .sort {
    width: 160px;
  }

  .div-block-201 {
    background-position: 85% 0;
  }

  .text-block-111 {
    background-position: 85% 0;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0%;
    padding-bottom: 10vh;
    padding-left: 0%;
    font-size: 2.5em;
    font-weight: 400;
  }

  .social-media-wrapper-copy {
    display: flex;
  }

  .social-media-wrapper-copy.small {
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
  }

  .social-media-wrapper-copy.big {
    display: none;
  }

  .social-media-wrapper-copy.big-copy {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 15px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav__social-link-copy {
    opacity: 1;
    opacity: 1;
    opacity: 1;
    opacity: 1;
    opacity: 1;
  }

  .nav__social-link-copy.connect {
    margin-left: 15px;
  }

  .div-block-207 {
    margin-top: 0%;
  }

  .div-block-208 {
    background-image: linear-gradient(0deg, #ffffffd9 65%, #0000);
    align-self: auto;
    width: 100%;
    height: 35%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-71, .image-72, .image-73 {
    width: 20px;
    height: 20px;
  }

  .div-block-209 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-left: 0%;
    display: flex;
    inset: 0% 0% auto;
  }

  .div-block-209.w--current {
    background-image: none;
    background-size: auto;
    width: auto;
    height: 45px;
    display: flex;
    top: 20px;
  }

  .image-74 {
    filter: none;
  }

  .breadcrumbs-wrapper-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumbs-wrapper-mobile.landscape {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .text-block-111-copy {
    background-position: 85% 0;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0%;
    padding-bottom: 10vh;
    padding-left: 0%;
    font-size: 2.5em;
    font-weight: 400;
  }

  .social-link-2.twitter-2, .social-link-2.facebook-2, .social-link-2.linkedin-2, .social-link-2.email-2 {
    background-size: auto 45%;
  }

  .map_pointer {
    cursor: pointer;
  }

  .map_popup {
    cursor: pointer;
    width: 30vw;
  }

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

  .map_item-list {
    grid-template-columns: 1fr;
  }

  .custom_map-image {
    cursor: auto;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .page-wrapper-5 {
    margin-top: 50px;
  }

  .tabs-content-4 {
    cursor: auto;
  }

  .map-tab {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
  }

  .map-tab-text {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .tabs-6 {
    cursor: auto;
  }

  .map-tab-2 {
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-7, .tabs-content-5 {
    cursor: auto;
  }

  .heading-53 {
    font-size: 16px;
  }

  .heading-53.black {
    font-size: 16px;
    font-weight: 700;
  }

  .section-breadcrumbs {
    margin-left: 10px;
    padding-left: 0;
  }

  .link-20 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 6vh;
    display: flex;
    inset: 0%;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .section-alq-dominance {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-77 {
    width: 70vw;
  }

  .text-block-118, .text-block-118._2 {
    font-size: 12px;
  }

  .image-78._2._3, .image-78._2._3.z {
    width: 50%;
  }

  .section-al-maryah {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-223 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-224 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .section-gal-brands {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-119, .text-block-120 {
    font-size: 12px;
  }

  .share-wrapper-2 {
    top: 20px;
    right: -61px;
  }

  .personal-image-2 {
    width: 50%;
  }

  .navbar-7 {
    top: 20px;
    left: 20px;
  }

  .home-name-2 {
    font-size: 24px;
  }

  .button-7.form-button {
    margin-bottom: 30px;
  }

  .share-wrapper-3 {
    top: 20px;
    right: -61px;
  }

  .contact-section-4 {
    color: #fff;
    background-image: linear-gradient(#000, green);
    background-position: 0 0;
  }

  .button-8.form-button {
    margin-bottom: 30px;
  }

  .share-wrapper-4 {
    top: 20px;
    right: -61px;
  }

  .home-section-4 {
    background-image: linear-gradient(358deg, #000, #0000 51%), linear-gradient(#000, #0000 54%), url('../images/greyscale-green.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

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

  .link-block-49 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .button-9.form-button {
    margin-bottom: 30px;
  }

  .image-80 {
    margin-top: 20px;
    margin-left: 20px;
  }

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

  .bold-text-2 {
    width: 60%;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .button.newsletter-btn {
    border-style: none;
    width: 40%;
    height: 30px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button.newsletter-btn.sticky._1 {
    width: 100%;
  }

  .newsletter-grid._2 {
    flex: 1;
    align-self: auto;
    padding-left: 0;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .form {
    flex-flow: row;
    flex: none;
    align-self: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-block {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .sustainabikity-cta.container {
    flex-direction: column;
    height: 40vh;
    display: block;
    overflow: visible;
  }

  .sustainability-grid {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-right {
    max-width: 100%;
    line-height: 1.6;
  }

  .text-block-12 {
    width: 100%;
    line-height: 1.6;
  }

  .footer-divider-two {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .footer-copyright {
    font-size: .7em;
    line-height: 1;
  }

  .footer-wrapper-three {
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-link-three {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    font-size: .6em;
  }

  .footer-link-three.mid {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 4px;
    font-size: .6em;
  }

  .footer-legal-link {
    font-size: .7em;
    line-height: 1;
  }

  .footer {
    overflow: hidden;
  }

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

  .footer-logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: .5em;
  }

  .footer-logo-img {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0;
  }

  .footer-logo-img.big {
    display: none;
  }

  .footer-logo-img.small {
    display: block;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .collection-overlay {
    padding: 10px;
  }

  .gallery-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-2 {
    left: -20px;
  }

  .gallery-slider-right-2 {
    right: -20px;
  }

  .form-text-input {
    align-self: stretch;
    width: 50%;
    margin-bottom: 0;
    line-height: 1;
  }

  .form-text-input.sticky {
    width: 100%;
  }

  .collection-list-videos {
    grid-template-rows: 1fr;
    height: auto;
  }

  .videos-section-container {
    flex-direction: column;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .lightbox-link {
    height: 50vh;
  }

  .lightbox-link.main {
    width: 100%;
    height: 100%;
  }

  .contact-section {
    grid-template-columns: 100%;
    overflow: visible;
  }

  .arrow.left {
    bottom: -10%;
    right: -5%;
  }

  .arrow.right {
    top: -10%;
    right: -5%;
  }

  .slide-nav-4 {
    right: -5%;
  }

  .locations-slider-main {
    height: 20vh;
  }

  .container-left {
    font-size: 1px;
  }

  .post-image {
    height: auto;
    min-height: 72vw;
  }

  .post-date-spotlite {
    line-height: 1;
  }

  .post-author-spotlite {
    font-size: 10px;
  }

  .heading {
    letter-spacing: normal;
    text-transform: none;
    font-size: 22px;
  }

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

  .author-bio-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center start;
    display: grid;
  }

  .pro-pic {
    width: 150px;
    height: 150px;
    margin-right: 0;
  }

  .author-bio-info {
    width: 100%;
    height: 100%;
  }

  .text-block-28 {
    font-size: 9px;
  }

  .collection-list-9 {
    grid-template-columns: 32% 32% 32%;
  }

  .ci-main-slide-content {
    align-items: center;
    width: 85%;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .main-slide-title {
    text-align: center;
    font-size: 10vw;
  }

  .collection-list-11 {
    flex-direction: column;
    display: flex;
  }

  .city {
    background-position: 50%;
    background-attachment: fixed;
    height: 40vh;
  }

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

  .dropdown__container {
    flex-direction: column;
  }

  .nav-button__text {
    padding-bottom: 20px;
  }

  .dropdown__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .social-media-wrapper {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .social-media-wrapper.small {
    width: auto;
  }

  .nav__dropdown {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .dropdown__link-divider {
    background-color: #d6d6d6;
    width: 50%;
    height: 1px;
    margin: auto;
  }

  .nav__buttons-wrapper {
    display: block;
  }

  .nav__social-link {
    opacity: 1;
  }

  .nav__link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    display: block;
  }

  .heading3 {
    font-size: 16px;
  }

  .button-3 {
    width: 100%;
  }

  .product-container {
    height: 275vh;
  }

  .product-description {
    padding-left: 24px;
    padding-right: 24px;
  }

  .single-product-wrapper {
    height: 90vh;
    padding-top: 2vh;
  }

  .single-product-wrapper._2, .single-product-wrapper._1, .single-product-wrapper._3 {
    align-items: flex-end;
    padding-bottom: 5vh;
  }

  .grid-list {
    font-size: 1.1em;
  }

  .individual-assets-section {
    margin-bottom: 30px;
  }

  .container-6 {
    max-width: none;
  }

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

  .gallery-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left-3 {
    left: -20px;
  }

  .gallery-slider-right-3 {
    right: -20px;
  }

  .container-7 {
    max-width: none;
  }

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

  .container-9 {
    max-width: none;
  }

  .nav-menu-two, .navmenu__dropdown-section-link {
    flex-direction: column;
  }

  .navmenu__dropdown-right {
    padding-top: 28px;
    padding-bottom: 12px;
  }

  .navmenu__cta-wrapper {
    flex-direction: column;
  }

  .navmenu__dropdown-section-link-description {
    margin-top: 4px;
  }

  .navmenu__dropdown-section-list {
    grid-row-gap: 24px;
  }

  .navmenu__dropdown-section-link-icon {
    margin-bottom: 24px;
    transform: none;
  }

  .button-4.cc-navbar.cc-secondary {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .navmenu__dropdown-left {
    padding-bottom: 32px;
  }

  .navmenu__dropdown-block {
    border-bottom-width: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .social-media-wrapper-copy {
    justify-content: center;
    display: none;
  }

  .social-media-mobile {
    justify-content: center;
    display: flex;
  }

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

  .div-block-18 {
    grid-row-gap: 11px;
  }

  .main-body {
    overflow: visible;
  }

  .div-block-19 {
    height: 70vw;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .heading-2.white.light.link-decor {
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: 700;
  }

  .heading-2.u-hover {
    font-size: 21px;
  }

  .heading-3 {
    letter-spacing: 2px;
    font-size: 10px;
  }

  .heading-3.fc-hover {
    color: #a79d9f;
    font-weight: 400;
  }

  .collection-item-20 {
    width: 100%;
    height: auto;
  }

  .navbar-4 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .right {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-21 {
    height: 30vw;
  }

  .heading-4 {
    font-size: 16px;
  }

  .heading-5 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 1.2;
  }

  .collection-list-17 {
    display: flex;
  }

  .text-block-57 {
    align-self: center;
    line-height: 1.3;
  }

  .collection-list-22 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-27.small {
    width: 100%;
  }

  .div-block-50 {
    margin-bottom: 10px;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 1em;
    line-height: 1;
  }

  .slider-section {
    background-color: #000;
  }

  .div-block-51 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
  }

  .collection-item-29 {
    background-color: #000;
    height: auto;
  }

  .div-block-52 {
    background-color: #0000;
    background-image: linear-gradient(#00000080, #fff0 49%, #000 55%);
    justify-content: space-between;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-53 {
    padding-bottom: 0;
  }

  .locations-sec-title {
    margin-bottom: 10px;
  }

  .home-videos-sec {
    height: auto;
  }

  .html-embed-6 {
    height: 25em;
  }

  .form-3 {
    overflow: hidden;
  }

  .div-block-56 {
    flex-direction: column;
    display: flex;
  }

  .container-11 {
    max-width: none;
  }

  .nav-menu-two-2, .nav-menu-three {
    flex-direction: column;
  }

  .video-description {
    font-size: 1em;
  }

  .collection-item-26-copy {
    height: 20vh;
  }

  .div-block-43-copy {
    min-height: 20vh;
  }

  .left-arrow-3.hide {
    justify-content: center;
    align-items: center;
  }

  .div-block-62 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: cover;
    width: 100vw;
    height: 50vh;
    display: block;
    position: absolute;
  }

  .hero-section-about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-bottom {
    min-height: 13vh;
  }

  .paragraph-3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-13 {
    width: auto;
    font-size: 23px;
  }

  .about-section-2 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

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

  .paragraph-4, .paragraph-4._2.tab.partners {
    letter-spacing: 0;
  }

  .about-section-3 {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .div-block-66 {
    height: 50vh;
  }

  .section-team {
    height: auto;
    padding: 20px 10px;
  }

  .div-block-70 {
    margin-bottom: 40px;
  }

  .div-block-70.partners {
    margin-bottom: 0;
  }

  .div-block-71.partners {
    width: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-71.partners._2 {
    padding-bottom: 0;
  }

  .splide__slide {
    bottom: -9px;
  }

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

  .splide {
    object-fit: fill;
    margin-bottom: -130px;
    overflow: visible;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .slider-title2 {
    margin-bottom: 5.5em;
    padding-left: 2.2em;
    padding-right: 2.2em;
    font-size: 1.1em;
  }

  .item {
    width: 88vw;
    min-width: 88vw;
  }

  .tabs-menu-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1px;
    display: grid;
    inset: auto 0% 0%;
  }

  .tab-link-tab-4 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-12 {
    max-width: none;
  }

  .div-block-73 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .brands-scroll {
    height: 30vw;
  }

  .collection-item-30 {
    width: 100px;
  }

  .spotlite-component {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .partners-section {
    padding: 20px 10px 60px;
    overflow: visible;
  }

  .collection-list-25 {
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-78 {
    height: 60vw;
  }

  .sportlite-archive-hero {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .heading-25 {
    font-size: 11px;
  }

  .heading-26 {
    white-space: normal;
    max-width: 15ch;
    font-size: 20px;
  }

  .spotlite-archive-section {
    overflow: visible;
  }

  .left-filters.is-hide {
    display: none;
  }

  .collection-list-26 {
    grid-row-gap: 20px;
    grid-template-columns: 100%;
  }

  .div-block-82 {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 60vw;
  }

  .div-block-83 {
    width: 70%;
  }

  .collection-item-31 {
    width: 100%;
  }

  .rich-text {
    display: block;
  }

  .spotlite-hero-img-copy {
    background-position: 70%;
    height: 50vh;
  }

  .spotlite-hero-img-copy.articles._1 {
    height: 50vw;
  }

  .div-block-81-copy {
    padding: 10px 20px;
  }

  .collection-list-27 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
  }

  .nav-link-5 {
    position: static;
  }

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

  .dropdown-list-2.w--open {
    left: -30px;
  }

  .dropdown-image {
    height: 150px;
  }

  .dropdown-item-wrapper {
    display: grid;
  }

  .collection-list-wrapper-23 {
    height: auto;
  }

  .heading-31 {
    font-size: 18px;
  }

  .link-5, .heading-34, .heading-34.black {
    font-size: 12px;
  }

  .heading-34.black.assets {
    text-align: right;
  }

  .heading-34.black.small {
    font-size: 12px;
  }

  .collection-list-wrapper-26 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .collection-list-wrapper-27 {
    width: 100%;
  }

  .text-block-78 {
    font-size: 11px;
  }

  .prev_next {
    width: 100%;
    inset: auto 0% 50vh;
  }

  .prev, .next {
    width: 20%;
  }

  .tab-pane-tab-1-3 {
    height: 40vh;
  }

  .tabs-menu-4-copy {
    bottom: 15.5%;
  }

  .tab-link-tab-1-copy, .tab-link-tab-2-copy.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-102 {
    width: 70%;
    bottom: 1.75%;
    left: 15.5%;
  }

  .text-block-80 {
    font-size: 12px;
  }

  .text-block-81 {
    font-size: 30px;
  }

  .data-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .data-left {
    height: 70vw;
  }

  .text-block-84 {
    font-size: 35px;
  }

  .map-section {
    margin-bottom: 10px;
  }

  .recent {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .recent-campaigns-collection {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .specs-section {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-41 {
    font-size: 13px;
  }

  .heading-40-copy {
    text-align: left;
  }

  .heading-40-copy.w {
    text-align: center;
  }

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

  .div-block-118 {
    width: 100%;
  }

  .heading-43 {
    font-size: 14px;
  }

  .div-block-121 {
    margin-bottom: 30px;
  }

  .paragraph-16 {
    text-align: center;
    width: 100%;
  }

  .div-block-124 {
    height: 60vw;
  }

  .spotlite-side {
    font-size: 14px;
  }

  .spotlite-side-cstegory {
    font-size: 12px;
  }

  .link-6 {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-6.show {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 35%;
    margin-top: 20px;
    font-size: 12px;
    display: flex;
  }

  .form-4-copy {
    margin-top: 0;
  }

  .locations-sec-title-copy {
    margin-bottom: 10px;
  }

  .div-block-126 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container-14 {
    max-width: none;
  }

  .prev-2, .next-2 {
    width: 50%;
  }

  .collection-list-34 {
    grid-template-columns: 100%;
  }

  .collection-list-34.landscape-gallery {
    grid-template-columns: 1fr;
  }

  .div-block-129 {
    height: 25vh;
  }

  .div-block-132 {
    height: 140px;
    bottom: 125px;
  }

  .image-51 {
    width: 100vw;
    height: 45vh;
  }

  .collection-list-20-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .collection-item-26-copy {
    background-color: #000;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-43-copy {
    opacity: 0;
    background-color: #0000;
  }

  .div-block-43-copy:hover {
    opacity: 1;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .title.white {
    margin-bottom: 20px;
  }

  .title.white._1.contact1 {
    font-size: 12px;
  }

  .collection-list-35.partner {
    display: block;
  }

  .collection-item-38 {
    width: 90px;
    height: 22vw;
  }

  .div-block-133 {
    width: 100vw;
    inset: auto 0% -25%;
  }

  .heading-47 {
    margin-top: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-88 {
    font-size: 12px;
  }

  .related-article-colection.mobile {
    margin-bottom: 20px;
  }

  .image-55 {
    width: auto;
    height: auto;
  }

  .text-block-90 {
    margin-bottom: 0;
    font-size: .8em;
  }

  .text-block-91 {
    font-size: 1.2em;
  }

  .image-55-copy {
    width: auto;
    height: auto;
  }

  .arrow_pcm {
    width: 100%;
    inset: auto 0% 50vh;
  }

  .splide__slide_product {
    bottom: -9px;
  }

  .div-block-149 {
    margin-bottom: 15px;
  }

  .text-block-92 {
    font-size: .8em;
  }

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

  .collection-item-41 {
    margin-bottom: 20px;
  }

  .collection-list-38 {
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }

  .div-block-157 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center stretch;
    display: grid;
  }

  .section-gallery {
    height: auto;
    padding-bottom: 10px;
  }

  .collection-list-39 {
    grid-template-columns: 100%;
    align-content: start;
    width: 100%;
    height: 100%;
  }

  .div-block-158 {
    height: 56vw;
  }

  .collection-item-42, .modal-component {
    height: 100%;
  }

  .fs_selectcustom-2_toggle {
    padding-right: 3rem;
  }

  .pagination-5 {
    margin-top: 300px;
  }

  .collection-list-wrapper-36 {
    height: auto;
  }

  .collection-list-40 {
    grid-template-columns: 1fr;
  }

  .fs_modal-1_image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: cover;
    height: 100%;
  }

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

  .fs_numbercount-1_wrapper {
    grid-template-columns: 1fr;
  }

  .editor-choice {
    margin-bottom: 0;
  }

  .collection-item-43 {
    background-image: none;
    height: auto;
    min-height: 0;
    position: relative;
  }

  .div-block-166 {
    z-index: 1;
    height: 55vh;
  }

  .div-block-170 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .br {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumbs-wrapper {
    margin-top: 0;
  }

  .breadcrumb-link, .breadcrumb-link.breadcrumb-text {
    font-size: 7px;
  }

  .breadcrumb-text {
    letter-spacing: 0;
    font-size: 7px;
  }

  .collection-item-41-copy {
    margin-bottom: 20px;
  }

  .collection-list-34-copy {
    grid-template-columns: 100%;
  }

  .collection-list-34-copy.landscape-gallery, .collection-list-41 {
    grid-template-columns: 1fr;
  }

  .link-block-37 {
    height: 25vh;
  }

  .heading-48 {
    font-size: 16px;
  }

  .collection-list-41-copy {
    grid-template-columns: 1fr;
  }

  .link-block-37-copy {
    height: 25vh;
  }

  .div-block-174 {
    height: 20vh;
  }

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

  .home-section-2 {
    opacity: 1;
    background-image: none;
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    display: flex;
  }

  .share-button {
    width: 50px;
    height: 50px;
    display: none;
  }

  .div-block-178 {
    width: 80%;
  }

  .home-subtext-copy {
    font-size: 9px;
  }

  .container-15 {
    width: 100%;
  }

  .container-15.on-home {
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    top: auto;
  }

  .share-wrapper-2 {
    justify-content: center;
    min-width: 53px;
    height: auto;
    inset: auto 2% 2% auto;
  }

  .social-link.whatsapp {
    background-position: 50%;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
    margin-bottom: .5em;
    left: auto;
  }

  .social-link.twitter {
    background-color: #897258;
    background-image: url('../images/in.png');
    background-position: 50%;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: .5em;
    left: auto;
  }

  .social-link.twitter._6 {
    background-color: #fff;
    background-image: url('../images/icons8-linked-in-50-2_1icons8-linked-in-50 (2).png');
  }

  .social-link.twitter.vcard {
    background-image: url('../images/vcf.png');
  }

  .social-link.info {
    background-image: url('../images/icons8-info-50-1_1icons8-info-50 (1).png');
    background-position: 50%;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    left: auto;
  }

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

  .social-link.facebook {
    background-position: 50%;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
    margin-bottom: .5em;
    padding-top: 0;
    font-size: 14px;
    left: auto;
  }

  .social-link.inst {
    background-size: 20px;
    width: 50px;
    height: 50px;
  }

  .social-link.twitter {
    background-color: #fff;
    background-image: url('../images/iconmonstr-linkedin-3.png');
    width: 50px;
    height: 50px;
    margin-top: 5px;
    left: 2px;
  }

  .social-link.facebook {
    background-image: url('../images/icons8-call-50_1icons8-call-50.png');
    background-position: 50%;
    background-size: 50%;
    width: 50px;
    height: 50px;
    left: 2px;
  }

  .social-link.twitter {
    background-size: 20px;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    left: 2px;
  }

  .lottie-animation, .lottie-animation.loading {
    height: 6vh;
    display: block;
  }

  .subtext {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .subtext._2-copy {
    margin-bottom: 10px;
    font-size: .8em;
  }

  .text-block-4 {
    width: 100%;
    font-size: 1em;
    font-weight: 500;
  }

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

  .image-container-2 {
    margin-top: 0;
    margin-bottom: 8em;
  }

  .personal-image {
    width: 240px;
    margin-top: 14px;
    margin-bottom: 39px;
  }

  .div-block-182 {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .contact-section-2 {
    background-image: url('../images/vcjh.svg');
    background-position: 74%;
    background-size: cover;
    height: auto;
    padding-top: 5em;
    padding-bottom: 2em;
  }

  .text-block-2 {
    padding-right: 1px;
    font-size: .9em;
    line-height: 1;
  }

  .pre-loader {
    display: none;
  }

  .resume-list-item {
    color: #fff;
  }

  .resume-list-item.is-hide {
    display: none;
  }

  .link-block-41 {
    width: 100%;
  }

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

  .heading-50 {
    font-size: 1.5em;
  }

  .heading-50._2 {
    margin-top: 0;
  }

  .div-block-187 {
    flex-direction: column;
    justify-content: space-between;
    width: 79%;
    height: auto;
  }

  .footer-copyright-center {
    font-size: 10px;
  }

  .footer-copyright-center._1 {
    font-size: 10px;
    bottom: 25%;
  }

  .home-name {
    font-size: 1em;
    line-height: 1;
  }

  .div-block-188._2 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 1em;
    display: none;
  }

  .text-block-3 {
    font-size: 1.9em;
  }

  .resume-list-text:hover, .resume-list-text:active, .resume-list-text:focus {
    color: #fff;
  }

  .resume-list-text:focus-visible {
    color: #fff;
  }

  .resume-list-text[data-wf-focus-visible] {
    color: #fff;
  }

  .share-wrapper {
    justify-content: center;
    min-width: 53px;
    height: auto;
    inset: auto 2% 2% auto;
  }

  .link-13 {
    overflow-wrap: anywhere;
    object-fit: fill;
    font-size: 12px;
    overflow: visible;
  }

  .scroll-progress {
    background-position: 50%;
    top: 6.7vh;
  }

  .video-grid {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 0;
    display: grid;
  }

  .container-2 {
    max-width: none;
  }

  .text-block-106 {
    margin-top: 0;
  }

  .text-block-88-copy {
    font-size: 12px;
  }

  .sidebar {
    max-width: 220px;
    padding: .5rem;
  }

  .sidebar__title {
    font-size: 1rem;
  }

  .sidebar__title-wrap {
    align-items: center;
    margin-top: .5rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sidebar__location-address {
    font-size: 13px;
  }

  .sidebar__location-card {
    flex-direction: column;
    padding-bottom: .8rem;
  }

  .sidebar__location-card:hover {
    border-radius: 16px;
  }

  .sidebar__category-badge {
    margin-bottom: -15px;
    margin-left: 2px;
    margin-right: 0;
    inset: auto auto 0% 0%;
  }

  .sidebar__location-title {
    font-size: 15px;
    font-weight: 600;
  }

  .location-image-wrapper {
    width: 100%;
    height: 110px;
  }

  .sidebar__location-info {
    width: 100%;
  }

  .sidebar__location-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
  }

  .highlighter-border:hover {
    border-radius: 28px;
  }

  .text-block-107 {
    font-size: 12px;
  }

  .gradient {
    top: -5%;
  }

  .paragraph-19, .block-quote {
    font-size: 14px;
  }

  .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .list-item-4, .paragraph-27, .paragraph-28, .paragraph-29 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .rich-text-block-4 {
    letter-spacing: 0;
    text-indent: 0;
  }

  .paragraph-32 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .block-quote-2 {
    font-size: 14px;
  }

  .paragraph-33, .list-item-5 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .list-item-6 {
    letter-spacing: 0;
  }

  .paragraph-36 {
    font-size: 14px;
  }

  .div-block-200 {
    z-index: 0;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 35vh;
    position: absolute;
  }

  .item-list {
    height: auto;
  }

  .list-wrapper-demo, .stylings {
    padding-left: 16px;
    padding-right: 16px;
  }

  .filter-reset {
    padding: 6px 12px;
  }

  .huge-title {
    font-size: 24px;
    line-height: 32px;
  }

  .styleguide-wrapper {
    flex-direction: column;
  }

  .slider-10 {
    width: 140px;
  }

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

  .filter-chip {
    padding: 6px 12px 6px 8px;
  }

  .modified-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    margin-top: -80px;
  }

  .sort {
    width: 100%;
  }

  .pop-up-wrapper {
    width: 280px;
  }

  .styleguide-wrapperncf-75 {
    flex-direction: column;
  }

  .slider-11 {
    width: 140px;
  }

  .text-block-111 {
    padding-top: 0%;
    padding-bottom: 10vh;
    font-size: 2.5em;
    font-weight: 300;
  }

  .social-media-wrapper-copy {
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .social-media-wrapper-copy.small {
    width: auto;
  }

  .social-media-wrapper-copy.big-copy {
    padding-bottom: 15px;
  }

  .nav__social-link-copy.connect._1 {
    margin-left: 0;
  }

  .nav__social-link-copy {
    opacity: 1;
    opacity: 1;
    opacity: 1;
    opacity: 1;
  }

  .div-block-207 {
    margin-top: 0%;
  }

  .div-block-208 {
    align-self: auto;
    height: 35vh;
    inset: auto 0% 0%;
  }

  .div-block-209 {
    margin-top: 30px;
  }

  .div-block-209.w--current {
    background-image: none;
    background-size: auto;
    width: auto;
    height: 40px;
    font-size: 12px;
    top: 20px;
    left: 0;
    right: 0%;
  }

  .collection-item-46 {
    margin-bottom: 20px;
  }

  .paragraph-38 {
    display: block;
  }

  .text-block-111-copy {
    z-index: 10;
    padding-top: 0%;
    padding-bottom: 10vh;
    font-size: 2.5em;
    font-weight: 300;
  }

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

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

  .social-link-2 {
    border-bottom-width: 0;
    width: 40px;
    height: 40px;
  }

  .hide-mobile {
    display: none;
  }

  .version {
    font-size: 10px;
    inset: -26px auto auto 30px;
    transform: rotate(-14deg);
  }

  .socials-container-sidebar {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    inset: auto 0% 0%;
  }

  .map_pointer {
    box-shadow: none;
  }

  .map_popup {
    width: 35vw;
  }

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

  .custom_map-image {
    aspect-ratio: auto;
    width: 100%;
    overflow: visible;
  }

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

  .page-wrapper-5 {
    margin-top: 50px;
  }

  .tabs-menu-5 {
    flex-flow: wrap;
  }

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

  .heading-53, .heading-53.black {
    font-size: 12px;
  }

  .section-breadcrumbs {
    padding-left: 0;
  }

  .text-block-118 {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .share-wrapper-2 {
    min-width: 53px;
    height: 108px;
    inset: auto 7% 3% auto;
  }

  .contact-section-3 {
    background-image: url('../images/bg.jpg');
    background-position: 0 100%;
  }

  .personal-image-2 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 80px;
    top: 15vw;
  }

  .social-list-item {
    width: 50px;
    height: 50px;
  }

  .resume-list-text-2:hover, .resume-list-text-2:active, .resume-list-text-2:focus {
    color: #fff;
  }

  .resume-list-text-2:focus-visible {
    color: #fff;
  }

  .resume-list-text-2[data-wf-focus-visible] {
    color: #fff;
  }

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

  .div-block-227 {
    justify-content: center;
    width: 100vw;
    height: 159px;
    padding-top: 22px;
    position: relative;
  }

  .subtext-2 {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .subtext-2.is-hide, .arrow-top.is-hide {
    display: none;
  }

  .home-section {
    background-image: linear-gradient(9deg, #000 7%, #0000 44%), linear-gradient(9deg, #0000, #0000 22%, #000), url('../images/shutterstock_2055980339-copy.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .container-16 {
    color: #fff;
  }

  .container-16.on-home {
    top: 32%;
  }

  .home-name-2 {
    font-size: 27px;
    line-height: 32px;
  }

  .social-list, .details-text.mail.is-hide {
    display: none;
  }

  .details-text.tel.resume-list-text-4, .details-text.tel.resume-list-text-4:hover {
    color: #fff;
  }

  .details-text.marker.is-hide {
    display: none;
  }

  .link-block-47 {
    background-position: 50% 0;
    background-size: contain;
    position: static;
  }

  .share-wrapper-3 {
    min-width: 53px;
    height: auto;
    inset: auto 7% 3% auto;
  }

  .contact-section-4 {
    background-image: linear-gradient(#000, green), url('../images/bg.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, auto;
  }

  .resume-list-text-3:hover, .resume-list-text-3:active, .resume-list-text-3:focus {
    color: #fff;
  }

  .resume-list-text-3:focus-visible {
    color: #fff;
  }

  .resume-list-text-3[data-wf-focus-visible] {
    color: #fff;
  }

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

  .div-block-230 {
    justify-content: center;
    width: 100vw;
    height: 159px;
    padding-top: 22px;
    position: relative;
  }

  .home-section-3 {
    background-image: linear-gradient(9deg, #000 7%, #0000 44%), linear-gradient(9deg, #0000, #0000 22%, #000), url('../images/shutterstock_2055980339-copy.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

  .link-block-48 {
    background-position: 50% 0;
    background-size: contain;
    position: static;
  }

  .share-wrapper-4 {
    min-width: 53px;
    height: auto;
    inset: auto 7% 3% auto;
  }

  .resume-list-text-4, .resume-list-text-4:hover, .resume-list-text-4:active, .resume-list-text-4:focus {
    color: #fff;
  }

  .resume-list-text-4:focus-visible {
    color: #fff;
  }

  .resume-list-text-4[data-wf-focus-visible] {
    color: #fff;
  }

  .resume-list-text-4.is-hide {
    display: none;
  }

  .div-block-232 {
    margin-top: 0;
    display: flex;
  }

  .div-block-233 {
    justify-content: center;
    width: 100vw;
    height: 159px;
    padding-top: 22px;
    position: relative;
  }

  .text-block-123 {
    color: #fff;
    background-image: url('../images/technology_1technology.png');
    background-repeat: no-repeat;
    background-size: 19px;
  }

  .text-block-123.is-hide {
    display: none;
  }

  .text-block-123.resume-list-text-4, .text-block-123.resume-list-text-4:hover {
    color: #fff;
  }

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

  .home-section-4 {
    background-image: linear-gradient(9deg, #00000080 7%, #0000 44%), linear-gradient(9deg, #0000, #0000 22%, #00000080), url('../images/greyscale-green.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
  }

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

  .link-block-49 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .column {
    color: #fff;
  }

  .image-80 {
    width: 35%;
    margin-top: 20px;
    margin-left: 0;
  }

  .image-81 {
    width: 10%;
    margin-right: 10px;
  }

  .link-block-50 {
    color: #fff;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .text-block-124 {
    color: #fff;
    align-self: auto;
    text-decoration: none;
  }

  .link-27 {
    color: #fff;
  }

  .bold-text-2 {
    width: 80%;
    margin-top: 25px;
    font-size: 18px;
  }

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

  .div-block-235 {
    color: #fff;
  }
}

#w-node-_2b2a5235-065d-ee44-530b-fb0062f427b0-db8786dc, #w-node-_6ffa91ef-ede2-9f64-617c-fc296f89d7c1-db8786dc, #w-node-_1b7d5d57-17fb-04bd-f4f8-09bfc0ec6bb5-db8786dc, #w-node-_46ecc93a-ec8e-5712-e9af-77cd2386f411-db8786dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1704b31-87ee-d645-e1c2-671e5394ad6e-db8786dc {
  place-self: stretch center;
}

#w-node-_645dcddf-569c-2213-de3b-b7cd9ed64ca6-db8786dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_236ae92b-f484-29ce-ea71-4f1635cebe85-db8786dc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-ffdff6cd-899e-98f3-7872-14bd3571fa20-db8786dc {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-b0ce28b1-70cc-3a73-fb2c-8880118709ec-db8786dc {
  place-self: stretch center;
}

#w-node-b0ce28b1-70cc-3a73-fb2c-8880118709f7-db8786dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b0ce28b1-70cc-3a73-fb2c-8880118709f9-db8786dc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b0ce28b1-70cc-3a73-fb2c-8880118709fb-db8786dc {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-a1bd0323-2684-e49e-2462-6cf0e6c76fbb-db8786dc {
  place-self: stretch center;
}

#w-node-a1bd0323-2684-e49e-2462-6cf0e6c76fc6-db8786dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a1bd0323-2684-e49e-2462-6cf0e6c76fc8-db8786dc {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a1bd0323-2684-e49e-2462-6cf0e6c76fca-db8786dc {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-a1bd0323-2684-e49e-2462-6cf0e6c76fd1-db8786dc {
  place-self: stretch center;
}

#w-node-_5c87ae6f-2cba-a868-7fda-ea55a686a0ac-db8786dc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c87ae6f-2cba-a868-7fda-ea55a686a0a2-db8786dc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: auto;
}

#w-node-a91f9c50-fb45-dc37-c732-906ba7e155bf-db8786dc, #w-node-_8c572236-7f10-a514-ae61-2a9310d3eb92-db8786dc, #w-node-_92800ccf-687a-09cd-3461-35a12580c78c-db8786dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c76fa56d-83ac-745a-6667-858ad0afd584-db8786dc {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: auto;
}

#w-node-_0dc0636d-fc1b-d716-5bb8-3987e760d1d4-db8786dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_708f3fb3-c38b-bde5-2f3c-dce4e1016cd8-17247576 {
  align-self: start;
}

#w-node-_16d3bb83-5d78-4db8-0e0d-f01287d9d15d-87d9d15b, #w-node-_16d3bb83-5d78-4db8-0e0d-f01287d9d15f-87d9d15b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_44300875-02ed-2b33-c4d8-09b8142bfa70-142bfa60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start center;
}

#w-node-_82a86889-f9cd-ec4e-88ef-5e8491555201-142bfa60, #w-node-_3ca7498d-07d0-061c-efdc-446c125115be-142bfa60 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44300875-02ed-2b33-c4d8-09b8142bfa72-142bfa60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f1f13aa-25b8-4027-c3d2-e520546cd515-db87871c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfff6ce0-2b9d-9fc9-6528-4b5dbad78159-db87871c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a1ecb2b7-872d-9611-8034-334f56fa31ff-db87871c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ecb2b7-872d-9611-8034-334f56fa3201-db87871c {
  place-self: center stretch;
}

#w-node-f102ccfd-d815-f8dc-0798-d59c5edee6e9-db87871c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f102ccfd-d815-f8dc-0798-d59c5edee6eb-db87871c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_38870b31-80b4-5987-2ec5-0605d9e8aa81-db878754 {
  place-self: stretch center;
}

#w-node-_38870b31-80b4-5987-2ec5-0605d9e8aa8c-db878754 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_38870b31-80b4-5987-2ec5-0605d9e8aa8e-db878754 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_38870b31-80b4-5987-2ec5-0605d9e8aa90-db878754 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_38870b31-80b4-5987-2ec5-0605d9e8aa97-db878754 {
  place-self: stretch center;
}

#w-node-_64bd8382-e1f5-469f-53ff-2822a366ee7a-a366ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_64bd8382-e1f5-469f-53ff-2822a366ee7f-a366ee78 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_81202421-84c8-48bd-bb68-defe6d5e335b-6d5e3356, #w-node-_81202421-84c8-48bd-bb68-defe6d5e3360-6d5e3356, #w-node-_81202421-84c8-48bd-bb68-defe6d5e3365-6d5e3356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01c833fb-05ad-6397-1a24-a0feebbc111a-db878757, #w-node-d037b941-30ee-cbae-3a86-7ac7f16362ff-db878757, #w-node-_830b28c8-ab96-e0c5-4075-ccab92bf3dce-db878757, #w-node-_10df3393-ed40-89c7-450d-1de3d900e60d-db878757, #w-node-_37d36ae3-227b-4d77-127a-243ae540a8d7-db878757, #w-node-e27fbbac-b6ec-3c3c-7a80-d3bb077955db-db878757, #w-node-_74741b9e-3001-6164-98a4-f5ffeaebc47b-db878757, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114786-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114771-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad311475d-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114748-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114733-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad31147e2-db878758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-faaf596a-15ca-059f-bd22-cedc289beed4-db878759, #w-node-bf2bc6cc-971e-b30a-bc70-bca9cf4dd2bf-db878759, #w-node-_97a985df-9533-9e2d-a725-02448f90192b-db878759, #w-node-_432c835c-f1fc-06b4-d025-c42e04a38003-db878759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e3f5f4a-e629-598b-7c82-11444118d7f0-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f6000b-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60019-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60026-db878759, #w-node-c6e40dc8-4138-8b06-94de-3ab14b4fb18c-db878759, #w-node-_8e93c423-3100-cea1-3e0e-44596edadf38-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60070-db878759 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76568371-b9ca-d15b-0c30-2d5a579fa064-db878759 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4834f6ae-c885-b346-55b5-7a0855b76a80-db878759 {
  grid-area: span 2 / span 3 / span 2 / span 3;
  align-self: auto;
}

#w-node-_4834f6ae-c885-b346-55b5-7a0855b76a8b-db878759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-ee561b92-4949-82b6-d60f-c1b7a38ddd20-db878759, #w-node-eb24e44f-d36a-0858-0dcb-e028874b9b31-db878759, #w-node-_77ee2245-0b3e-0ff8-dbb3-2eec006c589a-db878759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f1144a0d-9f28-72b3-5af3-ebfa00854d18-db87875a, #w-node-f1144a0d-9f28-72b3-5af3-ebfa00854d2d-db87875a {
  place-self: stretch center;
}

#w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772ecb-db87875a {
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  display: none;
}

#w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772ecc-db87875a {
  grid-row: span 2 / span 2;
}

#w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772ef7-db87875a {
  grid-area: span 6 / span 2 / span 6 / span 2;
  align-self: auto;
}

#w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772f02-db87875a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0e94346d-f15e-cd4a-7b70-e3c403768dbd-db87875b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e94346d-f15e-cd4a-7b70-e3c403768dbe-db87875b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_0e94346d-f15e-cd4a-7b70-e3c403768dc2-db87875b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c1f057ff-69cc-045c-32d7-088853888a9e-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a89-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a75-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a60-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a4b-db87875e, #w-node-_97cc4fcd-47df-b505-285b-f1fecc768558-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888afa-db87875e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71355244-c615-a197-b29b-8517f51c719b-db878785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71355244-c615-a197-b29b-8517f51c71a3-db878785 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8077bdf2-e413-d8a8-5753-e125edd07447-db878789 {
  align-self: auto;
}

#w-node-_4d0c0d81-0b3c-1554-b1b6-c5a29e15f54b-db878789 {
  align-self: stretch;
}

#w-node-_3732f9f4-d091-9c07-ff40-07dd3de869a5-db87878a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d2b03ae-6de1-70a3-8ed5-c37a06f151eb-db87878a, #w-node-_6e44a700-bda9-ccc4-e208-a3dcc59f3992-db87878a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-eed532a2-2f23-c11f-17a6-c55873a67b38-db87878a, #w-node-_4352d13e-d818-7efd-14cf-5c5b10b82649-6bb6e949 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4352d13e-d818-7efd-14cf-5c5b10b8264a-6bb6e949 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_4352d13e-d818-7efd-14cf-5c5b10b8264b-6bb6e949 {
  align-self: auto;
}

#w-node-_4352d13e-d818-7efd-14cf-5c5b10b8264d-6bb6e949 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1ee0cba0-0e09-25bb-49b5-bc635e25f674-3ccb5653 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ee0cba0-0e09-25bb-49b5-bc635e25f67c-3ccb5653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-c1627718-12be-1ab4-5ab6-92bcf309993f-3ccb5653, #w-node-_02720f54-5cc1-362d-8699-00f1b4ef7657-3ccb5653, #w-node-_075a9ee6-d4ff-21e7-a97c-3d60ae68f391-3ccb5653, #w-node-_6bec38e0-67b0-f30b-c2ae-a50bec42d7c6-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4530c-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e45321-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e45336-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4534a-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4535f-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e453bb-3ccb5653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_6ffa91ef-ede2-9f64-617c-fc296f89d7c1-db8786dc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0ce28b1-70cc-3a73-fb2c-8880118709ec-db8786dc {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: stretch center;
  }

  #w-node-_708f3fb3-c38b-bde5-2f3c-dce4e1016cd8-17247576 {
    grid-area: span 5 / span 1 / span 5 / span 1;
  }

  #w-node-_01c833fb-05ad-6397-1a24-a0feebbc111a-db878757, #w-node-d037b941-30ee-cbae-3a86-7ac7f16362ff-db878757, #w-node-_830b28c8-ab96-e0c5-4075-ccab92bf3dce-db878757, #w-node-_10df3393-ed40-89c7-450d-1de3d900e60d-db878757, #w-node-_37d36ae3-227b-4d77-127a-243ae540a8d7-db878757, #w-node-e27fbbac-b6ec-3c3c-7a80-d3bb077955db-db878757, #w-node-_74741b9e-3001-6164-98a4-f5ffeaebc47b-db878757, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114786-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114771-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad311475d-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114748-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad3114733-db878758, #w-node-f0a60a96-cb4f-5e72-7feb-085ad31147e2-db878758, #w-node-_1e3f5f4a-e629-598b-7c82-11444118d7f0-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f6000b-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60019-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60026-db878759, #w-node-c6e40dc8-4138-8b06-94de-3ab14b4fb18c-db878759, #w-node-_8e93c423-3100-cea1-3e0e-44596edadf38-db878759, #w-node-d8bedf9a-264a-119c-1701-c5ab20f60070-db878759 {
    order: 9999;
  }

  #w-node-_0e94346d-f15e-cd4a-7b70-e3c403768dbd-db87875b {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: auto;
  }

  #w-node-c1f057ff-69cc-045c-32d7-088853888a9e-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a89-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a75-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a60-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888a4b-db87875e, #w-node-_97cc4fcd-47df-b505-285b-f1fecc768558-db87875e, #w-node-c1f057ff-69cc-045c-32d7-088853888afa-db87875e {
    order: 9999;
  }

  #w-node-_4352d13e-d818-7efd-14cf-5c5b10b82649-6bb6e949 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: auto;
  }

  #w-node-c1627718-12be-1ab4-5ab6-92bcf309993f-3ccb5653, #w-node-_02720f54-5cc1-362d-8699-00f1b4ef7657-3ccb5653, #w-node-_075a9ee6-d4ff-21e7-a97c-3d60ae68f391-3ccb5653, #w-node-_6bec38e0-67b0-f30b-c2ae-a50bec42d7c6-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4530c-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e45321-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e45336-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4534a-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e4535f-3ccb5653, #w-node-c3ce4968-5b5d-8261-5f79-e12266e453bb-3ccb5653 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6ffa91ef-ede2-9f64-617c-fc296f89d7c1-db8786dc {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
  }

  #w-node-_70ca7343-f439-de14-1bc5-e29efdd13dc9-dabb0bcc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74e2ae3e-6d42-0b4b-bf28-afe7d81ad15a-db878759 {
    place-self: auto;
  }

  #w-node-aa69ba73-d985-44c1-9899-4f22a2025f53-db87875e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3732f9f4-d091-9c07-ff40-07dd3de869a5-db87878a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c76fa56d-83ac-745a-6667-858ad0afd584-db8786dc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_0dc0636d-fc1b-d716-5bb8-3987e760d1d4-db8786dc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-f7d2b7f4-a8f0-c809-6d47-cb73083358bb-083358b5, #w-node-_63eb132b-110e-54e2-4f0d-a496c5ead4e9-083358b5, #w-node-f7d2b7f4-a8f0-c809-6d47-cb73083358bd-083358b5, #w-node-f7d2b7f4-a8f0-c809-6d47-cb73083358bf-083358b5, #w-node-_44763445-59ca-6ec3-b4a9-3e8480350599-083358b5, #w-node-f7d2b7f4-a8f0-c809-6d47-cb73083358c1-083358b5 {
    justify-self: center;
  }

  #w-node-_4834f6ae-c885-b346-55b5-7a0855b76a80-db878759 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_4834f6ae-c885-b346-55b5-7a0855b76a8b-db878759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772ef7-db87875a {
    grid-area: span 6 / span 2 / span 6 / span 2;
    align-self: auto;
  }

  #w-node-_910d9e73-2d63-3c67-6b86-cd7f7e772f02-db87875a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-e3c6d7e7-949d-b1a2-3c24-320043c56282-db878762 {
    align-self: start;
  }
}


