.elementor-155 .elementor-element.elementor-element-77d8aee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-155 .elementor-element.elementor-element-77d8aee > .elementor-shape-bottom svg, .elementor-155 .elementor-element.elementor-element-77d8aee > .e-con-inner > .elementor-shape-bottom svg{height:60px;}.elementor-155 .elementor-element.elementor-element-a3c8ae6 .rey-breadcrumbs{font-family:"Rey Primary", Sans-serif;font-size:14px;font-weight:400;}.elementor-155 .elementor-element.elementor-element-46a833b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-155 .elementor-element.elementor-element-46a833b .elementor-heading-title{font-family:"Rey Secondary", Sans-serif;font-size:56px;font-weight:500;}.elementor-155 .elementor-element.elementor-element-c1d4140{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-155 .elementor-element.elementor-element-c1d4140 p:last-of-type{margin-bottom:0;}.elementor-155 .elementor-element.elementor-element-53f939e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}@media(max-width:1024px){.elementor-155 .elementor-element.elementor-element-77d8aee > .elementor-shape-bottom svg, .elementor-155 .elementor-element.elementor-element-77d8aee > .e-con-inner > .elementor-shape-bottom svg{height:30px;}.elementor-155 .elementor-element.elementor-element-77d8aee{--padding-top:60px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}.elementor-155 .elementor-element.elementor-element-a3c8ae6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-155 .elementor-element.elementor-element-46a833b{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-155 .elementor-element.elementor-element-46a833b .elementor-heading-title{font-size:42px;}}@media(max-width:767px){.elementor-155 .elementor-element.elementor-element-77d8aee > .elementor-shape-bottom svg, .elementor-155 .elementor-element.elementor-element-77d8aee > .e-con-inner > .elementor-shape-bottom svg{height:20px;}.elementor-155 .elementor-element.elementor-element-77d8aee{--margin-top:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-155 .elementor-element.elementor-element-a3c8ae6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-155 .elementor-element.elementor-element-a3c8ae6 .rey-breadcrumbs{font-size:13px;}.elementor-155 .elementor-element.elementor-element-46a833b .elementor-heading-title{font-size:32px;}}.mt-chip-slider {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mt-chip-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
  scrollbar-width: none;
}

.mt-chip-track::-webkit-scrollbar {
  display: none;
}

.mt-chip {
  flex: 0 0 auto;
  padding: 10px 22px;
  border: 1px dashed #c9a27c;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #7a5c46;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.mt-chip:hover {
  background: #c9a27c;
  color: #fff;
}

.mt-chip.is-active {
  background: #c9a27c;
  color: #fff;
  border-style: solid;
}

.mt-chip-arrow {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #7a5c46;
  padding: 6px;
}

@media (max-width: 768px) {
  .mt-chip-arrow {
    display: none;
  }
}