/* KS Footer Promo — Elementor widget */

@font-face {
  font-family: "BDO Grotesk";
  src: url("https://cdn.prod.website-files.com/6996b31b0e199fa8510adf4f/69a997698231e3c45c99c691_BDOGrotesk-VF.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

.ks-el-root.ks-el-footer-promo {
  --ks-fp-surface: #1c2623;
  --ks-fp-ink: #eceae1;
  --ks-fp-ink-muted: rgba(236, 234, 225, 0.64);
  --ks-fp-btn-fill: rgba(236, 234, 225, 0.08);
  --ks-fp-btn-hover-fill: #eceae1;
  --ks-fp-btn-hover-ink: #1c2623;
  --ks-fp-overlay-top: rgba(28, 38, 35, 0);
  --ks-fp-overlay-bottom: rgba(28, 38, 35, 0.64);
  --ks-fp-radius: 16px;
  --ks-fp-min-height: 640px;
  --ks-fp-fade-duration: 0.8s;
  --ks-fp-fade-y: 24px;
  --ks-fp-logo-height: 32px;
  --ks-fp-logo-max-width: none;
  --ks-fp-font: "BDO Grotesk", Arial, sans-serif;

  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: var(--ks-fp-font);
  background: transparent;
  color: var(--ks-fp-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  isolation: isolate;
}

.ks-el-root.ks-el-footer-promo *,
.ks-el-root.ks-el-footer-promo *::before,
.ks-el-root.ks-el-footer-promo *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ks-el-root.ks-el-footer-promo a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  background: transparent;
  border: none;
  box-shadow: none;
}

.ks-el-root.ks-el-footer-promo button {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  font-family: inherit;
}

.ks-el-root.ks-el-footer-promo [role="button"] {
  box-sizing: border-box;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.ks-el-root.ks-el-footer-promo svg {
  display: block;
}

.ks-el-root.ks-el-footer-promo .fp {
  width: 100%;
}

.ks-el-root.ks-el-footer-promo .fp__promo {
  min-height: var(--ks-fp-min-height);
  padding: 24px;
  border-radius: var(--ks-fp-radius);
  background-color: var(--ks-fp-surface);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, var(--ks-fp-fade-y), 0);
  transition: opacity var(--ks-fp-fade-duration) ease, transform var(--ks-fp-fade-duration) ease;
}

.ks-el-root.ks-el-footer-promo .fp__promo.is-visible,
.ks-el-root.ks-el-footer-promo.is-no-fade .fp__promo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ks-el-root.ks-el-footer-promo .fp__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ks-el-root.ks-el-footer-promo .fp__video-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.ks-el-root.ks-el-footer-promo .fp__video {
  object-fit: cover;
  z-index: 0;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
  display: block;
}

.ks-el-root.ks-el-footer-promo .fp__poster {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: none;
}

.ks-el-root.ks-el-footer-promo.is-static .fp__video,
.ks-el-root.ks-el-footer-promo.is-no-video .fp__video {
  display: none;
}

.ks-el-root.ks-el-footer-promo.is-static .fp__poster,
.ks-el-root.ks-el-footer-promo.is-no-video .fp__poster {
  display: block;
}

.ks-el-root.ks-el-footer-promo .fp__overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--ks-fp-overlay-top), var(--ks-fp-overlay-bottom));
  pointer-events: none;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.ks-el-root.ks-el-footer-promo .fp__content {
  z-index: 2;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  min-height: inherit;
  display: flex;
  position: relative;
}

.ks-el-root.ks-el-footer-promo .fp__logo {
  height: var(--ks-fp-logo-height);
  max-width: var(--ks-fp-logo-max-width);
  color: var(--ks-fp-ink);
  align-self: flex-start;
  display: inline-flex;
  pointer-events: none;
}

.ks-el-root.ks-el-footer-promo .fp__logo svg {
  width: auto;
  height: 100%;
  max-width: 100%;
  fill: currentColor;
  stroke: none;
}

.ks-el-root.ks-el-footer-promo .fp__logo img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.ks-el-root.ks-el-footer-promo .fp__bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  pointer-events: auto;
  width: 100%;
}

.ks-el-root.ks-el-footer-promo .fp__title {
  margin: 0;
  font-family: var(--ks-fp-font);
  color: var(--ks-fp-ink);
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.25px;
  flex: 1 1 auto;
}

.ks-el-root.ks-el-footer-promo .fp__actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex: none;
}

.ks-el-root.ks-el-footer-promo .fp__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border: none;
  border-radius: 20px;
  background: var(--ks-fp-btn-fill);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--ks-fp-ink);
  font-family: var(--ks-fp-font);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}

.ks-el-root.ks-el-footer-promo .fp__btn:hover {
  background: var(--ks-fp-btn-hover-fill);
  color: var(--ks-fp-btn-hover-ink);
}

.ks-el-root.ks-el-footer-promo .fp__btn:active {
  transform: scale(0.96);
}

.ks-el-root.ks-el-footer-promo .fp__play {
  z-index: 3;
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 16px;
  border: none;
  border-radius: 16px;
  background: var(--ks-fp-btn-fill);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: var(--ks-fp-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.ks-el-root.ks-el-footer-promo .fp__play:hover {
  background: var(--ks-fp-btn-hover-fill);
  color: var(--ks-fp-btn-hover-ink);
}

.ks-el-root.ks-el-footer-promo .fp__play svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  stroke: none;
  pointer-events: none;
}

.ks-el-root.ks-el-footer-promo .fp__play .fp__icon--pause {
  display: none;
}

.ks-el-root.ks-el-footer-promo .fp__play.is-paused .fp__icon--play {
  display: none;
}

.ks-el-root.ks-el-footer-promo .fp__play.is-paused .fp__icon--pause {
  display: block;
}

.ks-el-root.ks-el-footer-promo.is-no-play .fp__play {
  display: none;
}

.elementor-editor-active .ks-el-root.ks-el-footer-promo .fp__promo {
  opacity: 1 !important;
  transform: none !important;
}

.elementor-editor-active .ks-el-root.ks-el-footer-promo.is-static .fp__poster,
.elementor-editor-active .ks-el-root.ks-el-footer-promo .fp__poster {
  display: block;
}

.elementor-editor-active .ks-el-root.ks-el-footer-promo .fp__video {
  display: none;
}

@media (max-width: 991px) {
  .ks-el-root.ks-el-footer-promo {
    --ks-fp-min-height: 400px;
  }
}

@media (max-width: 767px) {
  .ks-el-root.ks-el-footer-promo {
    --ks-fp-min-height: 280px;
  }

  .ks-el-root.ks-el-footer-promo .fp__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ks-el-root.ks-el-footer-promo .fp__title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ks-el-root.ks-el-footer-promo.is-respect-motion .fp__promo {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
