.elementor-28 .elementor-element.elementor-element-4ebe9f1{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-4ebe9f1 */:root{
  --tds-primary:#6f1d33;
  --tds-primary-dark:#541426;
  --tds-secondary:#f7f3ee;
  --tds-secondary-strong:#efe6dd;
  --tds-accent:#b08d57;
  --tds-sage:#93a08f;
  --tds-text:#2c1a1d;
  --tds-text-soft:#5b4d50;
  --tds-white:#ffffff;
  --tds-border:rgba(111,29,51,0.10);
  --tds-border-strong:rgba(111,29,51,0.16);
  --tds-shadow-sm:0 10px 24px rgba(44,26,29,0.06);
  --tds-shadow-md:0 18px 40px rgba(44,26,29,0.10);
  --tds-shadow-lg:0 24px 60px rgba(44,26,29,0.14);
  --tds-radius-sm:12px;
  --tds-radius-md:16px;
  --tds-radius-lg:22px;
  --tds-max:1280px;
  --tds-transition:all .28s ease;
}

.tds-header{
  position:sticky;
  top:0;
  z-index:999;
  padding:16px 20px;
  background:transparent;
  transition:var(--tds-transition);
}

.tds-header.is-scrolled{
  padding:12px 20px;
  background:rgba(247,243,238,0.72);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(44,26,29,0.06);
}

.tds-header__inner{
  max-width:var(--tds-max);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:14px 18px;
  border:1px solid rgba(111,29,51,0.08);
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,0.78), rgba(255,252,248,0.66));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:var(--tds-shadow-sm);
}

.tds-header.is-scrolled .tds-header__inner{
  border-color:rgba(111,29,51,0.10);
  box-shadow:var(--tds-shadow-md);
}

.tds-brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:max-content;
}

.tds-brand__mark{
  width:46px;
  height:46px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--tds-primary),var(--tds-primary-dark));
  color:var(--tds-white);
  font-weight:800;
  font-size:15px;
  letter-spacing:.04em;
  box-shadow:0 10px 24px rgba(111,29,51,0.20);
}

.tds-brand__text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.tds-brand__text strong{
  color:var(--tds-text);
  font-size:16px;
  font-weight:800;
}

.tds-brand__text small{
  color:var(--tds-text-soft);
  font-size:12px;
  margin-top:4px;
}

.tds-nav{
  display:flex;
  align-items:center;
  gap:24px;
  margin-left:auto;
}

.tds-nav__list{
  display:flex;
  align-items:center;
  gap:6px;
  list-style:none;
  margin:0;
  padding:0;
}

.tds-nav__list li{
  margin:0;
  padding:0;
}

.tds-nav__list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 14px;
  border-radius:12px;
  text-decoration:none;
  color:var(--tds-text);
  font-size:15px;
  font-weight:600;
  transition:var(--tds-transition);
}

.tds-nav__list a:hover,
.tds-nav__list a:focus{
  background:rgba(111,29,51,0.06);
  color:var(--tds-primary);
}

.tds-nav__list a[aria-current="page"]{
  background:rgba(111,29,51,0.08);
  color:var(--tds-primary);
}

.tds-nav__cta{
  display:flex;
  align-items:center;
}

.tds-header__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:700;
  color:var(--tds-white);
  background:linear-gradient(135deg,var(--tds-primary),var(--tds-primary-dark));
  box-shadow:0 12px 28px rgba(111,29,51,0.22);
  transition:var(--tds-transition);
  white-space:nowrap;
}

.tds-header__btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(111,29,51,0.28);
}

.tds-nav-toggle{
  display:none;
  width:48px;
  height:48px;
  border:none;
  border-radius:14px;
  background:rgba(111,29,51,0.06);
  cursor:pointer;
  padding:0;
  transition:var(--tds-transition);
}

.tds-nav-toggle:hover{
  background:rgba(111,29,51,0.10);
}

.tds-nav-toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:var(--tds-primary);
  border-radius:999px;
  transition:var(--tds-transition);
}

.tds-nav-toggle.is-open span:nth-child(1){
  transform:translateY(7px) rotate(45deg);
}

.tds-nav-toggle.is-open span:nth-child(2){
  opacity:0;
}

.tds-nav-toggle.is-open span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg);
}

@media (max-width: 1180px){
  .tds-nav__list a{
    padding:0 10px;
    font-size:14px;
  }

  .tds-header__btn{
    padding:0 14px;
  }
}

@media (max-width: 980px){
  .tds-nav-toggle{
    display:inline-block;
    flex-shrink:0;
  }

  .tds-nav{
    position:absolute;
    top:calc(100% + 12px);
    left:20px;
    right:20px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
    padding:18px;
    border:1px solid rgba(111,29,51,0.10);
    border-radius:22px;
    background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,246,241,0.96));
    box-shadow:var(--tds-shadow-lg);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
  }

  .tds-nav.is-open{
    display:flex;
  }

  .tds-nav__list{
    flex-direction:column;
    align-items:stretch;
    gap:6px;
  }

  .tds-nav__list a{
    width:100%;
    justify-content:flex-start;
    padding:12px 14px;
    min-height:auto;
    border-radius:14px;
  }

  .tds-nav__cta{
    width:100%;
  }

  .tds-header__btn{
    width:100%;
  }
}

@media (max-width: 640px){
  .tds-header{
    padding:12px 14px;
  }

  .tds-header__inner{
    gap:14px;
    padding:12px 14px;
    border-radius:18px;
  }

  .tds-brand__mark{
    width:44px;
    height:44px;
  }

  .tds-brand__text strong{
    font-size:14px;
  }

  .tds-brand__text small{
    font-size:11px;
  }

  .tds-nav{
    left:14px;
    right:14px;
  }
}
.tds-brand__mark{
  width:54px;
  height:54px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  overflow:hidden;
  background:transparent;
  box-shadow:none;
}

.tds-brand__mark img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media (max-width: 640px){
  .tds-brand__mark{
    width:44px;
    height:44px;
  }
}/* End custom CSS */