@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.block-our-brands {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  position: relative;
  transition: background-image 0.5s ease-in-out;
}
.block-our-brands::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.85) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  z-index: 0;
}
@media only screen and (min-width: 992px) {
  .block-our-brands {
    padding: 120px 0 100px;
  }
}

.our-brands__title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .our-brands__title {
    margin-bottom: 50px;
  }
}

.our-brands__container {
  max-width: 328px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .our-brands__container {
    max-width: 100%;
  }
}

.our-brands__nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
  aspect-ratio: 328/200;
  align-items: flex-end;
  width: 100%;
}
.our-brands__nav::after {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  pointer-events: none;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav {
    position: relative;
    gap: 40px;
    margin-bottom: 0;
    aspect-ratio: unset;
    padding-left: 50px;
    padding-right: 50px;
  }
  .our-brands__nav::after {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .our-brands__nav {
    gap: 0;
  }
}

.our-brands__nav-button {
  background-color: white;
  position: relative;
  width: 64px;
  height: 60px;
  padding: 10px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 2px 4px 14px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav-button {
    display: flex;
    justify-content: center;
    background-color: transparent;
    background-image: none !important;
    box-shadow: none !important;
    width: 100%;
    height: 110px;
    padding: 10px 0 0 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .our-brands__nav-button::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: transparent;
    pointer-events: none;
    z-index: 2;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
}
.our-brands__nav-button.is-active {
  background: linear-gradient(to right, #883D21, #C05630, #EDA58B);
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, 0.25) inset;
}
.our-brands__nav-button.is-active .our-brands__nav-logo--icon svg path {
  fill: white;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav-button.is-active::after {
    background: linear-gradient(to right, #883D21, #C05630, #EDA58B);
    opacity: 1;
  }
}

.our-brands__nav-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-brands__nav-logo svg {
  max-width: 100%;
  height: 100%;
}
.our-brands__nav-logo svg path {
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav-logo svg {
    height: auto;
  }
  .our-brands__nav-logo svg:hover path {
    fill: #92C6C1;
  }
}
.our-brands__nav-logo--icon {
  display: block;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav-logo--icon {
    display: none;
  }
}
.our-brands__nav-logo--full {
  display: none;
}
@media only screen and (min-width: 992px) {
  .our-brands__nav-logo--full {
    display: block;
    max-width: 250px;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .our-brands__nav-logo--full {
    max-width: 270px;
  }
}

.our-brands__panels {
  position: relative;
}

.our-brands__panel {
  display: none;
}
.our-brands__panel.is-active {
  display: block;
  animation: fadeIn 0.5s ease-in-out;
}
.our-brands__panel[hidden] {
  display: none;
}

.our-brands__panel-inner {
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .our-brands__panel-inner {
    flex-direction: row;
    min-height: 500px;
  }
}

.our-brands__image-wrapper {
  aspect-ratio: 328/200;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  animation: fadeIn 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .our-brands__image-wrapper {
    width: 570px;
    height: auto;
    flex-shrink: 0;
  }
}

.our-brands__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.our-brands__content {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeIn 0.5s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .our-brands__content {
    padding: 3rem 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .our-brands__content {
    width: auto;
    padding: 4rem 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .our-brands__content {
    padding: 5rem 6rem;
  }
}

.our-brands__brand-logo-wrapper {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 992px) {
  .our-brands__brand-logo-wrapper {
    margin-bottom: 40px;
  }
}

.our-brands__brand-logo {
  max-width: 300px;
  height: auto;
  display: block;
}
.our-brands__brand-logo.our-brands__brand-logo--icon {
  display: none;
}
@media only screen and (min-width: 992px) {
  .our-brands__brand-logo {
    max-width: 400px;
  }
  .our-brands__brand-logo.our-brands__brand-logo--icon {
    display: block;
  }
  .our-brands__brand-logo.our-brands__brand-logo--full {
    display: none;
  }
}

.our-brands__button-wrapper {
  margin-top: 40px;
}

/*# sourceMappingURL=our-brands.css.map */
