.cta-hide {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1068px) {
  html[tier="t2"] .section.section-contrast,
  html[tier="t3"] .section.section-contrast {
    padding-top: 160px;
  }
}

@media screen and (min-width: 734px) and (max-width: 1068px) {
  html[tier="t2"] .section.section-contrast,
  html[tier="t3"] .section.section-contrast {
    padding-top: 128px;
  }
}

@media screen and (max-width: 734px) {
  html[tier="t2"] .section.section-contrast,
  html[tier="t3"] .section.section-contrast {
    padding-top: 96px;
  }
}

html[lang="en-JO"]
  .subsection.subsection-gallery.section-finishes-titanium-gallery,
html[lang="en-EG"]
  .subsection.subsection-gallery.section-finishes-titanium-gallery {
  padding: unset;
}


.icon-card .tile-content.static {
  pointer-events: unset;
}
