.elementor-298 .elementor-element.elementor-element-e9575a8{--display:flex;}.elementor-298 .elementor-element.elementor-element-bf1234f{--display:flex;}.elementor-298 .elementor-element.elementor-element-8de3fc1{--display:flex;}.elementor-298 .elementor-element.elementor-element-0a66bb8{--display:flex;}.elementor-298 .elementor-element.elementor-element-0c9b84e{--display:flex;}.elementor-298 .elementor-element.elementor-element-bddfec4{--display:flex;}.elementor-298 .elementor-element.elementor-element-8ccbb6c{--display:flex;}.elementor-298 .elementor-element.elementor-element-0c1e5d3{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-298 .elementor-element.elementor-element-e9575a8{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-bf1234f{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-8de3fc1{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-0a66bb8{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-0c9b84e{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-bddfec4{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-8ccbb6c{--content-width:1600px;}.elementor-298 .elementor-element.elementor-element-0c1e5d3{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-f6f40cb *//* =========================================
   PLAN YOUR DAY — HERO
   ========================================= */

.lst-plan-hero {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 110px 30px 115px;
  text-align: center;
  box-sizing: border-box;
}

/* Eyebrow */
.lst-plan-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #9A6A18;
  font-family: "Lora", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

.lst-plan-eyebrow span {
  display: block;
  width: 48px;
  height: 1px;
  background: #B5831F;
  opacity: .7;
}


/* Main heading */
.lst-plan-hero h1 {
  margin: 22px 0 0;

  color: #3B160D;
  font-family: "Lora", serif;
  font-size: clamp(46px, 6vw, 82px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -1.5px;
}

.lst-plan-hero h1 em {
  color: #8B260F;
  font-style: italic;
  font-weight: 600;
}


/* Gold divider */
.lst-plan-line {
  width: 76px;
  height: 2px;
  margin: 28px auto 28px;

  background: #B5831F;
}


/* Description */
.lst-plan-hero p {
  max-width: 680px;
  margin: 0 auto;

  color: #65483B;
  font-family: "Lora", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}


/* Explore button */
.lst-plan-scroll {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin-top: 42px;
  padding: 14px 23px;

  border: 1px solid rgba(181,131,31,.65);

  color: #5F1303;
  font-family: "Lora", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease,
    transform .3s ease;
}

.lst-plan-scroll i {
  font-size: 18px;
  font-style: normal;
  line-height: 10px;
  transition: transform .3s ease;
}

.lst-plan-scroll:hover {
  background: #5F1303;
  border-color: #5F1303;
  color: #F4E7CE;
  transform: translateY(-2px);
}

.lst-plan-scroll:hover i {
  transform: translateY(4px);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

  .lst-plan-hero {
    padding: 80px 22px 85px;
  }

  .lst-plan-eyebrow {
    gap: 10px;
    font-size: 10px;
    letter-spacing: 2px;
  }

  .lst-plan-eyebrow span {
    width: 28px;
  }

  .lst-plan-hero h1 {
    margin-top: 20px;
    font-size: clamp(42px, 13vw, 58px);
    letter-spacing: -1px;
  }

  .lst-plan-line {
    margin: 23px auto;
  }

  .lst-plan-hero p {
    max-width: 540px;
    font-size: 15px;
    line-height: 1.8;
  }

  .lst-plan-scroll {
    margin-top: 32px;
    padding: 13px 19px;
    font-size: 10px;
    letter-spacing: 1.8px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e9575a8 */.elementor-298 .elementor-element.elementor-element-e9575a8 {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse 70% 55% at 50% -10%,
            rgba(255,255,250,.95) 0%,
            rgba(255,248,230,.72) 32%,
            transparent 75%
        ),

        radial-gradient(
            ellipse 28% 70% at 0% 35%,
            rgba(181,131,31,.13),
            transparent 75%
        ),

        radial-gradient(
            ellipse 28% 70% at 100% 35%,
            rgba(181,131,31,.11),
            transparent 75%
        ),

        #F1E7D5;
}

/* Theatre spotlight */
.elementor-298 .elementor-element.elementor-element-e9575a8::before {
    content: "";

    position: absolute;

    top: -30%;
    left: 50%;

    width: 38%;
    height: 160%;

    transform:
        translateX(-50%)
        rotate(3deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.18),
            rgba(181,131,31,.035),
            rgba(255,255,255,.18),
            transparent
        );

    filter: blur(22px);

    pointer-events: none;
}

/* Elegant gold frame */
.elementor-298 .elementor-element.elementor-element-e9575a8::after {
    content: "";

    position: absolute;

    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;

    border: 1px solid rgba(181,131,31,.18);

    pointer-events: none;
}

/* Keep section content above atmosphere */
.elementor-298 .elementor-element.elementor-element-e9575a8 > .elementor-container,
.elementor-298 .elementor-element.elementor-element-e9575a8 > .e-con,
.elementor-298 .elementor-element.elementor-element-e9575a8 > .e-con-inner {
    position: relative;
    z-index: 2;
}


/* MOBILE */

@media (max-width: 767px) {

    .elementor-298 .elementor-element.elementor-element-e9575a8 {
        background:
            radial-gradient(
                ellipse 100% 50% at 50% -5%,
                rgba(255,255,250,.97),
                rgba(255,248,230,.65) 40%,
                transparent 78%
            ),

            radial-gradient(
                ellipse 45% 55% at 0% 35%,
                rgba(181,131,31,.08),
                transparent 75%
            ),

            radial-gradient(
                ellipse 45% 55% at 100% 35%,
                rgba(181,131,31,.07),
                transparent 75%
            ),

            #F1E7D5;
    }

    .elementor-298 .elementor-element.elementor-element-e9575a8::after {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-92ed22a */.lst-dining-section {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(50px, 7vw, 105px);

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 115px 35px;

  box-sizing: border-box;
}


/* =========================================
   IMAGE
   ========================================= */

.lst-dining-image {
  position: relative;
  padding: 18px;
}

.lst-dining-image-frame {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;

  overflow: hidden;

  border: 1px solid rgba(181,131,31,.65);

  box-shadow:
    0 22px 55px rgba(0,0,0,.28),
    0 0 0 8px rgba(181,131,31,.035);
}

.lst-dining-image-frame::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 2;
  pointer-events: none;

  border: 1px solid rgba(255,230,180,.15);
}

.lst-dining-image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 3;
  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(181,131,31,.16),
      transparent 35%,
      transparent 70%,
      rgba(0,0,0,.18)
    );
}

.lst-dining-image-frame img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;
}

.lst-dining-image:hover
.lst-dining-image-frame img {
  transform: scale(1.045);
}


/* Image label */

.lst-dining-image-label {
  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 5;

  padding: 12px 20px;

  background: #5F1303;

  border-top: 1px solid #B5831F;
  border-right: 1px solid #B5831F;

  color: #F3E4C7;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2.3px;
}


/* =========================================
   CONTENT
   ========================================= */

.lst-dining-content {
  max-width: 600px;
}


/* Eyebrow */

.lst-dining-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-bottom: 18px;

  color: #9A6A18;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.lst-dining-eyebrow span {
  width: 38px;
  height: 1px;

  background: #B5831F;
}


/* Heading */

.lst-dining-content h2 {
  margin: 0;

  color: #38150D;

  font-family: "Lora", serif;
  font-size: clamp(40px, 4.5vw, 62px);
  font-weight: 500;

  line-height: 1.08;
  letter-spacing: -1.2px;
}

.lst-dining-content h2 em {
  display: block;

  color: #8A2B13;

  font-style: italic;
  font-weight: 600;
}


/* Divider */

.lst-dining-divider {
  position: relative;

  width: 70px;
  height: 1px;

  margin: 27px 0 25px;

  background: #B5831F;
}

.lst-dining-divider::after {
  content: "";

  position: absolute;

  right: -7px;
  top: 50%;

  width: 5px;
  height: 5px;

  border: 1px solid #B5831F;

  transform: translateY(-50%) rotate(45deg);
}


/* Intro */

.lst-dining-intro {
  max-width: 520px;

  margin: 0 0 32px;

  color: #664B3C;

  font-family: "Lora", serif;
  font-size: 16px;

  line-height: 1.85;
}


/* =========================================
   RESTAURANT LIST
   ========================================= */

.lst-restaurant-list {
  border-top: 1px solid rgba(95,19,3,.16);
}

.lst-restaurant {
  display: grid;
  grid-template-columns: 48px 1fr 30px;
  align-items: center;
  gap: 18px;

  padding: 21px 4px;

  border-bottom: 1px solid rgba(95,19,3,.16);

  transition:
    padding .3s ease,
    background .3s ease;
}

.lst-restaurant:hover {
  padding-left: 12px;
  padding-right: 12px;

  background: rgba(181,131,31,.07);
}


/* Number */

.lst-restaurant-number {
  color: #B5831F;

  font-family: "Lora", serif;
  font-size: 13px;
  font-weight: 700;

  letter-spacing: 1px;
}


/* Restaurant name */

.lst-restaurant-info h3 {
  margin: 0 0 5px;

  color: #3A160E;

  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;

  line-height: 1.3;
}


/* Description */

.lst-restaurant-info p {
  margin: 0;

  color: #765C4C;

  font-family: "Lora", serif;
  font-size: 13px;

  line-height: 1.6;
}


/* Arrow */

.lst-restaurant-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border: 1px solid rgba(181,131,31,.45);

  color: #8B260F;

  font-size: 14px;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.lst-restaurant:hover .lst-restaurant-arrow {
  background: #5F1303;
  border-color: #5F1303;

  color: #F3E4C7;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

  .lst-dining-section {
    grid-template-columns: 1fr;

    gap: 48px;

    padding: 80px 22px;
  }

  .lst-dining-image {
    padding: 10px;
  }

  .lst-dining-image-frame {
    aspect-ratio: 4 / 5;
  }

  .lst-dining-image-label {
    font-size: 9px;
    padding: 10px 15px;
    letter-spacing: 1.8px;
  }

  .lst-dining-content h2 {
    font-size: clamp(39px, 11vw, 53px);
  }

  .lst-dining-intro {
    font-size: 15px;
  }

  .lst-restaurant {
    grid-template-columns: 35px 1fr 28px;
    gap: 10px;

    padding: 18px 2px;
  }

  .lst-restaurant-info h3 {
    font-size: 16px;
  }

  .lst-restaurant-info p {
    font-size: 12px;
  }

  .lst-restaurant-number {
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bf1234f */.elementor-298 .elementor-element.elementor-element-bf1234f {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse 55% 75% at 50% -20%,
            rgba(255,255,255,.65),
            transparent 70%
        ),
        radial-gradient(
            ellipse 28% 70% at 0% 50%,
            rgba(181,131,31,.09),
            transparent 72%
        ),
        radial-gradient(
            ellipse 28% 70% at 100% 50%,
            rgba(181,131,31,.08),
            transparent 72%
        ),
        #D8C9AD !important;

    padding: 0 !important;
}


/* SUBTLE THEATRE LIGHT */

.elementor-298 .elementor-element.elementor-element-bf1234f::before {
    content: "";

    position: absolute;

    top: -25%;
    left: 50%;

    width: 34%;
    height: 150%;

    transform:
        translateX(-50%)
        rotate(2deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,248,220,.16),
            rgba(255,255,255,.28),
            rgba(255,248,220,.16),
            transparent
        );

    filter: blur(22px);

    pointer-events: none;
}


/* VERY FINE GOLD FRAME */

.elementor-298 .elementor-element.elementor-element-bf1234f::after {
    content: "";

    position: absolute;

    left: 3%;
    right: 3%;

    top: 24px;
    bottom: 24px;

    border:
        1px solid
        rgba(181,131,31,.22);

    pointer-events: none;
}


/* CONTENT ABOVE BACKGROUND */

.elementor-298 .elementor-element.elementor-element-bf1234f > .elementor-container,
.elementor-298 .elementor-element.elementor-element-bf1234f > .e-con,
.elementor-298 .elementor-element.elementor-element-bf1234f > .e-con-inner {
    position: relative;
    z-index: 2;
}


/* MOBILE */

@media (max-width: 767px) {

    .elementor-298 .elementor-element.elementor-element-bf1234f {
        background:
            radial-gradient(
                ellipse 80% 50% at 50% -10%,
                rgba(255,255,255,.60),
                transparent 72%
            ),
            radial-gradient(
                ellipse 45% 60% at 0% 40%,
                rgba(181,131,31,.08),
                transparent 75%
            ),
            radial-gradient(
                ellipse 45% 60% at 100% 40%,
                rgba(181,131,31,.07),
                transparent 75%
            ),
            #D8C9AD !important;
    }

    .elementor-298 .elementor-element.elementor-element-bf1234f::after {
        left: 4%;
        right: 4%;
        top: 15px;
        bottom: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7258fd0 */.lst-downtown-section {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 120px 35px;

  box-sizing: border-box;
}


/* =========================================
   HEADING
   ========================================= */

.lst-downtown-heading {
  max-width: 760px;
  margin: 0 auto 65px;

  text-align: center;
}

.lst-downtown-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  color: #D0A85B;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.lst-downtown-eyebrow span {
  width: 45px;
  height: 1px;

  background: #B5831F;
}

.lst-downtown-heading h2 {
  margin: 23px 0 0;

  color: #F3E6CE;

  font-family: "Lora", serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 500;

  line-height: 1.08;
  letter-spacing: -1.5px;
}

.lst-downtown-heading h2 em {
  color: #D0A85B;

  font-style: italic;
  font-weight: 600;
}

.lst-downtown-divider {
  position: relative;

  width: 72px;
  height: 1px;

  margin: 27px auto;
  
  background: #B5831F;
}

.lst-downtown-divider::before,
.lst-downtown-divider::after {
  content: "";

  position: absolute;
  top: 50%;

  width: 5px;
  height: 5px;

  border: 1px solid #B5831F;

  transform: translateY(-50%) rotate(45deg);
}

.lst-downtown-divider::before {
  left: -9px;
}

.lst-downtown-divider::after {
  right: -9px;
}

.lst-downtown-heading p {
  max-width: 650px;

  margin: 0 auto;

  color: rgba(243,230,206,.72);

  font-family: "Lora", serif;
  font-size: 16px;

  line-height: 1.9;
}


/* =========================================
   GRID
   ========================================= */

.lst-downtown-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}


/* =========================================
   PLACE CARD
   ========================================= */

.lst-downtown-place {
  position: relative;

  min-height: 280px;

  padding: 27px 27px 30px;

  box-sizing: border-box;

  border: 1px solid rgba(181,131,31,.38);

  background:
    linear-gradient(
      145deg,
      rgba(255,255,255,.035),
      rgba(0,0,0,.09)
    );

  transition:
    transform .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .35s ease;
}

.lst-downtown-place::before {
  content: "";

  position: absolute;

  inset: 7px;

  pointer-events: none;

  border: 1px solid rgba(181,131,31,.10);

  opacity: .7;
}

.lst-downtown-place:hover {
  transform: translateY(-6px);

  border-color: rgba(181,131,31,.8);

  background:
    linear-gradient(
      145deg,
      rgba(181,131,31,.09),
      rgba(0,0,0,.12)
    );

  box-shadow:
    0 18px 40px rgba(0,0,0,.22);
}


/* =========================================
   TOP ROW
   ========================================= */

.lst-place-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin-bottom: 28px;
}

.lst-place-number {
  color: #B5831F;

  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;
}

.lst-place-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 29px;
  height: 29px;

  border: 1px solid rgba(181,131,31,.45);

  color: #D0A85B;

  font-size: 14px;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.lst-downtown-place:hover .lst-place-arrow {
  background: #B5831F;

  border-color: #B5831F;

  color: #2A0905;
}


/* =========================================
   TITLE
   ========================================= */

.lst-downtown-place h3 {
  margin: 0 0 9px;

  color: #F3E6CE;

  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;

  line-height: 1.3;
}


/* =========================================
   ADDRESS
   ========================================= */

.lst-place-address {
  margin-bottom: 17px;

  color: #C69D52;

  font-family: "Lora", serif;
  font-size: 11px;
  font-weight: 600;

  line-height: 1.5;
  letter-spacing: .4px;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.lst-downtown-place p {
  margin: 0;

  color: rgba(243,230,206,.65);

  font-family: "Lora", serif;
  font-size: 13px;

  line-height: 1.75;
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 900px) {

  .lst-downtown-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


@media (max-width: 767px) {

  .lst-downtown-section {
    padding: 85px 22px;
  }

  .lst-downtown-heading {
    margin-bottom: 45px;
  }

  .lst-downtown-eyebrow {
    gap: 10px;

    font-size: 9px;
    letter-spacing: 2px;
  }

  .lst-downtown-eyebrow span {
    width: 28px;
  }

  .lst-downtown-heading h2 {
    font-size: clamp(40px, 11vw, 55px);
  }

  .lst-downtown-heading p {
    font-size: 15px;
    line-height: 1.8;
  }

  .lst-downtown-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lst-downtown-place {
    min-height: auto;
    padding: 25px 24px 28px;
  }

  .lst-downtown-place h3 {
    font-size: 18px;
  }

  .lst-downtown-place p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8de3fc1 */.elementor-298 .elementor-element.elementor-element-8de3fc1 {
  position: relative;
  overflow: hidden;


  box-sizing: border-box;

  background:
    radial-gradient(
      ellipse 55% 90% at 8% 50%,
      rgba(177, 39, 25, 0.22) 0%,
      rgba(112, 20, 13, 0.10) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 50% 80% at 92% 45%,
      rgba(201, 157, 55, 0.10) 0%,
      transparent 65%
    ),
    #64140f;
}


/* =========================================================
   LEFT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-8de3fc1::before {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  left: -28%;
  top: -40%;

  pointer-events: none;

  background: linear-gradient(
    108deg,
    rgba(255, 230, 165, 0.13) 0%,
    rgba(255, 220, 135, 0.06) 22%,
    transparent 48%
  );

  transform: rotate(-4deg);

  filter: blur(18px);
  opacity: 0.8;
}


/* =========================================================
   RIGHT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-8de3fc1::after {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  right: -30%;
  top: -45%;

  pointer-events: none;

  background: linear-gradient(
    252deg,
    rgba(255, 230, 165, 0.12) 0%,
    rgba(255, 220, 135, 0.055) 22%,
    transparent 48%
  );

  transform: rotate(4deg);

  filter: blur(20px);
  opacity: 0.7;
}


/* =========================================================
   KEEP CONTENT ABOVE LIGHTING
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-8de3fc1 > .elementor-container,
.elementor-298 .elementor-element.elementor-element-8de3fc1 > .e-con,
.elementor-298 .elementor-element.elementor-element-8de3fc1 > .e-con-inner {
  position: relative;
  z-index: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .elementor-298 .elementor-element.elementor-element-8de3fc1 {
    padding: 70px 30px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .elementor-298 .elementor-element.elementor-element-8de3fc1 {
    padding: 60px 20px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .elementor-298 .elementor-element.elementor-element-8de3fc1 {
    padding: 50px 16px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcd41c0 */.lst-parking-section {
  position: relative;
  z-index: 2;

  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  align-items: center;

  gap: clamp(50px, 7vw, 105px);

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 115px 35px;

  box-sizing: border-box;
}


/* =========================================
   IMAGE
   ========================================= */

.lst-parking-image {
  position: relative;
  padding: 18px;
}

.lst-parking-image-frame {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 5;

  overflow: hidden;

  border: 1px solid rgba(95,19,3,.42);

  box-shadow:
    0 24px 55px rgba(60,25,10,.18),
    0 0 0 8px rgba(181,131,31,.055);
}

.lst-parking-image-frame::before {
  content: "";

  position: absolute;
  inset: 7px;

  z-index: 3;

  pointer-events: none;

  border: 1px solid rgba(255,245,220,.35);
}

.lst-parking-image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 4;

  pointer-events: none;

  background:
    linear-gradient(
      135deg,
      rgba(181,131,31,.14),
      transparent 38%,
      rgba(95,19,3,.12)
    );
}

.lst-parking-image-frame img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .8s ease;
}

.lst-parking-image:hover
.lst-parking-image-frame img {
  transform: scale(1.045);
}


/* Image tag */

.lst-parking-image-tag {
  position: absolute;

  left: 0;
  bottom: 0;

  z-index: 5;

  padding: 12px 20px;

  background: #5F1303;

  border-top: 1px solid #B5831F;
  border-right: 1px solid #B5831F;

  color: #F1E2C4;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2.3px;
}


/* =========================================
   CONTENT
   ========================================= */

.lst-parking-content {
  max-width: 600px;
}


/* Eyebrow */

.lst-parking-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-bottom: 18px;

  color: #8C641E;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.lst-parking-eyebrow span {
  width: 38px;
  height: 1px;

  background: #B5831F;
}


/* Heading */

.lst-parking-content h2 {
  margin: 0;

  color: #38150D;

  font-family: "Lora", serif;
  font-size: clamp(40px, 4.4vw, 61px);
  font-weight: 500;

  line-height: 1.08;
  letter-spacing: -1.2px;
}

.lst-parking-content h2 em {
  color: #8B260F;

  font-style: italic;
  font-weight: 600;
}


/* Divider */

.lst-parking-divider {
  position: relative;

  width: 72px;
  height: 1px;

  margin: 27px 0 25px;

  background: #B5831F;
}

.lst-parking-divider::after {
  content: "";

  position: absolute;

  right: -7px;
  top: 50%;

  width: 5px;
  height: 5px;

  border: 1px solid #B5831F;

  transform: translateY(-50%) rotate(45deg);
}


/* Intro */

.lst-parking-intro {
  max-width: 550px;

  margin: 0 0 30px;

  color: #65493A;

  font-family: "Lora", serif;
  font-size: 15px;

  line-height: 1.85;
}

.lst-parking-intro strong {
  color: #5F1303;
  font-weight: 700;
}


/* =========================================
   PARKING LIST
   ========================================= */

.lst-parking-list {
  border-top: 1px solid rgba(95,19,3,.18);
}

.lst-parking-option {
  display: grid;

  grid-template-columns: 42px 1fr 30px;

  align-items: center;

  gap: 18px;

  padding: 20px 5px;

  border-bottom: 1px solid rgba(95,19,3,.18);

  transition:
    padding .3s ease,
    background .3s ease;
}

.lst-parking-option:hover {
  padding-left: 13px;
  padding-right: 13px;

  background: rgba(181,131,31,.08);
}


/* Number */

.lst-parking-number {
  color: #B5831F;

  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1.5px;
}


/* Name */

.lst-parking-info h3 {
  margin: 0 0 3px;

  color: #3A160E;

  font-family: "Lora", serif;
  font-size: 18px;
  font-weight: 700;

  line-height: 1.3;
}


/* Type */

.lst-parking-type {
  display: block;

  margin-bottom: 7px;

  color: #9A6A18;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 1px;
  text-transform: uppercase;
}


/* Description */

.lst-parking-info p {
  margin: 0;

  color: #765C4C;

  font-family: "Lora", serif;
  font-size: 12px;

  line-height: 1.65;
}


/* Arrow */

.lst-parking-arrow {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border: 1px solid rgba(181,131,31,.45);

  color: #8B260F;

  font-size: 14px;

  transition:
    background .3s ease,
    border-color .3s ease,
    color .3s ease;
}

.lst-parking-option:hover .lst-parking-arrow {
  background: #5F1303;

  border-color: #5F1303;

  color: #F1E2C4;
}


/* =========================================
   OFFICIAL INFORMATION
   ========================================= */

.lst-parking-cta {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  margin-top: 30px;
  padding-top: 22px;

  border-top: 1px solid rgba(95,19,3,.18);
}

.lst-parking-cta p {
  margin: 0;

  color: #765C4C;

  font-family: "Lora", serif;
  font-size: 12px;

  line-height: 1.5;
}

.lst-parking-cta a {
  display: inline-flex;

  align-items: center;
  gap: 10px;

  flex-shrink: 0;

  padding: 12px 16px;

  border: 1px solid #B5831F;

  color: #5F1303;

  font-family: "Lora", serif;
  font-size: 9px;
  font-weight: 700;

  letter-spacing: 1.6px;

  text-decoration: none;
  text-transform: uppercase;

  transition:
    background .3s ease,
    color .3s ease,
    transform .3s ease;
}

.lst-parking-cta a b {
  font-size: 14px;
  font-weight: 400;
}

.lst-parking-cta a:hover {
  background: #5F1303;

  color: #F1E2C4;

  transform: translateY(-2px);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

  .lst-parking-section {
    grid-template-columns: 1fr;

    gap: 48px;

    padding: 80px 22px;
  }

  .lst-parking-image {
    padding: 10px;
  }

  .lst-parking-content h2 {
    font-size: clamp(39px, 11vw, 53px);
  }

  .lst-parking-intro {
    font-size: 14px;
  }

  .lst-parking-option {
    grid-template-columns: 34px 1fr 28px;

    gap: 10px;

    padding: 18px 2px;
  }

  .lst-parking-info h3 {
    font-size: 16px;
  }

  .lst-parking-info p {
    font-size: 12px;
  }

  .lst-parking-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .lst-parking-cta a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0a66bb8 */.elementor-298 .elementor-element.elementor-element-0a66bb8 {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            ellipse 70% 55% at 50% -10%,
            rgba(255,255,250,.95) 0%,
            rgba(255,248,230,.72) 32%,
            transparent 75%
        ),

        radial-gradient(
            ellipse 28% 70% at 0% 35%,
            rgba(181,131,31,.13),
            transparent 75%
        ),

        radial-gradient(
            ellipse 28% 70% at 100% 35%,
            rgba(181,131,31,.11),
            transparent 75%
        ),

        #F1E7D5;
}

/* Theatre spotlight */
.elementor-298 .elementor-element.elementor-element-0a66bb8::before {
    content: "";

    position: absolute;

    top: -30%;
    left: 50%;

    width: 38%;
    height: 160%;

    transform:
        translateX(-50%)
        rotate(3deg);

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.18),
            rgba(181,131,31,.035),
            rgba(255,255,255,.18),
            transparent
        );

    filter: blur(22px);

    pointer-events: none;
}

/* Elegant gold frame */
.elementor-298 .elementor-element.elementor-element-0a66bb8::after {
    content: "";

    position: absolute;

    top: 25px;
    right: 25px;
    bottom: 25px;
    left: 25px;

    border: 1px solid rgba(181,131,31,.18);

    pointer-events: none;
}

/* Keep section content above atmosphere */
.elementor-298 .elementor-element.elementor-element-0a66bb8 > .elementor-container,
.elementor-298 .elementor-element.elementor-element-0a66bb8 > .e-con,
.elementor-298 .elementor-element.elementor-element-0a66bb8 > .e-con-inner {
    position: relative;
    z-index: 2;
}


/* MOBILE */

@media (max-width: 767px) {

    .elementor-298 .elementor-element.elementor-element-0a66bb8 {
        background:
            radial-gradient(
                ellipse 100% 50% at 50% -5%,
                rgba(255,255,250,.97),
                rgba(255,248,230,.65) 40%,
                transparent 78%
            ),

            radial-gradient(
                ellipse 45% 55% at 0% 35%,
                rgba(181,131,31,.08),
                transparent 75%
            ),

            radial-gradient(
                ellipse 45% 55% at 100% 35%,
                rgba(181,131,31,.07),
                transparent 75%
            ),

            #F1E7D5;
    }

    .elementor-298 .elementor-element.elementor-element-0a66bb8::after {
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0c9b84e */.elementor-298 .elementor-element.elementor-element-0c9b84e {
  position: relative;
  overflow: hidden;


  box-sizing: border-box;

  background:
    radial-gradient(
      ellipse 55% 90% at 8% 50%,
      rgba(177, 39, 25, 0.22) 0%,
      rgba(112, 20, 13, 0.10) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 50% 80% at 92% 45%,
      rgba(201, 157, 55, 0.10) 0%,
      transparent 65%
    ),
    #64140f;
}


/* =========================================================
   LEFT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c9b84e::before {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  left: -28%;
  top: -40%;

  pointer-events: none;

  background: linear-gradient(
    108deg,
    rgba(255, 230, 165, 0.13) 0%,
    rgba(255, 220, 135, 0.06) 22%,
    transparent 48%
  );

  transform: rotate(-4deg);

  filter: blur(18px);
  opacity: 0.8;
}


/* =========================================================
   RIGHT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c9b84e::after {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  right: -30%;
  top: -45%;

  pointer-events: none;

  background: linear-gradient(
    252deg,
    rgba(255, 230, 165, 0.12) 0%,
    rgba(255, 220, 135, 0.055) 22%,
    transparent 48%
  );

  transform: rotate(4deg);

  filter: blur(20px);
  opacity: 0.7;
}


/* =========================================================
   KEEP CONTENT ABOVE LIGHTING
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c9b84e > .elementor-container,
.elementor-298 .elementor-element.elementor-element-0c9b84e > .e-con,
.elementor-298 .elementor-element.elementor-element-0c9b84e > .e-con-inner {
  position: relative;
  z-index: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .elementor-298 .elementor-element.elementor-element-0c9b84e {
    padding: 70px 30px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .elementor-298 .elementor-element.elementor-element-0c9b84e {
    padding: 60px 20px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .elementor-298 .elementor-element.elementor-element-0c9b84e {
    padding: 50px 16px;
  }

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bddfec4 */.elementor-298 .elementor-element.elementor-element-bddfec4 {
    background-color: #F0E5D4 !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e32dcf7 */.lst-shops-section {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1240px;

  margin: 0 auto;
  padding: 120px 35px;

  box-sizing: border-box;
}


/* =========================================
   HEADER
   ========================================= */

.lst-shops-heading {
  max-width: 760px;

  margin: 0 auto 60px;

  text-align: center;
}

.lst-shops-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 16px;

  color: #6F4A12;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

.lst-shops-eyebrow span {
  width: 46px;
  height: 1px;

  background: #8E681F;
}

.lst-shops-heading h2 {
  margin: 23px 0 0;

  color: #35150B;

  font-family: "Lora", serif;
  font-size: clamp(45px, 5vw, 70px);
  font-weight: 500;

  line-height: 1.05;
  letter-spacing: -1.5px;
}

.lst-shops-heading h2 em {
  color: #7B240F;

  font-style: italic;
  font-weight: 600;
}

.lst-shops-divider {
  position: relative;

  width: 75px;
  height: 1px;

  margin: 27px auto;

  background: #9C741F;
}

.lst-shops-divider::before,
.lst-shops-divider::after {
  content: "";

  position: absolute;

  top: 50%;

  width: 5px;
  height: 5px;

  border: 1px solid #9C741F;

  transform: translateY(-50%) rotate(45deg);
}

.lst-shops-divider::before {
  left: -10px;
}

.lst-shops-divider::after {
  right: -10px;
}

.lst-shops-heading p {
  max-width: 650px;

  margin: 0 auto;

  color: #624A36;

  font-family: "Lora", serif;
  font-size: 16px;

  line-height: 1.9;
}


/* =========================================
   SHOPPING ROUTE
   ========================================= */

.lst-shops-route {
  position: relative;
}


/* Trail title */

.lst-route-title {
  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 28px;
}

.lst-route-title span {
  position: relative;

  padding: 0 22px;

  color: #725018;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 700;

  letter-spacing: 2.5px;

  text-transform: uppercase;
}

.lst-route-title span::before,
.lst-route-title span::after {
  content: "";

  position: absolute;

  top: 50%;

  width: 55px;
  height: 1px;

  background: rgba(112,78,18,.35);
}

.lst-route-title span::before {
  right: 100%;
}

.lst-route-title span::after {
  left: 100%;
}


/* =========================================
   GRID
   ========================================= */

.lst-shops-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 15px;
}


/* =========================================
   SHOP CARD
   ========================================= */

.lst-shop-card {
  position: relative;

  min-height: 355px;

  padding: 28px 25px 30px;

  box-sizing: border-box;

  background:
    linear-gradient(
      145deg,
      #3A170D 0%,
      #291009 100%
    );

  border: 1px solid rgba(181,131,31,.55);

  box-shadow:
    0 14px 35px rgba(54,27,9,.16);

  overflow: hidden;

  transition:
    transform .35s ease,
    box-shadow .35s ease,
    border-color .35s ease;
}

.lst-shop-card::before {
  content: "";

  position: absolute;

  inset: 7px;

  border: 1px solid rgba(181,131,31,.12);

  pointer-events: none;
}

.lst-shop-card:hover {
  transform: translateY(-7px);

  border-color: rgba(181,131,31,.9);

  box-shadow:
    0 22px 45px rgba(54,27,9,.25);
}


/* Number */

.lst-shop-number {
  position: relative;
  z-index: 2;

  color: #C99D46;

  font-family: "Lora", serif;
  font-size: 12px;
  font-weight: 700;

  letter-spacing: 2px;
}


/* Gold accent */

.lst-shop-accent {
  width: 34px;
  height: 1px;

  margin: 20px 0 18px;

  background: #B5831F;
}


/* Location */

.lst-shop-location {
  color: #B5831F;

  font-family: "Lora", serif;
  font-size: 9px;
  font-weight: 700;

  letter-spacing: 1.8px;

  line-height: 1.5;

  text-transform: uppercase;
}


/* Shop name */

.lst-shop-card h3 {
  margin: 8px 0 8px;

  color: #F3E4C5;

  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: 700;

  line-height: 1.3;
}


/* Address */

.lst-shop-address {
  margin-bottom: 16px;

  color: #C49A55;

  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 600;

  line-height: 1.5;
}


/* Description */

.lst-shop-card p {
  margin: 0;

  color: rgba(243,228,197,.68);

  font-family: "Lora", serif;
  font-size: 12px;

  line-height: 1.75;
}


/* Corner arrow */

.lst-shop-corner {
  position: absolute;

  right: 18px;
  bottom: 17px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border: 1px solid rgba(181,131,31,.45);

  color: #C99D46;

  font-size: 13px;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}

.lst-shop-card:hover .lst-shop-corner {
  background: #B5831F;

  border-color: #B5831F;

  color: #2B1008;
}


/* =========================================
   BOTTOM STATEMENT
   ========================================= */

.lst-shops-bottom {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 24px;

  margin-top: 58px;

  text-align: center;
}

.lst-shops-bottom p {
  margin: 0;

  color: #5C4028;

  font-family: "Lora", serif;
  font-size: 15px;

  line-height: 1.6;
}

.lst-shops-bottom strong {
  color: #6F200F;

  font-weight: 700;
}

.lst-bottom-mark {
  color: #9C741F;

  font-size: 15px;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1050px) {

  .lst-shops-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lst-shop-card {
    min-height: 310px;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

  .lst-shops-section {
    padding: 85px 22px;
  }

  .lst-shops-heading {
    margin-bottom: 45px;
  }

  .lst-shops-eyebrow {
    gap: 10px;

    font-size: 9px;
    letter-spacing: 2px;
  }

  .lst-shops-eyebrow span {
    width: 28px;
  }

  .lst-shops-heading h2 {
    font-size: clamp(40px, 11vw, 55px);
  }

  .lst-shops-heading p {
    font-size: 15px;
    line-height: 1.8;
  }

  .lst-shops-grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .lst-shop-card {
    min-height: auto;

    padding: 27px 25px 32px;
  }

  .lst-shop-card h3 {
    font-size: 19px;
  }

  .lst-shop-card p {
    font-size: 13px;
  }

  .lst-shops-bottom {
    gap: 12px;

    margin-top: 42px;
  }

  .lst-shops-bottom p {
    font-size: 13px;
  }

  .lst-bottom-mark {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8ccbb6c */.elementor-298 .elementor-element.elementor-element-8ccbb6c {
  position: relative;
  overflow: hidden;

  background:
    radial-gradient(
      ellipse at 50% 10%,
      rgba(255,239,190,.32),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 5% 75%,
      rgba(181,131,31,.16),
      transparent 38%
    ),
    radial-gradient(
      ellipse at 95% 80%,
      rgba(95,19,3,.10),
      transparent 38%
    ),
    linear-gradient(
      135deg,
      #D5B879 0%,
      #E7D09B 42%,
      #C9A65F 100%
    ) !important;
}


/* Antique parchment texture */

.elementor-298 .elementor-element.elementor-element-8ccbb6c::before {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;

  opacity: .18;

  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(70,38,10,.035) 0px,
      rgba(70,38,10,.035) 1px,
      transparent 1px,
      transparent 5px
    );
}


/* Soft central golden illumination */

.elementor-298 .elementor-element.elementor-element-8ccbb6c::after {
  content: "";

  position: absolute;

  width: 850px;
  height: 500px;

  left: 50%;
  top: -180px;

  transform: translateX(-50%);

  pointer-events: none;

  background: radial-gradient(
    ellipse,
    rgba(255,244,205,.22),
    transparent 68%
  );

  filter: blur(12px);
}


.elementor-298 .elementor-element.elementor-element-8ccbb6c > .elementor-container,
.elementor-298 .elementor-element.elementor-element-8ccbb6c > .e-con-inner {
  position: relative;
  z-index: 3;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0c1e5d3 */.elementor-298 .elementor-element.elementor-element-0c1e5d3 {
  position: relative;
  overflow: hidden;


  box-sizing: border-box;

  background:
    radial-gradient(
      ellipse 55% 90% at 8% 50%,
      rgba(177, 39, 25, 0.22) 0%,
      rgba(112, 20, 13, 0.10) 38%,
      transparent 72%
    ),
    radial-gradient(
      ellipse 50% 80% at 92% 45%,
      rgba(201, 157, 55, 0.10) 0%,
      transparent 65%
    ),
    #64140f;
}


/* =========================================================
   LEFT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c1e5d3::before {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  left: -28%;
  top: -40%;

  pointer-events: none;

  background: linear-gradient(
    108deg,
    rgba(255, 230, 165, 0.13) 0%,
    rgba(255, 220, 135, 0.06) 22%,
    transparent 48%
  );

  transform: rotate(-4deg);

  filter: blur(18px);
  opacity: 0.8;
}


/* =========================================================
   RIGHT THEATRE SPOTLIGHT
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c1e5d3::after {
  content: "";
  position: absolute;
  z-index: 0;

  width: 75%;
  height: 180%;

  right: -30%;
  top: -45%;

  pointer-events: none;

  background: linear-gradient(
    252deg,
    rgba(255, 230, 165, 0.12) 0%,
    rgba(255, 220, 135, 0.055) 22%,
    transparent 48%
  );

  transform: rotate(4deg);

  filter: blur(20px);
  opacity: 0.7;
}


/* =========================================================
   KEEP CONTENT ABOVE LIGHTING
   ========================================================= */

.elementor-298 .elementor-element.elementor-element-0c1e5d3 > .elementor-container,
.elementor-298 .elementor-element.elementor-element-0c1e5d3 > .e-con,
.elementor-298 .elementor-element.elementor-element-0c1e5d3 > .e-con-inner {
  position: relative;
  z-index: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

  .elementor-298 .elementor-element.elementor-element-0c1e5d3 {
    padding: 70px 30px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

  .elementor-298 .elementor-element.elementor-element-0c1e5d3 {
    padding: 60px 20px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

  .elementor-298 .elementor-element.elementor-element-0c1e5d3 {
    padding: 50px 16px;
  }

}/* End custom CSS */