:root {
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --white: white;
  --black: black;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60rem;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative; /* Ensure this is relative for absolute positioning of children */
  overflow: hidden; /* Hide anything that might overflow, like video edges */
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 75%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

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

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 15px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-asphotograpy-94843.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  margin-bottom: 20px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 20vw;
  grid-row-gap: 5vw;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 142px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

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

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.rl_gallery10_masonry-grid {
  column-count: 3;
  column-gap: 2rem;
  width: 100%;
}

.rl-container-large {
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.rl_gallery10_lightbox-link {
  width: 100%;
  margin-bottom: 2rem;
}

.heading-jumbo-small-2 {
  color: #1a294a;
  text-transform: none;
  margin-top: 49px;
  margin-bottom: 15px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 50px;
}

.rl-padding-section-large {
  padding-top: 0;
  padding-bottom: 4rem;
}

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

.rl_gallery10_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_section_gallery10 {
  background-color: #fff;
}

.rl_gallery10_image {
  aspect-ratio: 1;
  object-fit: cover;
}

.rl_gallery10_image.not {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 100%;
}

.rl_gallery10_image.not._1 {
  object-fit: cover;
  object-position: 50% 50%;
}

.rl_gallery10_spacing-block-2 {
  width: 100%;
  padding-bottom: 5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-testimonial16_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 5rem;
  display: flex;
}

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

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  width: 70%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial16_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb00;
  border: 1px solid #f9fafb00;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
}

.review {
  color: #1a294a;
  font-size: 3.5vw;
  font-weight: 500;
}

.uui-section_testimonial16 {
  overflow: hidden;
}

.uui-testimonial16_loop-trigger {
  display: flex;
}

.rl-text-style-link {
  color: #1a294a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: #1a294a;
  min-height: 7vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  color: #1a294a;
  width: 3rem;
  height: 3rem;
}

.rl_contact20_item {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_contact20_content {
  grid-column-gap: 6.4rem;
  grid-row-gap: 6.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

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

.rl-padding-section-large-2 {
  padding-top: 1rem;
  padding-bottom: 7rem;
}

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

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact20 {
  background-color: var(--relume-library-lite--rl-white);
}

.grid {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  flex: 0 auto;
  align-self: auto;
}

.div-block-63 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.image-21 {
  width: 35px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-span-4 {
  font-size: 1.3vw;
}

.section-heading-2 {
  color: #1a294a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 3vw;
  font-weight: 400;
}

.section-heading-2._2 {
  text-align: center;
}

.button-2 {
  color: #fced57;
  background-color: #1a294a;
  border-radius: 8px;
  margin-bottom: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1vw;
}

.button-2.contact {
  color: #fced57;
  background-color: #1a294a;
  border-radius: 8px;
  margin-top: 70px;
  font-size: 1.3vw;
}

.lightbox-link {
  height: auto;
  position: relative;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 85%;
  margin-top: 44px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lightbox-link-3 {
  position: relative;
}

.heading-jumbo-small-3 {
  color: #1a294a;
  text-transform: none;
  margin-top: 49px;
  margin-bottom: 15px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 50px;
}

.home-section-wrap-2 {
  margin: 0;
  overflow: clip;
}

.home-section-wrap-2._2 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.paragraph-light-2 {
  opacity: 1;
  color: #1a294a;
  text-align: center;
  margin-top: -8px;
  font-size: 1.3vw;
  line-height: 1.7vw;
}

.paragraph-light-2._2 {
  text-align: center;
}

.bold-text-25 {
  line-height: 3px;
}

.bold-text-24 {
  font-size: 3vw;
  line-height: 2vw;
}

.bold-text-23 {
  font-size: 3vw;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-secondary {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-white);
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_layout237_spacing-block-6 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout237_spacing-block-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h4-2 {
  color: var(--relume-library-lite--rl-black);
  min-height: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl-heading-style-h4-2._1 {
  margin-bottom: 2.2rem;
}

.rl_layout237_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout237_icon {
  width: 3rem;
  height: 3rem;
}

.rl_layout237_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.rl_layout237_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.rl_layout237_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_layout237_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout237_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout237_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_layout237_component-copy {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.rl-padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_section_layout237 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl-text-style-regular-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-heading-style-h2-3 {
  color: var(--relume-library-lite--rl-black);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.rl-padding-section-large-4 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.rl-text-style-regular-4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-style: none;
  border-left-color: var(--relume-library-lite--rl-black);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
  display: none;
}

.berschrift {
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  display: flex;
}

.berschrift.main {
  margin-top: 45px;
  margin-bottom: 31px;
  font-size: 4vw;
}

.rl-button {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

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

.rl_heading1_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-stack {
  background-color: #fff0;
  border-bottom: 1px #e4ebf3;
  margin-bottom: 50px;
  padding: 0 30px 34px;
  position: relative;
}

.container-4 {
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  width: 80%;
  font-size: 2vw;
  line-height: 2.7vw;
}

.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;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.rl_footer4_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer4_credit-text {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--relume-library-lite--rl-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-bottom: 21px;
  display: grid;
}

.rl_footer4_link {
  color: var(--relume-library-lite--rl-black);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo {
  margin-bottom: 49px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl-padding-section-medium {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 1rem;
  display: flex;
}

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

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.bold-text-26 {
  font-size: 4vw;
}

.bold-text-26.main {
  font-size: 5vw;
}

.bold-text-28 {
  font-size: 4vw;
}

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

.heading-jumbo-small-4 {
  color: #1a294a;
  text-transform: none;
  margin-top: 49px;
  margin-bottom: 15px;
  font-size: 4vw;
  font-weight: 600;
  line-height: 50px;
}

.heading {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-30 {
  display: none;
}

.heading-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 130px;
  line-height: 1 !important;
  color: #fff;
}

@media screen and (min-width: 1920px) {
  .container {
    display: block;
  }

  .rl-container-large {
    max-width: none;
  }

  .heading-jumbo-small-2 {
    margin-top: 69px;
    margin-bottom: 56px;
    font-size: 3.5vw;
  }

  .rl-padding-section-large {
    margin-top: 3rem;
    padding-bottom: 0;
  }

  .rl_gallery10_image {
    aspect-ratio: 1;
  }

  .rl_gallery10_image.not {
    aspect-ratio: 3 / 2;
  }

  .rl_gallery10_spacing-block-2 {
    margin-top: 45px;
  }

  .uui-padding-vertical-xhuge {
    width: 100%;
  }

  .uui-text-align-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uui-max-width-large.align-center {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 34px;
    display: flex;
  }

  .uui-testimonial16_content {
    display: block;
  }

  .review {
    width: 70%;
    margin-top: 0;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 4vw;
  }

  .rl-text-style-regular {
    min-height: 3vw;
  }

  .rl-text-style-medium {
    width: 60%;
    margin-top: 2rem;
  }

  .rl_contact20_heading-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .div-block-63 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    max-height: none;
    display: flex;
  }

  .image-21 {
    width: 55px;
    inset: auto 0% 0% auto;
  }

  .image-21.trauer, .image-21.hochzeit {
    inset: auto 0% 0% auto;
  }

  .section-heading-2 {
    margin-top: 0;
    padding-top: 5px;
  }

  .section-heading-2._2 {
    font-size: 2.5vw;
  }

  .button-2 {
    color: #fced57;
    background-color: #1a294a;
    border-radius: 5px;
    margin-bottom: 83px;
  }

  .button-2.contact {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 60px;
    margin-top: 201px;
    font-size: 1vw;
    display: flex;
  }

  .lightbox-link {
    object-fit: fill;
    position: static;
  }

  .container-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    display: flex;
  }

  .heading-jumbo-small-3 {
    margin-top: 69px;
    margin-bottom: 56px;
    font-size: 3.5vw;
  }

  .image-29 {
    width: 35vw;
    position: static;
  }

  .bold-text-24, .bold-text-23 {
    font-size: 2.5vw;
  }

  .rl_layout237_heading-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .rl_section_layout28 {
    display: block;
  }

  .margin-bottom-24px {
    margin-top: 30px;
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .hero-image.shadow-two {
    margin-bottom: 31px;
  }

  .bold-text-26 {
    font-size: 4vw;
  }

  .bold-text-26.main {
    margin-top: 22px;
    margin-bottom: 37px;
  }

  .bold-text-28, .bold-text-29 {
    font-size: 4vw;
  }

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

  .heading-jumbo-small-4 {
    margin-top: 69px;
    margin-bottom: 56px;
    font-size: 3.5vw;
  }

  .image-30 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-header {
    height: 500px;
  }

  .intro-content.cc-homepage {
    width: 100%;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .rl-container-large {
    width: 95%;
  }

  .heading-jumbo-small-2 {
    font-size: 9vw;
  }

  .rl-padding-section-large {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .rl_gallery10_component {
    width: 90%;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 4.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-21 {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .uui-max-width-large.align-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review {
    width: 70%;
    font-size: 7vw;
    line-height: 8vw;
  }

  .rl-text-style-regular {
    min-height: 7rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-text-style-medium {
    font-family: Montserrat, sans-serif;
  }

  .rl-heading-style-h2 {
    font-size: 5vw;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-heading-2 {
    margin-top: 31px;
  }

  .button-2 {
    margin-top: 28px;
    font-size: 3vw;
  }

  .button-2.contact {
    margin-bottom: 32px;
    font-size: 3vw;
  }

  .container-3 {
    display: none;
  }

  .heading-jumbo-small-3 {
    font-size: 9vw;
  }

  .paragraph-light-2 {
    margin-bottom: 26px;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 3.5rem;
  }

  .rl-heading-style-h4-2 {
    justify-content: center;
    align-items: center;
    min-height: 5rem;
    font-size: 1.75rem;
    display: flex;
  }

  .rl-heading-style-h4-2._1 {
    justify-content: center;
    align-items: center;
    min-height: 9rem;
    display: flex;
  }

  .rl_layout237_content {
    grid-column-gap: 2rem;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-text-style-regular-3 {
    font-family: Montserrat, sans-serif;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .rl_header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .margin-bottom-24px {
    width: 100%;
    font-size: 2vw;
    line-height: 3vw;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
    font-size: 5vw;
  }

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

  .heading-jumbo-small-4 {
    font-size: 9vw;
  }

  .heading-2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    height: 30rem;
    margin-left: 0;
    margin-right: 0;
  }
  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header {
    height: 400px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .rl_gallery10_masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .heading-jumbo-small-2 {
    margin-bottom: -1px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_section_gallery10 {
    display: none;
  }

  .rl_gallery10_spacing-block-2 {
    padding-bottom: 3rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-testimonial16_component {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .bold-text-21 {
    font-weight: 500;
  }

  .uui-max-width-large.align-center {
    max-width: none;
    margin-top: 32px;
  }

  .uui-testimonial16_content {
    margin-right: 1.5rem;
    padding: 1.5rem;
  }

  .review {
    color: #1a294a;
    width: 90%;
    font-size: 8.5vw;
    line-height: 10vw;
  }

  .rl-text-style-link {
    font-family: Montserrat, sans-serif;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl-text-style-regular {
    min-height: auto;
    font-family: Montserrat, sans-serif;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_item {
    margin-bottom: 25px;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .rl-padding-global {
    margin-top: 15px;
  }

  .rl-padding-global.sec {
    margin-top: 70px;
  }

  .section-heading-2 {
    margin-bottom: 0;
    font-size: 3.5vw;
  }

  .container-3 {
    text-align: center;
    margin-top: 0;
    display: none;
  }

  .heading-jumbo-small-3 {
    margin-bottom: -1px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .paragraph-light-2 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .rl_layout237_spacing-block-6 {
    padding-bottom: 2.5rem;
  }

  .rl_layout237_spacing-block-5 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout237_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_layout237_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout237_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl_layout237_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_layout237_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl-text-style-regular-3 {
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
  }

  .rl-heading-style-h2-3 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .berschrift.main {
    margin-top: -5px;
  }

  .rl_heading1_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl_header1_component {
    grid-row-gap: 3rem;
  }

  .hero-stack {
    margin-bottom: -12px;
    padding: 0 15px 60px;
  }

  .container-4 {
    width: 90%;
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 3vw;
    line-height: 3.7vw;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

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

  .bold-text-26 {
    color: #000;
    font-size: 7vw;
  }

  .bold-text-26.main, .bold-text-28 {
    font-size: 7vw;
  }

  .icon {
    color: #1a294a;
    margin-right: 5px;
  }

  .image-15 {
    object-fit: fill;
    height: 100%;
  }

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

  .div-block-40 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    display: flex;
  }

  .heading-jumbo-small-4 {
    margin-bottom: -1px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .icon-2 {
    color: #1a294a;
    margin-left: 0;
  }

  .slider-7 {
    background-color: #fff;
    width: 100%;
    margin-top: 37px;
  }

  .heading-2 {
    font-size: 70px;
  }
}

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

  .section.cc-store-home-wrap {
    height: 20rem;
    margin-left: 0;
    margin-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .heading-jumbo-small-2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 4px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 12vw;
  }

  .rl_section_gallery10 {
    display: none;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-text-align-center {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-21 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 8.5vw;
  }

  .uui-max-width-large.align-center {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 2.2rem;
    margin-bottom: 10px;
    display: flex;
  }

  .uui-testimonial16_content {
    margin-right: 0;
    padding: 0;
  }

  .review {
    color: #1a294a;
    width: 85%;
    margin-bottom: 0;
    font-size: 6vw;
    font-weight: 500;
    line-height: 7vw;
  }

  .rl-text-style-regular {
    min-height: auto;
  }

  .rl_contact20_item {
    margin-bottom: 32px;
  }

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

  .rl-text-style-medium {
    font-family: Montserrat, sans-serif;
    font-size: 4vw;
    font-weight: 500;
  }

  .rl-heading-style-h2 {
    font-size: 8vw;
  }

  .rl-padding-section-large-2 {
    padding-top: 0;
  }

  .rl-container-large-2 {
    display: block;
  }

  .section-heading-2 {
    margin-top: 6px;
    font-size: 6vw;
    font-weight: 600;
    line-height: 7.3vw;
  }

  .button-2 {
    font-size: 5vw;
  }

  .button-2.contact {
    margin-top: 32px;
    padding: 15px 10px;
    font-size: 5vw;
  }

  .lightbox-link {
    justify-content: center;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .container-3 {
    width: 95%;
    max-width: none;
    margin-top: -45px;
    margin-bottom: 99px;
    display: none;
  }

  .heading-jumbo-small-3 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 4px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 12vw;
  }

  .home-section-wrap-2._2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
  }

  .paragraph-light-2 {
    text-align: center;
    width: 90%;
    margin-top: -11px;
    font-size: 4vw;
    line-height: 6vw;
  }

  .rl-heading-style-h4-2 {
    min-height: auto;
    font-size: 5vw;
  }

  .rl-heading-style-h4-2._1 {
    min-height: auto;
    margin-bottom: 1rem;
    font-size: 5vw;
  }

  .rl_layout237_item {
    width: 90%;
  }

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

  .rl_layout237_heading-wrapper {
    max-width: none;
  }

  .rl-text-style-regular-3 {
    font-family: Montserrat, sans-serif;
    font-size: 3.5vw;
  }

  .rl-padding-section-large-4 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .rl-padding-section-large-4.angebot_desktop {
    display: none;
  }

  .rl_layout28_component {
    grid-template-columns: 1fr;
    display: block;
  }

  .rl_layout28_component.angebot_desktop {
    display: none;
  }

  .berschrift.main {
    margin-top: 0;
    font-size: 8vw;
  }

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

  .hero-stack {
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 15px;
  }

  .container-4 {
    width: 95%;
    max-width: none;
  }

  .hero-wrapper-two {
    width: 100%;
    padding-top: 21px;
  }

  .margin-bottom-24px {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .bold-text-26 {
    font-size: 10vw;
    font-weight: 700;
    line-height: 8.7vw;
  }

  .bold-text-26.main {
    font-size: 10vw;
    font-weight: 800;
  }

  .bold-text-28 {
    font-size: 10vw;
  }

  .icon {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: auto;
  }

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

  .image-15.dos {
    object-position: 50% 0%;
  }

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

  .div-block-74 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .mask-6 {
    background-color: #fff;
  }

  .right-arrow-2 {
    text-align: right;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

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

  .div-block-40 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-41 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: .1rem;
    margin-bottom: 4.5rem;
    display: flex;
    position: static;
  }

  .heading-jumbo-small-4 {
    color: #000;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 19px;
    font-size: 10vw;
    font-weight: 600;
    line-height: 12vw;
  }

  .slide-7 {
    object-fit: fill;
  }

  .icon-2 {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .slider-7 {
    background-color: #fff;
    width: 90%;
  }

  .section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 7vw;
  }

  .heading-2 {
    font-size: 15vw;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-d45e7ad1-7771-eafe-3840-467a77f6fc60-77f6fc5d {
  justify-self: start;
}

#w-node-d45e7ad1-7771-eafe-3840-467a77f6fc62-77f6fc5d {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d45e7ad1-7771-eafe-3840-467a77f6fc60-77f6fc5d, #w-node-d45e7ad1-7771-eafe-3840-467a77f6fc62-77f6fc5d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d45e7ad1-7771-eafe-3840-467a77f6fc60-77f6fc5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}




.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal-width columns */
  gap: 30px; /* Space between grid items */
  width: 80vw; /* 80% of the viewport width */
  margin: 40px auto; /* Center horizontally with vertical spacing */
  margin-bottom: 100px;
}

/* Grid Items */
.grid-item {
  position: relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  overflow: hidden;
  background-color: #f0f0f0; /* Placeholder background color */
  border-radius: 8px; /* Optional: Rounded corners */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Subtle shadow */
}

/* Images within Grid Items */
.grid-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures images cover the container without distortion */
  transition: transform 0.3s ease; /* Smooth hover effect */
}



/* Responsive Behavior: Ensure grid remains 3x3 on desktop */
@media (max-width: 1200px) {
  .image-grid {
    width: 90vw; /* Adjust grid width for slightly smaller screens */
  }
}


@media (max-width: 767px) {
  .image-grid {
    display: none; /* Hide the grid on mobile devices */
  }
}


@media (max-width: 992px) {
  .image-grid {
    grid-template-columns: repeat(3, 1fr); /* Maintain 3 columns */
    width: 95vw; /* Adjust width */
  }
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

/* Add new CSS rule for mobile devices */
@media screen and (max-width: 767px) {
  .cc-store-home-wrap .intro-content .heading-2 {
    display: none;
  }
}

/* Rule to hide heading-2 on mobile within cc-store-home-wrap */
@media screen and (max-width: 767px) {
  div.section.cc-store-home-wrap div.intro-content.cc-homepage h1.heading-2 {
    display: none !important;
  }

  /* Show mobile video, hide desktop video */
  .desktop-only-video {
    display: none !important;
  }
  .mobile-only-video {
    display: block !important;
  }

  /* Remove the rule for .w-background-video--control as it's no longer relevant for the mobile setup */
}

.desktop-only-video,
.mobile-only-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensure video covers the area */
}

.desktop-only-video {
  display: block; /* Visible by default */
}

.mobile-only-video {
  display: none; /* Hidden by default */
}

.intro-content.cc-homepage {
  text-align: center;
  width: 70%; /* Or adjust as needed */
  max-width: 1140px;
  position: absolute; /* Position it over the video */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center it */
  z-index: 10; /* Ensure it's above the video players */
  flex-flow: column;
  justify-content: center;
  align-items: center;
  /* margin-bottom: 20px; Removed as it's now absolutely positioned */
  display: flex;
}

.mobile-minimal-video {
  display: none;
}

@media screen and (max-width: 767px) {
  .cc-store-home-wrap {
    display: none !important;
  }
  .mobile-minimal-video {
    display: block !important;
  }
}