/* Preloader Container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13,13,13,1.00); /* Deep construction blue */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 9999;
  transition: opacity 0.6s ease, visibility 0.6s;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

/* Loader Bars */
.construction-loader {
  display: flex;
  gap: 8px;
}

.bar {
  width: 10px;
  height: 40px;
  background: linear-gradient(135deg, #C5A059, #0F172A); /* Construction gold */
  animation: build 1s infinite ease-in-out;
  border-radius: 2px;
}

/* Stagger effect */
.bar:nth-child(2) { animation-delay: 0.2s; }
.bar:nth-child(3) { animation-delay: 0.4s; }
.bar:nth-child(4) { animation-delay: 0.6s; }

@keyframes build {
  0% {
    transform: scaleY(0.3);
    opacity: 0.5;
  }
  100% {
    transform: scaleY(1.5);
    opacity: 1;
  }
}

/* Brand Text */
.brand-text {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: 'Segoe UI', sans-serif;
  text-transform: uppercase;
}





.home-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  padding-top: 0px;
  flex-direction: column;
  background-color: #0D0D0D;
}
 
.home-thq-header-elm {
  width: 100%;
  height: 80px;
  display: flex;
  z-index: 10;
  position: fixed;
  align-self: stretch;
  align-items: center;
  padding-top: 0px;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 0 0 1px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
  background-color: #0D0D0D;
}
 
.home-thq-container-elm10 {
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-between;
}

.home-thq-container-privacy {
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

 
.home-thq-rasool-gold1-elm1 {
  width: 86px;
  height: 60px;
}
 
.home-thq-nav-elm {
  display: flex;
  align-items: center;
}
 
.home-thq-link-elm1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm100 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  opacity: 0.5;
  font-size: 12px;
  font-style: Medium;
  text-align: left;
  transition: 0.3s;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm100:hover {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
}
 
.home-thq-text-elm100:active {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  opacity: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
 
.home-thq-linkmargin-elm1 {
  display: flex;
  padding: 0 0 0 48px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm101 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  opacity: 0.5;
  font-size: 12px;
  font-style: Medium;
  text-align: left;
  transition: 0.3s;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm101:hover {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
}
 
.home-thq-linkmargin-elm2 {
  display: flex;
  padding: 0 0 0 48px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm102 {
  transition: 0.3s;
}
 
.home-thq-text-elm102:hover {
  opacity: 1;
}
 
.home-thq-linkmargin-elm3 {
  display: flex;
  padding: 0 0 0 48px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm103 {
  transition: 0.3s;
}
 
.home-thq-text-elm103:hover {
  opacity: 1;
}
 
.home-thq-linkmargin-elm4 {
  display: none;
  padding: 0 0 0 48px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm104 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  opacity: 0.5;
  font-size: 12px;
  font-style: Medium;
  text-align: left;
  transition: 0.3s;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm104:hover {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
}
 
.home-link1 {
  text-align: center;
  text-decoration: none;
}
 
.home-thq-section-elm1 {
  width: 100%;
  height: 820px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  margin-top: 80px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 0 0 1px;
  justify-content: center;
}
 
.home-thq-container-elm12 {
  gap: 20px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  margin: auto;
  display: flex;
  padding: 0 16px;
  z-index: 2;
  position: absolute;
  flex-wrap: wrap;
  max-width: 800px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-container-elm13 {
  gap: 24px;
  display: flex;
  opacity: 0.80;
  align-items: center;
}
 
.home-thq-horizontal-divider-elm10 {
  width: 64px;
  height: 1px;
}
 
.home-thq-text-elm105 {
    color: rgba(197, 160, 89, 1);
    width: auto;
    height: auto;
    font-size: 10px;
    font-style: Semi Bold;
    text-align: center;
    font-family: "Manrope";
    font-weight: 700;
    line-height: 15px;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-horizontal-divider-elm11 {
  width: 64px;
  height: 1px;
}
 
.home-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-text-elm106 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 100%;
  height: auto;
  display: grid;
  font-size: 56px;
  min-width: auto;
  align-self: stretch;
  font-style: Medium;
  text-align: center;
  word-break: break-word;
  font-family: ""Playfair Display"";
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm107 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 100%;
  height: auto;
  display: grid;
  font-size: 56px;
  min-width: auto;
  align-self: stretch;
  font-style: Medium;
  text-align: center;
  word-break: break-word;
  font-family: ""Playfair Display"";
  font-weight: 500;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm108 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  height: auto;
  font-size: 20px;
  font-style: Light;
  text-align: center;
  font-family: "Manrope";
  font-weight: 300;
  line-height: 28px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm14 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
 
.home-button1 {
  align-self: center;
  transition: 0.3s;
}
 

 
.home-button2 {
  transition: 0.3s;
}
 
.home-button2:hover {
  animation-name: none;
  animation-delay: 0s;
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
 
.home-thq-luxurymodernarchitecturalvillafacadewithwarminteri-elm {
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0.80;
  overflow: hidden;
  align-self: stretch;
  align-items: flex-start;
  background-size: cover;
  background-image: url("public/external/container2-900h.jpg");
  background-position: center;
}
 
.home-thq-section-elm2 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: 100px;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-overlay-border-elm1 {
  gap: 1px;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1280px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px;
  justify-content: center;
  background-color: rgba(197, 160, 89, 0.20000000298023224);
}
 
.home-thq-background-elm10 {
  width: 20%;
  display: flex;
  padding: 40px;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-margin-elm10 {
  display: flex;
  padding: 0 0 12px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-container-elm15 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm109 {
  color: rgba(197, 160, 89, 1);
  width: 83px;
  height: auto;
  font-size: 48px;
  font-style: Medium;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm16 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm110 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 144px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm11 {
  width: 20%;
  display: flex;
  padding: 40px;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-margin-elm11 {
  display: flex;
  padding: 0 0 12px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-container-elm17 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm111 {
  color: rgb(197, 160, 89);
  width: 138px;
  height: auto;
  font-size: 48px;
  font-style: Medium;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm18 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-thq-text-elm112 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 102px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm12 {
  width: 20%;
  display: flex;
  padding: 40px;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-margin-elm12 {
  display: flex;
  padding: 0 0 12px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-container-elm19 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm113 {
  color: rgba(197, 160, 89, 1);
  height: auto;
  font-size: 48px;
  font-style: Medium;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm20 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm114 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 102px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm13 {
  width: 20%;
  display: flex;
  padding: 40px;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-margin-elm13 {
  display: flex;
  padding: 0 0 12px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-container-elm21 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm115 {
  color: rgba(197, 160, 89, 1);
  width: 220px;
  height: auto;
  font-size: 48px;
  font-style: Medium;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 500;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm22 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm116 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-section-elm3 {
  width: 100%;
  height: auto;
  display: grid;
  overflow: hidden;
  align-self: stretch;
  align-items: center;
  padding-top: 100px;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  padding-left: 40px;
  justify-items: center;
  padding-right: 40px;
  padding-bottom: 100px;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
 
.home-thq-container-elm23 {
  gap: var(--dl-layout-space-threeunits);
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  justify-self: center;
  justify-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-container2-elm {
  flex: auto;
  width: auto;
  height: auto;
  max-width: 44%;
  min-width: auto;
}
 
.home-thq-container-elm24 {
  gap: var(--dl-layout-space-unit);
  flex: 1;
  width: auto;
  display: flex;
  max-width: auto;
  min-width: auto;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-container-elm25 {
  gap: 14.343145370483398px;
  width: 569.6568603515625px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
 
.home-thq-background-elm14 {
  width: 8px;
  height: 8px;
}
 
.home-thq-text-elm117 {
  color: rgba(197, 160, 89, 1);
  width: 144px;
  height: auto;
  font-size: 12px;
  font-style: Semi Bold;
  text-align: left;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-container3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-thq-text-elm118 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  height: auto;
  font-size: 56px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-text10 {
  font-weight: 400;
}
 
.home-thq-text-elm119 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  height: auto;
  font-size: 56px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm120 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 16px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: 29.25px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-link-elm2 {
  gap: 16px;
  display: flex;
  align-items: center;
}
 
.home-thq-text-elm123 {
  color: rgba(255, 255, 240, 1);
  width: 176px;
  height: auto;
  font-size: 12px;
  font-style: Bold;
  text-align: left;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-icon-elm1 {
  width: 9px;
  height: 9px;
}
 
.home-thq-section-elm4 {
  gap: 60px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: center;
  padding-top: 100px;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
  padding-bottom: 100px;
  justify-content: flex-start;
  background-color: rgba(10, 10, 10, 1);
}
 
.home-thq-container-elm26 {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1360px;
  min-width: auto;
  align-self: center;
  align-items: flex-end;
  flex-shrink: 0;
  padding-top: 0px;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-between;
}
 
.home-thq-container-elm27 {
  gap: 16px;
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm124 {
  color: rgba(197, 160, 89, 1);
  width: 133px;
  height: auto;
  font-size: 12px;
  font-style: Bold;
  text-align: left;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm125 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 48px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-link-elm3 {
  gap: 12px;
  display: flex;
  align-items: center;
}
 
.home-thq-text-elm126 {
  color: rgba(255, 255, 240, 1);
  width: 131px;
  height: auto;
  font-size: 10px;
  font-style: Bold;
  text-align: left;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-icon-elm2 {
  width: 12px;
  height: 9px;
}
 
.home-thq-overlay-border-elm2 {
  gap: 2px;
  display: flex;
  padding: 1px 2px;
  overflow: hidden;
  flex-wrap: wrap;
  max-width: auto;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px 0;
  background-color: rgba(197, 160, 89, 0.20000000298023224);
}
 
.home-thq-background-elm15 {
  width: 35%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  max-width: 100%;
  min-width: 400px;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: 3/2;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-luxurymodernvillaexteriorwithinfinitypoolattwiligh-elm1 {
  cursor: pointer;
  height: auto;
  display: flex;
  z-index: 0;
  overflow: hidden;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  aspect-ratio: 3/2;
  background-size: cover;
  background-image: url("public/external/tq_mbwflw9qno-8ngc-400w.jpg");
}
 
.home-thq-container-elm28 {
  gap: 15px;
  top: 0px;
  flex: auto;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 30px;
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: rgba(29, 20, 4, 0.5);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-thq-container-elm28:hover {
  opacity: 1;
}
 
.home-thq-text-elm127 {
  color: rgb(255, 255, 240);
  width: 100%;
  height: auto;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-divider-elm12 {
  width: 50%;
  height: 1px;
}
 
.home-thq-text-elm128 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 118px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm16 {
  width: 35%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  max-width: 100%;
  min-width: 400px;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: 3/2;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-luxurymodernvillaexteriorwithinfinitypoolattwiligh-elm2 {
  height: auto;
  display: flex;
  z-index: 0;
  overflow: hidden;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  aspect-ratio: 3/2;
  background-size: cover;
  background-image: url("public/external/tq_okgbueff44-y51q-400w.jpg");
}
 
.home-thq-container-elm29 {
  gap: 15px;
  top: 0px;
  flex: auto;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 30px;
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: rgba(29, 20, 4, 0.5);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-thq-container-elm29:hover {
  opacity: 1;
}
 
.home-thq-text-elm129 {
  color: rgb(255, 255, 240);
  width: 100%;
  height: auto;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-divider-elm13 {
  width: 50%;
  height: 1px;
}
 
.home-thq-text-elm130 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 118px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm17 {
  width: 35%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  max-width: 100%;
  min-width: 400px;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: 3/2;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-luxurymodernvillaexteriorwithinfinitypoolattwiligh-elm3 {
  height: auto;
  display: flex;
  z-index: 0;
  overflow: hidden;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  aspect-ratio: 3/2;
  background-size: cover;
  background-image: url("public/external/tq_uitqyhfg-w-zbuf-400w.jpg");
}
 
.home-thq-container-elm30 {
  gap: 15px;
  top: 0px;
  flex: auto;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 30px;
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: rgba(29, 20, 4, 0.5);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-thq-container-elm30:hover {
  opacity: 1;
}
 
.home-thq-text-elm131 {
  color: rgb(255, 255, 240);
  width: 100%;
  height: auto;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-divider-elm14 {
  width: 50%;
  height: 1px;
}
 
.home-thq-text-elm132 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 118px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-background-elm18 {
  width: 35%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  max-width: 100%;
  min-width: 400px;
  align-items: flex-start;
  flex-shrink: 0;
  aspect-ratio: 3/2;
  flex-direction: column;
  justify-content: center;
}
 
.home-thq-luxurymodernvillaexteriorwithinfinitypoolattwiligh-elm4 {
  height: auto;
  display: flex;
  z-index: 0;
  overflow: hidden;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  aspect-ratio: 3/2;
  background-size: cover;
  background-image: url("public/external/tq_1em8sta5ln-b8wp-400w.jpg");
}
 
.home-thq-container-elm31 {
  gap: 15px;
  top: 0px;
  flex: auto;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  padding: 30px;
  z-index: 1;
  position: absolute;
  flex-wrap: wrap;
  align-self: center;
  transition: 0.3s;
  align-items: center;
  flex-shrink: 0;
  animation-name: fadeIn;
  flex-direction: column;
  animation-delay: 0s;
  justify-content: center;
  background-color: rgba(29, 20, 4, 0.5);
  animation-duration: 1000ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-thq-container-elm31:hover {
  opacity: 1;
}
 
.home-thq-text-elm133 {
  color: rgb(255, 255, 240);
  width: 100%;
  height: auto;
  font-size: 36px;
  font-style: italic;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 40px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-divider-elm15 {
  width: 50%;
  height: 1px;
}
 
.home-thq-text-elm134 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 118px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-section-elm5 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 100px 40px;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-container-elm32 {
  gap: 96px;
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 .home-thq-container-elm320 {
  gap: 20px;
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.home-thq-container-elm33 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm135 {
  color: rgba(197, 160, 89, 1);
  width: 122px;
  height: auto;
  font-size: 12px;
  font-style: Bold;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm136 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 48px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm34 {
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-horizontal-divider-elm16 {
  top: 24px;
  left: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
}
 
.home-thq-container-elm35 {
  gap: 48px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm36 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm14 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-shadow-elm1 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  box-shadow: 0px 0px 15px 0px rgba(197, 160, 89, 0.10000000149011612);
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm137 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32218-elm1 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-thq-frame32218-elm300 {
    gap: 15px;
    display: flex;
    align-items: left;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(197, 160, 89, 0.20000000298023224);
    padding-top: 40px;
}
 
.home-thq-text-elm138 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}

.home-thq-text-elm1380 {
    fill: var(--dl-color-theme-accent1);
    color: var(--dl-color-theme-accent1);
    width: 100%;
    height: auto;
    font-size: 24px;
    font-style: Regular;
    text-align: left;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 32px;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-text-elm139 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 214px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}

.home-thq-text-elm1390 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    height: auto;
    font-size: 14px;
    font-style: Regular;
    text-align: left;
    font-family: "Manrope";
    font-weight: 400;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-container-elm37 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm15 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm10 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm143 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32219-elm1 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm144 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 74px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm145 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 218px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm38 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm16 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm11 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm148 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32220-elm1 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm149 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 56px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm150 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 226px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm39 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm17 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm12 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm154 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32221-elm1 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm155 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 106px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm156 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 174px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm40 {
  gap: 96px;
  width: 100%;
  display: none;
  max-width: 1280px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-container-elm41 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm157 {
  color: rgba(197, 160, 89, 1);
  width: 122px;
  height: auto;
  font-size: 12px;
  font-style: Bold;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm158 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 48px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm42 {
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-horizontal-divider-elm17 {
  top: 24px;
  left: 0px;
  width: 1280px;
  height: 1px;
  position: absolute;
}
 
.home-thq-horizontal-divider-elm18 {
  top: 24px;
  left: 0px;
  width: 1280px;
  height: 1px;
  position: absolute;
}
 
.home-thq-container-elm43 {
  gap: 48px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm44 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm18 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-shadow-elm2 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  box-shadow: 0px 0px 15px 0px rgba(197, 160, 89, 0.10000000149011612);
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm159 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32218-elm2 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm160 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm161 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 214px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm45 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm19 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm13 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm165 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32219-elm2 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm166 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 74px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm167 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 218px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm46 {
  gap: 48px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm47 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm20 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm14 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm170 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32220-elm2 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm171 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 56px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm172 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 226px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm48 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm21 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm15 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm176 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32221-elm2 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm177 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 106px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm178 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 174px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm49 {
  gap: 96px;
  width: 100%;
  display: none;
  max-width: 1280px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-container-elm50 {
  gap: 16px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm179 {
  color: rgba(197, 160, 89, 1);
  width: 122px;
  height: auto;
  font-size: 12px;
  font-style: Bold;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm180 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: auto;
  height: auto;
  font-size: 48px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 48px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm51 {
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-horizontal-divider-elm19 {
  top: 24px;
  left: 0px;
  width: 1280px;
  height: 1px;
  position: absolute;
}
 
.home-thq-container-elm52 {
  gap: 48px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm53 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm22 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-shadow-elm3 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  box-shadow: 0px 0px 15px 0px rgba(197, 160, 89, 0.10000000149011612);
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 1);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm181 {
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32218-elm3 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm182 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm183 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 214px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm54 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm23 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm16 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm184 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32219-elm3 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm185 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 74px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm186 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 218px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm55 {
  gap: 48px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm56 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm24 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm17 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm187 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32220-elm3 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm188 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 56px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm189 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 226px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm57 {
  display: flex;
  padding: 0 8px;
  flex-grow: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-margin-elm25 {
  width: 48px;
  height: 80px;
  display: flex;
  padding: 0 0 32px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-background-border-elm18 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 8.5px 0 9.5px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-text-elm190 {
  fill: #CBD5E1;
  color: #CBD5E1;
  width: 90px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: ""Playfair Display"";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-frame32221-elm3 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm191 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  width: 106px;
  height: auto;
  font-size: 24px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm192 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 174px;
  height: auto;
  font-size: 14px;
  font-style: Regular;
  text-align: center;
  font-family: "Manrope";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-section-elm6 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 100px 116px;
  align-self: stretch;
  align-items: center;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
  background-color: rgba(10, 10, 10, 1);
}
 
.home-thq-container-elm58 {
  gap: 64px;
  display: flex;
  max-width: 1280px;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-horizontal-border-elm1 {
  gap: 15px;
  width: 362.6600036621094px;
  display: flex;
  padding: 30px 0;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.30000001192092896);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
}
 
.home-thq-frame32223-elm {
  width: 30px;
  height: 30px;
}
 
.home-thq-text-elm193 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  height: auto;
  font-size: 24px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm194 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-border-elm2 {
  gap: 15px;
  width: 362.6700134277344px;
  display: flex;
  padding: 30px 0;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.30000001192092896);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
}
 
.home-thq-frame32222-elm {
  width: 30px;
  height: 30px;
}
 
.home-thq-text-elm195 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  height: auto;
  font-size: 24px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm196 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-horizontal-border-elm3 {
  gap: 15px;
  width: 362.6600036621094px;
  display: flex;
  padding: 30px 0;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.30000001192092896);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
}
 
.home-thq-frame32224-elm {
  width: 30px;
  height: 30px;
}
 
.home-thq-text-elm197 {
  fill: var(--dl-color-theme-accent1);
  color: var(--dl-color-theme-accent1);
  height: auto;
  font-size: 24px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 32px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm198 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: normal;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-section-elm7 {
  width: 100%;
  height: auto;
  display: flex;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.10000000149011612);
  border-style: solid;
  border-width: 1px 0 0;
  justify-content: center;
  background-color: #0D0D0D;
}
 
.home-thq-abstractcloseupofmarbletexture-elm {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  margin: auto;
  display: flex;
  opacity: 0.05;
  overflow: hidden;
  position: absolute;
  align-items: flex-start;
  background-size: cover;
  background-image: url("public/external/tq_83bupeda7z-me9-1500w.png");
}
 
.home-thq-container-elm59 {
  gap: 40px;
  display: flex;
  z-index: 1;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-icon-elm3 {
  width: 43px;
  height: 30px;
}
 
.home-thq-text-elm199 {
  color: rgb(255, 255, 240);
  width: 854px;
  height: auto;
  font-size: 48px;
  font-style: Regular;
  text-align: center;
  font-family: "Playfair Display";
  font-weight: 400;
  line-height: 48px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm60 {
  gap: 20px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-horizontal-divider-elm20 {
  width: 96px;
  height: 1px;
}
 
.home-thq-frame32225-elm {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-thq-text-elm200 {
  color: rgba(255, 255, 240, 1);
  width: 193px;
  height: auto;
  font-size: 18px;
  font-style: Bold;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 28px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm201 {
  color: rgba(197, 160, 89, 1);
  width: 167px;
  height: auto;
  font-size: 10px;
  font-style: Medium;
  text-align: center;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-section-elm8 {
  width: 100%;
  height: auto;
  display: flex;
  align-self: stretch;
  align-items: center;
  padding-top: 100px;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px 0 0;
  padding-left: 40px;
  padding-right: 40px;
  flex-direction: column;
  padding-bottom: 100px;
  background-color: rgba(10, 10, 10, 1);
}
 
.home-thq-background-border-elm19 {
    width: 100%;
    display: flex;
    max-width: 800px;
    align-self: center;
    align-items: flex-start;
    flex-shrink: 0;
    border-color: rgba(197, 160, 89, 0.20000000298023224);
    border-style: solid;
    border-width: 1px;
    justify-content: center;
    background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-container-elm61 {
  gap: 10px;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-self: center;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  flex-direction: column;
  padding-bottom: 20px;
}
 
.home-thq-text-elm202 {
  color: rgba(197, 160, 89, 1);
  height: auto;
  font-size: 12px;
  align-self: stretch;
  font-style: Bold;
  text-align: left;
  font-family: "Manrope";
  font-weight: 700;
  line-height: 16px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm203 {
  color: rgba(255, 255, 240, 1);
  height: auto;
  font-size: 48px;
  align-self: stretch;
  font-style: Regular;
  text-align: left;
  font-family: "Playfair Display";
  font-weight: 400;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-form-elm {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: column;
  padding-bottom: 24px 0 0;
}
 
.home-thq-container-elm62 {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: center;
}
 
.home-thq-container-elm63 {
  gap: 10px;
  display: flex;
  flex-grow: 1;
  min-width: 200px;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm204 {
  color: rgba(197, 160, 89, 1);
  width: 69px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-textinput1 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  transition: 0.3s;
  font-family: ""Manrope"";
  padding-top: 12px;
  border-color: rgba(255, 255, 255, 0.20000000298023224);
  padding-bottom: 12px;
  background-color: transparent;
}
 
.home-textinput1:hover {
  border-color: var(--dl-color-theme-accent2);
}
 
.home-thq-container-elm64 {
  gap: 10px;
  display: flex;
  flex-grow: 1;
  min-width: 200px;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm205 {
  color: rgba(197, 160, 89, 1);
  width: 99px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: "Manrope";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-textinput2 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  transition: 0.3s;
  font-family: ""Manrope"";
  padding-top: 12px;
  border-color: rgba(255, 255, 255, 0.20000000298023224);
  padding-bottom: 12px;
  background-color: transparent;
}
 
.home-textinput2:hover {
  border-color: var(--dl-color-theme-accent2);
}
 
.home-thq-container-elm65 {
  gap: 10px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm206 {
  color: rgb(197, 160, 89);
  width: 69px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: ""Manrope"";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-textinput3 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  transition: 0.3s;
  font-family: ""Manrope"";
  padding-top: 12px;
  border-color: rgba(255, 255, 255, 0.20000000298023224);
  padding-bottom: 12px;
  background-color: transparent;
}
 
.home-textinput3:hover {
  border-color: var(--dl-color-theme-accent2);
}
 
.home-thq-container-elm66 {
  gap: 10px;
  display: flex;
  flex-grow: 1;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm207 {
  color: rgb(197, 160, 89);
  width: auto;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: ""Manrope"";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-select {
  color: var(--dl-color-theme-neutral-light);
  width: 100%;
  display: block;
  background: transparent;
  transition: 0.3s;
  font-family: """Manrope""";
  padding-top: 12px;
  border-color: rgba(255, 255, 255, 0.20000000298023224);
  border-width: 1px;
  padding-left: 10px;
  border-radius: 4px;
  padding-right: 10px;
  padding-bottom: 12px;
}
 
.home-select:hover {
  border-color: var(--dl-color-theme-accent2);
}
 
.home-thq-container-elm67 {
  gap: 12.5px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-text-elm208 {
  color: rgb(197, 160, 89);
  width: 111px;
  height: auto;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: ""Manrope"";
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-textarea {
  width: 100%;
  min-height: 100px;
  transition: 0.3s;
  border-color: rgba(255, 255, 255, 0.20000000298023224);
  background-color: transparent;
}
 
.home-textarea:hover {
  border-color: var(--dl-color-theme-accent2);
}
 
.home-thq-container-elm68 {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  padding-top: 25px;
  padding-left: 32px 0 0;
  padding-right: 32px 0 0;
  flex-direction: column;
  padding-bottom: 32px 0 0;
}
 
.home-thq-vertical-divider-elm {
  width: 1px;
  height: 856px;
}
 
.home-thq-background-elm19 {
    height: auto;
    display: flex;
    position: relative;
    align-self: stretch;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(20, 20, 20, 1);
    width: 100%;
}
 
.home-thq-abstractarchitecturaldetailwithgoldlightingaccents-elm {
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    display: flex;
    opacity: 0.30;
    overflow: hidden;
    position: absolute;
    align-items: flex-start;
    background-size: cover;
    background-image: url("public/external/contact-900h.jpg");
}
 
.home-thq-container-elm69 {
    gap: 30px;
    display: flex;
	padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    z-index: 1;
    flex-grow: 1;
    align-self: stretch;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    width: auto;
    margin-top: 0px;
}
 
.home-thq-text-elm209 {
    color: rgba(255, 255, 240, 1);
    height: auto;
    font-size: 30px;
    align-self: stretch;
    font-style: Regular;
    text-align: center;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 36px;
    font-stretch: normal;
    text-decoration: none;
    width: 100%;
    padding-top: 0px;
}
 
.home-thq-container-elm70 {
    gap: 40px;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: row;
    width: auto;
	justify-content: center;
}
 
.home-thq-container-elm71 {
  gap: 23.989999771118164px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
 
.home-thq-frame1-elm1 {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-shrink: 1;
}
 
.home-thq-icon-elm4 {
  top: 0.49522876739501953px;
  left: 2.451956272125244px;
  width: 15px;
  height: 19px;
  position: absolute;
}
 
.home-thq-container-elm72 {
    gap: 5px;
    width: auto;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}
 
.home-thq-text-elm210 {
    color: rgba(255, 255, 240, 1);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Medium;
    text-align: center;
    font-family: "Manrope";
    font-weight: 500;
    line-height: 24px;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-text-elm211 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm73 {
    gap: 24px;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-shrink: 0;
    margin-top: -15px;
}
 
.home-thq-frame1-elm2 {
  width: 20px;
  height: 20px;
}
 
.home-thq-container-elm74 {
    gap: 5px;
    width: auto;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}
 
.home-thq-text-elm214 {
    color: rgba(255, 255, 240, 1);
    height: auto;
    font-size: 16px;
    align-self: stretch;
    font-style: Medium;
    text-align: left;
    font-family: "Manrope";
    font-weight: 500;
    line-height: 24px;
    font-stretch: normal;
    text-decoration: none;
    width: auto;
}
 
.home-thq-text-elm215 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm75 {
    gap: 23.989999771118164px;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-shrink: 0;
    text-align: center;
}
 
.home-thq-frame1-elm3 {
  width: 20px;
  height: 20px;
}
 
.home-thq-container-elm76 {
    gap: 5px;
    width: auto;
    display: flex;
    flex-grow: 1;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}
 
.home-thq-text-elm216 {
  color: rgba(255, 255, 240, 1);
  height: auto;
  font-size: 16px;
  align-self: stretch;
  font-style: Medium;
  text-align: left;
  font-family: "Manrope";
  font-weight: 500;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-text-elm217 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: left;
  font-family: "Manrope";
  font-weight: 300;
  line-height: 20px;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-footer-elm {
  width: 100%;
  height: auto;
  display: flex;
  padding: 60px 40px 30px;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.20000000298023224);
  border-style: solid;
  border-width: 1px 0 0;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(13, 13, 13, 1);
}
 
.home-thq-container-elm77 {
  gap: 40px;
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-thq-container-elm78 {
  gap: 20px;
  width: auto;
  display: flex;
  max-width: 400px;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
 
.home-thq-rasool-gold1-elm2 {
  width: 86px;
  height: 60px;
}
 
.home-thq-text-elm218 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  opacity: 0.5;
  font-size: 14px;
  align-self: stretch;
  font-style: Light;
  text-align: center;
  font-family: Manrope;
  font-weight: 300;
  font-stretch: normal;
  text-decoration: none;
}
 
.home-thq-container-elm79 {
  gap: 16px;
  display: flex;
  padding: 0.8999999761581421px 0 0;
  align-items: center;
  justify-content: center;
}
 
.home-thq-link-elm4 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  justify-content: center;
}
 
.home-thq-svg-elm1 {
  width: 16px;
  height: 16px;
}
 
.home-thq-link-elm5 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  justify-content: center;
}
 
.home-thq-svg-elm2 {
  width: 16px;
  height: 16px;
}
 
.home-thq-link-elm6 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
  justify-content: center;
}
 
.home-thq-svg-elm3 {
  width: 16px;
  height: 16px;
}
 
.home-thq-horizontal-border-elm4 {
  gap: auto;
  display: flex;
  padding: 30px 0 0;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  border-color: rgba(197, 160, 89, 0.10000000149011612);
  border-style: solid;
  border-width: 1px 0 0;
  justify-content: space-between;
}
 
.home-thq-text-elm219 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 240px;
    height: auto;
    opacity: 0.5;
    font-size: 10px;
    font-style: Regular;
    text-align: left;
    font-family: Manrope;
    font-weight: 400;
    line-height: 15px;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-container-elm80 {
    gap: 10px;
    display: flex;
    align-items: flex-start;
    width: 240px;
    text-align: right;
}
 
.home-thq-text-elm220 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: auto;
    height: auto;
    opacity: 0.5;
    font-size: 10px;
    font-style: Regular;
    text-align: right;
    font-family: Manrope;
    font-weight: 400;
    line-height: 15px;
    font-stretch: normal;
    text-decoration: none;
}
 
.home-thq-text-elm221 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: auto;
  height: auto;
  opacity: 0.5;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: Manrope;
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
}

.home-thq-text-elm221:hover{
  fill: var(--dl-color-default-primary);
  color: var(--dl-color-default-primary);
  animation-name: fadeIn;
  animation-delay: 0s;
  animation-duration: 500ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
 
.home-thq-text-elm2210 {
  fill: var(--dl-color-theme-neutral-light);
  color: var(--dl-color-theme-neutral-light);
  width: auto;
  height: auto;
  opacity: 0.5;
  font-size: 10px;
  font-style: Regular;
  text-align: left;
  font-family: Manrope;
  font-weight: 400;
  line-height: 15px;
  font-stretch: normal;
  text-decoration: none;
  text-decoration: underline;
}
.home-thq-text-elm2210:hover {
    color: crimson;
    animation-name: fadeIn;
    animation-delay: 0s;
    animation-duration: 500ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    text-align: right;
}
.home-link2 {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text48 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1536px) {
  .home-thq-background-elm15 {
    width: 35%;
    max-width: 100%;
    min-width: 400px;
  }
  .home-thq-background-elm16 {
    width: 35%;
    max-width: 100%;
    min-width: 400px;
  }
  .home-thq-background-elm17 {
    width: 35%;
    max-width: 100%;
    min-width: 400px;
  }
  .home-thq-background-elm18 {
    width: 35%;
    max-width: 100%;
    min-width: 400px;
  }
}
 
@media(max-width: 1366px) {
  .home-thq-container-elm58 {
    gap: 40px;
    flex-wrap: wrap;
  }
  .home-thq-horizontal-border-elm1 {
    width: 30%;
    max-width: 100%;
    min-width: 25%;
  }
  .home-thq-text-elm193 {
    width: 100%;
  }
  .home-thq-text-elm194 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    font-size: 14px;
    font-weight: 300;
  }
  .home-thq-horizontal-border-elm2 {
    width: 30%;
    max-width: 100%;
    min-width: 25%;
  }
  .home-thq-text-elm196 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    font-size: 14px;
    font-weight: 300;
  }
  .home-thq-horizontal-border-elm3 {
    width: 30%;
    max-width: 100%;
    min-width: 25%;
  }
  .home-thq-text-elm198 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    font-size: 14px;
    font-weight: 300;
  }
  .home-thq-text-elm199 {
    color: rgb(255, 255, 240);
    font-size: 48px;
    font-weight: 400;
  }
  .home-thq-background-border-elm19 {
    width: 100%;
  }
  .home-thq-container-elm61 {
    width: 100%;
    flex-wrap: wrap;
    max-width: 60%;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-thq-container-elm63 {
    min-width: 100px;
  }
  .home-thq-container-elm64 {
    min-width: 100px;
  }
  .home-thq-background-elm19 {
    max-width: none;
  }
  .home-thq-abstractarchitecturaldetailwithgoldlightingaccents-elm {
    width: 100%;
    height: 100%;
  }

  .home-thq-container-elm77 {
    width: 100%;
  }
  .home-thq-horizontal-border-elm4 {
    gap: 0;
    display: flex;
    align-self: stretch;
    justify-items: stretch;
    flex-direction: row;
    justify-content: space-between;
  }
  .home-thq-text-elm219 {
    width: auto;
	  text-align: center;
  }
  .home-thq-container-elm80 {
    width: auto;
  }
}
 
@media(max-width: 1024px) {
  .home-thq-overlay-border-elm1 {
    flex-wrap: wrap;
  }
  .home-thq-background-elm10 {
    width: 45%;
  }
  .home-thq-text-elm109 {
    font-size: 32px;
  }
  .home-thq-background-elm11 {
    width: 45%;
  }
  .home-thq-text-elm111 {
    font-size: 32px;
  }
  .home-thq-background-elm12 {
    width: 45%;
  }
  .home-thq-text-elm113 {
    font-size: 32px;
  }
  .home-thq-background-elm13 {
    width: 45%;
  }
  .home-thq-text-elm115 {
    font-size: 32px;
  }
  .home-thq-container2-elm {
    max-width: 80%;
  }
  .home-thq-container-elm24 {
    max-width: 800px;
  }
  .home-container3 {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-thq-text-elm118 {
    font-size: 40px;
    font-family: Playfair Display;
  }
  .home-thq-text-elm119 {
    font-size: 40px;
    font-family: Playfair Display;
  }
  .home-thq-text-elm125 {
    font-size: 40px;
  }
  .home-thq-background-elm15 {
    min-width: 360px;
  }
  .home-thq-text-elm127 {
    font-size: 24px;
  }
  .home-thq-background-elm16 {
    min-width: 360px;
  }
  .home-thq-text-elm129 {
    font-size: 24px;
  }
  .home-thq-background-elm17 {
    min-width: 360px;
  }
  .home-thq-text-elm131 {
    font-size: 24px;
  }
  .home-thq-background-elm18 {
    min-width: 360px;
  }
  .home-thq-text-elm133 {
    font-size: 24px;
  }
  .home-thq-container-elm32 {
    display: none;
  }
  .home-thq-container-elm40 {
    display: flex;
  }
  .home-thq-text-elm158 {
    font-size: 40px;
  }
  .home-thq-container-elm42 {
    gap: 40px;
  }
  .home-thq-horizontal-divider-elm17 {
    top: 234px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
  }
  .home-thq-horizontal-divider-elm18 {
    top: 54px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
  }
  .home-thq-container-elm49 {
    display: none;
  }
  .home-thq-container-elm51 {
    gap: 40px;
  }
  .home-thq-horizontal-divider-elm19 {
    top: 54px;
    left: 0px;
    right: 0px;
    width: 100%;
    margin: auto;
  }
  .home-thq-section-elm6 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-thq-container-elm59 {
    width: 100%;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-thq-text-elm199 {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
  }
  .home-thq-section-elm8 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-thq-background-border-elm19 {
    flex-wrap: wrap;
  }
  .home-thq-container-elm61 {
    width: auto;
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-text-elm203 {
    font-size: 40px;
  }
  .home-thq-vertical-divider-elm {
    display: none;
  }

  .home-thq-container-elm78 {
    width: auto;
    max-width: 400px;
  }
}
 
@media(max-width: 768px) {
	  .home-thq-horizontal-border-elm4 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
	  .home-thq-container-elm70 {
    gap: 40px;
    display: flex;
    align-self: center;
    align-items: flex-start;
    flex-direction: column;
    width: auto;
	justify-content: center;
}
	  .home-thq-container-elm71 {
    flex-direction: column;
	  align-items: center;
}
	
	 .home-thq-text-elm211 {
    text-align: center;
}
  .home-thq-nav-elm {
    display: none;
  }
  .home-link1 {
    padding-left: 20px;
  }
  .home-thq-container-elm12 {
    padding-left: 40px;
    padding-right: 40px;
  }
		  .home-thq-container-elm73 {
    flex-direction: column;
	  align-items: center;
}	.home-thq-text-elm214 {
    align-items: center;
    text-align: center;
}
  .home-thq-text-elm106 {
    color: rgb(255, 255, 240);
    width: 100%;
    height: auto;
    display: grid;
    font-size: 40px;
    min-width: auto;
    align-self: stretch;
    text-align: center;
    word-break: break-word;
    font-family: Playfair Display;
    font-weight: 500;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-thq-text-elm107 {
    font-size: 40px;
  }
  .home-thq-text-elm108 {
    font-size: 18px;
  }
  .home-thq-container-elm14 {
    flex-wrap: wrap;
  }
  .home-thq-section-elm2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-section-elm3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-container-elm23 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .home-thq-container-elm24 {
    max-width: 100%;
  }
  .home-container3 {
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .home-thq-section-elm4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-background-elm15 {
    min-width: 300px;
  }
  .home-thq-background-elm16 {
    min-width: 300px;
  }
  .home-thq-background-elm17 {
    min-width: 300px;
  }
  .home-thq-background-elm18 {
    min-width: 300px;
  }
  .home-thq-section-elm5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-container-elm40 {
    display: none;
  }
  .home-thq-container-elm49 {
    display: flex;
  }
  .home-thq-text-elm180 {
    font-size: 40px;
  }
  .home-thq-horizontal-divider-elm19 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 1px;
    bottom: 0px;
    height: 100%;
    margin: auto;
  }
  .home-thq-container-elm52 {
    flex-direction: column;
  }
  .home-thq-frame32218-elm3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #0D0D0D;
  }
  .home-thq-text-elm183 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    font-family: Manrope;
  }
  .home-thq-frame32219-elm3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #0d0d0d;
  }
  .home-thq-text-elm186 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    font-family: Manrope;
  }
  .home-thq-container-elm55 {
    flex-direction: column;
  }
  .home-thq-frame32220-elm3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #0d0d0d;
  }
  .home-thq-text-elm189 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    font-family: Manrope;
  }
  .home-thq-frame32221-elm3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #0D0D0D;
  }
  .home-thq-text-elm192 {
    fill: var(--dl-color-theme-neutral-light);
    color: var(--dl-color-theme-neutral-light);
    width: 100%;
    font-family: Manrope;
  }
  .home-thq-section-elm6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-container-elm58 {
    width: 80%;
  }
  .home-thq-horizontal-border-elm1 {
    width: 100%;
  }
  .home-thq-horizontal-border-elm2 {
    width: 100%;
  }
  .home-thq-horizontal-border-elm3 {
    width: 100%;
  }
  .home-thq-section-elm7 {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 60px;
  }
  .home-thq-container-elm59 {
    width: 100%;
  }
  .home-thq-text-elm199 {
    color: rgb(255, 255, 240);
    width: 100%;
    height: auto;
    font-size: 24px;
    text-align: center;
    word-break: inherit;
    font-family: Playfair Display;
    font-weight: 400;
    line-height: 1.2;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-thq-section-elm8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home-thq-text-elm203 {
    font-size: 40px;
  }
  .home-thq-container-elm78 {
    align-self: center;
  }
}
 
@media(max-width: 320px) {
  .home-thq-section-elm1 {
    height: 0500px;
    align-self: center;
  }
  .home-thq-container-elm12 {
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-thq-container-elm13 {
    align-self: center;
  }
  .home-container2 {
    align-self: stretch;
  }
  .home-thq-text-elm106 {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 28px;
    max-width: auto;
    min-width: auto;
    align-self: center;
    word-break: break-word;
    justify-content: center;
  }
  .home-thq-text-elm107 {
    font-size: 28px;
    word-break: break-word;
  }
  .home-thq-text-elm108 {
    fill: #CBD5E1;
    color: rgb(203, 213, 225);
    width: auto;
    height: auto;
    font-size: 14px;
    max-width: 100%;
    min-width: auto;
    text-align: center;
    word-break: break-word;
    font-family: Manrope;
    font-weight: 300;
    line-height: 1.2;
    font-stretch: normal;
    text-decoration: none;
  }
  .home-thq-container-elm14 {
    gap: var(--dl-layout-space-unit);
    flex-wrap: wrap;
    max-width: 200px;
    align-items: center;
    justify-content: center;
  }
  .home-button1 {
    width: 100%;
  }
  .home-button2 {
    width: 100%;
  }
  .home-thq-section-elm2 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .home-thq-background-elm10 {
    width: 100%;
  }
  .home-thq-text-elm109 {
    font-size: 36px;
  }
  .home-thq-background-elm11 {
    width: 100%;
  }
  .home-thq-text-elm111 {
    font-size: 36px;
  }
  .home-thq-background-elm12 {
    width: 100%;
  }
  .home-thq-text-elm113 {
    font-size: 36px;
  }
  .home-thq-background-elm13 {
    width: 100%;
  }
  .home-thq-text-elm115 {
    font-size: 36px;
  }
  .home-thq-section-elm3 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .home-container3 {
    gap: var(--dl-layout-space-halfunit);
    flex-direction: column;
  }
  .home-thq-text-elm118 {
    font-size: 28px;
  }
  .home-thq-text-elm119 {
    font-size: 28px;
  }
  .home-thq-text-elm120 {
    font-size: 12px;
    line-height: 1.2;
  }
  .home-thq-section-elm4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-thq-container-elm26 {
    gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-thq-text-elm125 {
    font-size: 28px;
  }
  .home-thq-background-elm15 {
    min-width: 300px;
  }
  .home-thq-text-elm127 {
    font-size: 24px;
  }
  .home-thq-background-elm16 {
    min-width: 300px;
  }
  .home-thq-text-elm129 {
    font-size: 24px;
  }
  .home-thq-background-elm17 {
    min-width: 300px;
  }
  .home-thq-text-elm131 {
    font-size: 24px;
  }
  .home-thq-background-elm18 {
    min-width: 300px;
  }
  .home-thq-text-elm133 {
    font-size: 24px;
  }
  .home-thq-section-elm5 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .home-thq-text-elm136 {
    font-size: 28px;
  }
  .home-thq-text-elm158 {
    font-size: 28px;
  }
  .home-thq-text-elm180 {
    font-size: 28px;
  }
  .home-thq-text-elm182 {
    font-size: 18px;
    line-height: 1.2;
  }
  .home-thq-text-elm183 {
    font-size: 12px;
  }
  .home-thq-text-elm185 {
    font-size: 18px;
    line-height: 1.2;
  }
  .home-thq-text-elm186 {
    font-size: 12px;
  }
  .home-thq-text-elm188 {
    font-size: 18px;
    line-height: 1.2;
  }
  .home-thq-text-elm189 {
    font-size: 12px;
  }
  .home-thq-text-elm191 {
    font-size: 18px;
    line-height: 1.2;
  }
  .home-thq-text-elm192 {
    font-size: 12px;
  }
  .home-thq-section-elm6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .home-thq-container-elm58 {
    width: 100%;
  }
  .home-thq-text-elm193 {
    font-size: 18px;
  }
  .home-thq-text-elm194 {
    font-size: 12px;
  }
  .home-thq-text-elm195 {
    font-size: 18px;
  }
  .home-thq-text-elm196 {
    font-size: 12px;
  }
  .home-thq-text-elm197 {
    font-size: 18px;
  }
  .home-thq-text-elm198 {
    font-size: 12px;
  }
  .home-thq-section-elm7 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .home-thq-container-elm59 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-thq-text-elm199 {
    font-size: 18px;
    line-height: 1.2;
  }
  .home-thq-text-elm200 {
    font-size: 14px;
  }
  .home-thq-section-elm8 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-thq-container-elm61 {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .home-thq-text-elm203 {
    font-size: 28px;
  }
  .home-thq-container-elm62 {
    width: 100%;
  }
  .home-thq-container-elm63 {
    min-width: auto;
  }
  .home-thq-container-elm64 {
    min-width: auto;
  }
  .home-thq-container-elm65 {
    min-width: auto;
  }
  .home-thq-container-elm66 {
    min-width: auto;
  }
  .home-thq-container-elm67 {
    min-width: auto;
  }
  .home-button3 {
    width: 100%;
  }
  .home-thq-container-elm77 {
    align-items: center;
  }
  .home-thq-container-elm78 {
    width: 100%;
    max-width: 400px;
  }
  .home-thq-text-elm218 {
    font-size: 12px;
  }

  .home-thq-container-elm80 {
    gap: var(--dl-layout-space-oneandhalfunits);
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
  }
  .home-thq-text-elm220 {
    width: auto;
  }
}
