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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

.body {
  color: #b5b4b0;
  background-image: linear-gradient(#fff, #fff);
  font-family: Helveticaneue, sans-serif;
  font-weight: 500;
}

.background-video {
  height: 100vh;
  background-color: #000;
  background-image: url('../images/About-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-pause-button {
  display: none;
}

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

.section {
  z-index: 9;
  height: 100vh;
  background-color: rgba(0, 0, 0, .45);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 3;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  display: block;
  position: absolute;
}

.container {
  max-width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  margin-left: 20px;
  display: block;
}

.menu-button, .icon {
  display: none;
}

.text-block {
  color: #b5b4b0;
  text-transform: lowercase;
  font-size: 2rem;
  font-weight: 700;
}

.icon-2 {
  color: #b68543;
}

.dropdown {
  width: auto;
  max-width: 100%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 511px;
  margin-right: auto;
  display: none;
}

.dropdown-toggle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials {
  z-index: 9999;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.social-link {
  width: 1.5rem;
  height: auto;
  margin: 0 0 .5rem;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  box-shadow: none;
  transform: scale(1.1);
}

.social-icon-2 {
  width: auto;
  height: 100%;
  filter: none;
  color: #bd1d1d;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.image {
  width: 60%;
  margin-right: 10px;
}

.div-block, .nav-menu {
  display: none;
}

.socials-2 {
  z-index: 2;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40vh 20px 50vh 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.body-2 {
  background-image: url('../images/Delara_Animate.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: Helveticaneue, sans-serif;
  font-weight: 700;
}

.html-embed {
  width: 96%;
  max-width: 960px;
  color: #b68543;
}

.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
}

.container-2 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-2 {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.menu_outer-wrapper {
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, .82);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_item_wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.menu-link {
  color: #b5b4b0;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helveticaneue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3rem;
  text-decoration: none;
}

.menu-link.w--current {
  color: #e72403;
  font-weight: 700;
}

.exit-icon {
  z-index: 9999;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav {
  z-index: 9990;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_wrap.container-col-12 {
  width: 100%;
  max-width: 100vw;
  background-image: linear-gradient(#000, rgba(0, 0, 0, 0));
  justify-content: space-around;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.logo-link {
  z-index: 999;
  width: 300px;
  position: -webkit-sticky;
  position: sticky;
}

.nav-inner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 50vw;
  margin-right: 50vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  display: block;
}

.icon-3 {
  display: none;
}

.nav-ham {
  padding-left: 0;
  padding-right: 0;
}

.nav-logo {
  width: auto;
  height: auto;
  margin-top: -16px;
  transition: width .4s;
  position: relative;
  overflow: visible;
}

.nav-link {
  padding: 1em 1.5em;
  font-size: 1.5rem;
  font-weight: 700;
}

.nav-link.is-ham {
  color: #e72403;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  line-height: 100%;
}

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

.nav-page {
  align-items: stretch;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  grid-auto-flow: row;
}

.nav-col {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000, #000);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.5em;
  padding-right: 3.5em;
  display: flex;
}

.container-3 {
  height: 100%;
  max-width: none;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  height: auto;
  min-height: 100vh;
  background-image: url('../images/Delara_Animate-T-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: #faebea;
  text-transform: lowercase;
  text-shadow: none;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.heading-3.top {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: #c8e4ed;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 0 #000;
  border-radius: 0;
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 4rem;
  display: block;
}

.div-block-19 {
  width: 55vh;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.image-7 {
  width: 4%;
  opacity: .55;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.button-2 {
  width: 200px;
  opacity: 1;
  color: #b5b4b0;
  letter-spacing: 0;
  -webkit-text-stroke-color: #411635;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e72403;
  border: 1px #411635;
  border-radius: 3px;
  flex: 1;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 24px;
  transition: transform .2s ease-in-out;
  display: block;
}

.button-2:hover {
  color: #ea5386;
  background-color: #faebea;
  transform: scale(1.1);
}

.image-59 {
  margin-bottom: 20px;
  display: none;
}

.image-59:hover {
  filter: hue-rotate(180deg);
}

.heading-4 {
  color: #c8e4ed;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 900;
  display: none;
}

.image-57 {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.image-57:hover {
  filter: hue-rotate(180deg);
}

.image-58 {
  margin: auto auto 20px;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-58:hover {
  opacity: .73;
  filter: grayscale(57%);
}

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

.section-3 {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65));
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.container-4 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
}

.body-3 {
  background-image: url('../images/Delara_shop-BG.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid {
  width: 100%;
  max-width: 92%;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin: 2rem auto auto;
}

.shop-item {
  width: auto;
  text-align: center;
  border: 1px #bd1d1d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.merch-item {
  transition: transform .3s ease-in-out;
}

.merch-item:hover {
  transform: translate(0, -5px);
}

.product-link {
  color: #e72403;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: pre-line;
  padding-top: 10px;
  font-family: Helveticaneue, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: letter-spacing .2s ease-in-out;
  display: block;
}

.product-link:hover {
  color: #cfcfcf;
  letter-spacing: 2px;
  text-decoration: none;
}

.button-3 {
  width: 200px;
  opacity: 1;
  color: #000;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #411635;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border: 1px #411635;
  border-radius: 3px;
  flex: 1;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: transform .2s ease-in-out;
  display: block;
}

.button-3:hover {
  color: #000;
  background-color: #b68543;
  transform: scale(1.1);
}

.button-3.shop {
  width: 100%;
  color: #000;
  background-color: #fff;
  margin-top: 20px;
}

.button-3.shop:hover {
  background-color: #b68543;
}

.cd {
  border-radius: 12px;
}

.heading-5 {
  color: #e72403;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #faebea;
  text-transform: uppercase;
  text-shadow: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 300;
  display: flex;
}

.section-4 {
  height: 100vh;
  background-image: url('../images/Delara_Animate-T-2.jpg');
  background-position: 0 0;
  background-size: cover;
  display: none;
}

.container-5 {
  height: auto;
}

.hero-stack {
  background-color: rgba(0, 0, 0, .45);
  background-image: url('../images/Delara_Animate-T-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.margin-bottom-24px {
  color: #b5b4b0;
  margin-bottom: 24px;
  font-size: 1.5rem;
  line-height: 3rem;
}

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

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

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

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

.heading-6 {
  color: #b5b4b0;
}

.slider-2 {
  width: 50vw;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.mask {
  margin-bottom: 0;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 0;
}

.youtube {
  width: 100%;
  display: none;
}

.gallery-scroll {
  background-color: #f5f7fa;
  background-image: linear-gradient(#d1cec9, #d1cec9);
  background-position: 0 0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

.gallery-link:hover {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  border-radius: 12px;
  position: relative;
}

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

.rich-text-block {
  color: #000;
  font-family: Helveticaneue, sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.heading-7 {
  color: #000;
  font-family: Helveticaneue, sans-serif;
  font-size: 3em;
}

.image-60 {
  object-fit: fill;
  margin-bottom: 40px;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  background-image: linear-gradient(#faebe3, rgba(250, 235, 227, 0));
  position: absolute;
  top: -1px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, rgba(250, 235, 227, 0));
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
}

.waves-image-hero-1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waves-image-wrap-hero-1 {
  width: 100%;
  height: 410px;
  border-radius: 12px;
  overflow: hidden;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-column-hero-1 {
  width: 48%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves-gallery-hero-1 {
  width: 100%;
  height: 740px;
  max-width: 550px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: relative;
  overflow: hidden;
}

.waves---cta-dark {
  height: 52px;
  background-color: #131313;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
  background-color: #e72403;
  display: none;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  color: #b5b4b0;
  font-size: 24px;
  line-height: 40px;
  display: none;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  color: #e72403;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 7.5em;
  font-weight: 700;
  line-height: 100%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  background-color: #d1cec9;
  background-image: url('../images/Delara_ABOUT-BG.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.italic-text {
  color: #000;
  -webkit-text-stroke-color: #e72403;
}

.body-4 {
  font-family: Helveticaneue, sans-serif;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  color: #f1b24d;
  background-color: #f1b24d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.subscribemodal {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background-color: rgba(19, 19, 19, .88);
  border-radius: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.newslettermodaldiv {
  width: 96%;
  height: auto;
  max-width: 560px;
  background-color: #b5b4b0;
  border: 5px #000;
  border-radius: 8px;
  margin: auto;
  padding: 2rem .5rem;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.exit-icon-2 {
  filter: invert();
  justify-content: center;
  margin-top: 16px;
  margin-right: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-56 {
  width: 80%;
  filter: invert();
  color: #411635;
  display: block;
}

.heading-8 {
  color: #e37152;
  text-align: center;
}

.heading-8.modal-text {
  color: #131313;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  position: relative;
}

.html-embed-9 {
  width: 96%;
  max-width: none;
  color: #131313;
  letter-spacing: 0;
  margin: 1rem auto auto;
  font-size: 1rem;
  font-weight: 400;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bold-text {
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: rgba(0, 0, 0, .45);
}

.image-61, .image-62, .image-63 {
  border-radius: 12px;
}

.navbar-2 {
  background-color: #265fca;
  display: none;
}

.navmenulink {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.logoblock {
  width: 100%;
  height: auto;
  max-width: 9%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
}

.image-64 {
  width: 100%;
  display: block;
}

.menublock {
  width: auto;
  max-width: 20vw;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: red;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-family: Helveticaneue, sans-serif;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-block-3 {
  color: #d1cec9;
  letter-spacing: 0;
  text-transform: lowercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.menumodal {
  z-index: 9999;
  opacity: 0;
  background-color: rgba(0, 0, 0, .9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.textlinklist {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  color: #d1cec9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.link.w--current:hover {
  opacity: 1;
  color: #e72403;
}

.closemenumodalbutton {
  color: #fff;
  text-transform: none;
  font-weight: 700;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 2rem;
}

.logobox {
  width: 15vw;
  max-width: 120px;
  display: none;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.div-block-34 {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: static;
}

.div-block-35 {
  width: 50%;
  max-width: 30vw;
justify-content: center

}

.image-66 {
  width: 40%;
  height: 200%;
  max-height: 30vh;
  color: #e72403;
}

.links-list {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  margin-left: auto;
  display: flex;
}

.link-2 {
  color: #fff;
  text-transform: lowercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
}

.link-2:hover {
  color: #b68543;
}

.link-2.w--current {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: underline;
}

.desktopmenu {
  z-index: 89;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.closenewsletterbutton {
  cursor: pointer;
}

.section-5 {
  height: auto;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section-6 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .brand {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .dropdown {
    margin-left: 175px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .social-link {
    width: 1.2rem;
    margin-bottom: .4rem;
    margin-right: 0;
  }

  .socials-2 {
    height: 300px;
    min-height: 0%;
    margin: auto 0 auto 1em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .nav {
    flex-direction: column;
    justify-content: center;
  }

  .nav-inner {
    z-index: 999;
    width: 300px;
    height: 300px;
    color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-end;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu.w--open {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-logo {
    margin-top: 10px;
  }

  .nav-link.is-ham {
    text-align: center;
    padding-bottom: 1em;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .image-59, .image-57 {
    width: 60%;
  }

  .image-58 {
    display: block;
  }

  .section-3 {
    height: 100%;
    min-height: 100vh;
  }

  .body-3 {
    height: auto;
    background-image: url('../images/Delara_shop-BG.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .grid {
    width: 88%;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .shop-item {
    width: auto;
  }

  .product-link {
    line-height: 100%;
  }

  .button-3 {
    width: auto;
    max-width: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .button-3.shop {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .container-6, .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---section-hero-primary {
    text-align: center;
  }

  .exit-icon-2 {
    margin-top: 16px;
  }

  .bold-text {
    line-height: 100%;
  }

  .navmenulink {
    position: relative;
  }

  .link-2, .link-2.w--current {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .socials {
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .socials-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 1em;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .body-2 {
    background-position: 0%;
  }

  .div-block-19 {
    margin-top: auto;
    padding-top: 0;
  }

  .image-7 {
    margin-top: 25px;
  }

  .image-58 {
    width: 50%;
  }

  .section-3 {
    background-image: none;
  }

  .body-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Delara_shop-BG.jpg');
    background-position: 0 0, 15%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .grid {
    width: 80vw;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding-left: .5rem;
    padding-right: .5rem;
    display: grid;
  }

  .shop-item {
    width: auto;
    display: block;
  }

  .product-link {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 0;
  }

  .button-3.shop {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .slider-2 {
    width: 97vw;
  }

  .gallery-scroll {
    padding: 60px 15px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-hero-primary {
    background-position: 80%;
  }

  .menublock {
    cursor: pointer;
    display: flex;
  }

  .link {
    transition: all .2s;
  }

  .closemenumodalbutton {
    cursor: pointer;
  }

  .div-block-34, .desktopmenu {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .socials {
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    margin-right: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .social-link {
    width: 1.1rem;
    margin-bottom: 0;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .social-icon-2 {
    width: 100%;
  }

  .socials-2 {
    height: auto;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .body-2 {
    background-position: 18%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .div-block-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-logo {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .heading-3 {
    font-size: 2rem;
  }

  .heading-3.top {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .div-block-19 {
    width: 780%;
    max-width: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .image-58 {
    width: 70%;
  }

  .section-3 {
    height: auto;
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .body-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Delara_shop-BG.jpg');
    background-position: 0 0, 22% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .grid {
    width: 86vw;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin: 1rem;
  }

  .shop-item {
    width: auto;
  }

  .product-link {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 100%;
  }

  .button-3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .button-3.shop {
    width: auto;
    margin-bottom: 2rem;
    margin-left: 0;
    margin-right: 0;
    font-size: .75rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .container-6, .container-7 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---main-container {
    max-width: none;
    margin-top: auto;
    margin-bottom: auto;
  }

  .waves---section-hero-primary {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .66), rgba(255, 255, 255, 0) 41%), url('../images/Delara_ABOUT-BG.jpg');
    background-position: 0 0, 76%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 25vh;
    padding-bottom: 25vh;
  }

  .subscribemodal {
    display: none;
  }

  .html-embed-9 {
    width: 550px;
    max-width: 100%;
    margin: auto;
    padding-left: 0;
  }

  .bold-text {
    font-size: 1.2rem;
  }

  .menublock {
    width: auto;
    max-width: none;
    flex-direction: row;
    margin-left: auto;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link:hover {
    color: red;
  }

  .div-block-34, .desktopmenu {
    display: none;
  }
}

#w-node-_8c2e7274-6788-ae88-3b2a-b5b46bb52dac-e24f6457 {
  grid-area: Area;
}

#w-node-_8c2e7274-6788-ae88-3b2a-b5b46bb52db6-e24f6457, #w-node-_37da4360-ddb4-c2bd-1ec8-0e63da8b9c6a-e24f6457, #w-node-_71bd78e4-278c-2f3c-627d-b8759c6734ce-e24f6457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5efb21d0-07f5-a337-edf6-f6307613edf2-4ed1ca05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5efb21d0-07f5-a337-edf6-f6307613edfb-4ed1ca05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaed0-4ed1ca05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee0-4ed1ca05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee1-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee2-4ed1ca05, #access-dash.w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee5-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee6-4ed1ca05, #lead-retrieval.w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee9-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaeea-4ed1ca05, #lead-scoring.w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaeed-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaeee-4ed1ca05, #sponsored-sections.w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaef1-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaef2-4ed1ca05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaed0-4ed1ca05 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaed0-4ed1ca05, #w-node-_705f72a9-66a4-4492-6e33-1c8c3aebaee0-4ed1ca05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-MediumCond.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue-BoldCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}