:root {
  --beflow-library--text--body: Lato, sans-serif;
  --beflow-library--layout--content-width: 90rem;
  --beflow-library--primary-color--primary: #d9a84e;
  --beflow-library--shades--light: #fffefe;
  --beflow-library--primary-color--primary-offset: #c08300;
  --beflow-library--shades--light-grey: #dfdddb;
  --beflow-library--shades--dark: #232329;
  --beflow-library--shades--dark-grey: #3a3c3d;
  --beflow-library--text--headers: Lato, sans-serif;
  --beflow-library--borders--border-radius: .4375rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.bf-section {
  font-family: var(--beflow-library--text--body);
  padding-top: 5rem;
  font-size: 1rem;
  line-height: 1.8;
}

.bf-text-box {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.bf-text-box.xs {
  max-width: none;
}

.bf-text-box.left {
  margin-left: 0;
}

.bf-text-box.s {
  max-width: 31.25rem;
}

.bf-container {
  max-width: var(--beflow-library--layout--content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.bf-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px none var(--beflow-library--primary-color--primary);
  border-radius: var(--beflow-library--layout--content-width);
  background-color: var(--beflow-library--primary-color--primary);
  font-family: var(--beflow-library--text--body);
  color: var(--beflow-library--shades--light);
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.5rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: border-color .2s, background-color .2s;
  display: inline-flex;
  overflow: hidden;
}

.bf-button:hover {
  border-color: var(--beflow-library--primary-color--primary-offset);
  background-color: var(--beflow-library--primary-color--primary-offset);
  color: var(--beflow-library--shades--light);
}

.bf-button.outline {
  border-color: var(--beflow-library--shades--light-grey);
  color: var(--beflow-library--primary-color--primary);
  background-color: #0000;
}

.bf-button.outline:hover {
  color: var(--beflow-library--primary-color--primary-offset);
  background-color: #0000;
}

.bf-button.text {
  color: var(--beflow-library--primary-color--primary);
  background-color: #0000;
  border-width: 0;
  padding: 0;
  font-size: 1rem;
  transition: color .2s;
  overflow: visible;
}

.bf-button.text:hover {
  color: var(--beflow-library--primary-color--primary-offset);
}

.bf-button.dark {
  border-color: var(--beflow-library--shades--dark);
  background-color: var(--beflow-library--shades--dark);
}

.bf-button.dark:hover {
  border-color: var(--beflow-library--shades--dark-grey);
  background-color: var(--beflow-library--shades--dark-grey);
}

.bf-button.dark.text {
  color: var(--beflow-library--shades--dark);
  background-color: #0000;
  transition-property: opacity;
}

.bf-button.dark.text:hover {
  opacity: .85;
}

.bf-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
  position: relative;
}

.bf-arrow-duplicate {
  position: absolute;
}

.bf-text {
  font-family: var(--beflow-library--text--body);
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.bf-text.bf-no-margin {
  font-family: var(--beflow-library--text--headers);
  font-size: 1.5rem;
}

.bf-no-margin {
  margin: 0;
}

.bf-flex {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  display: flex;
}

.bf-letter-slide {
  font-size: 3.6rem;
  line-height: 1.2em;
}

.bf-ls-word {
  display: flex;
}

.bf-ls-word.bf-text-primary {
  color: var(--beflow-library--primary-color--primary-offset);
}

.bf-letter-slide-wrap {
  grid-column-gap: .28em;
  grid-row-gap: 0em;
  flex-wrap: wrap;
  display: flex;
}

.bf-letter-slide-wrap.center {
  justify-content: center;
  margin-left: 10%;
  margin-right: 10%;
}

.bf-ls-mask {
  overflow: hidden;
}

.bf-text-primary {
  color: var(--beflow-library--primary-color--primary);
}

.bf-heading-super {
  font-family: var(--beflow-library--text--headers);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 6.5vw;
  font-weight: 700;
  line-height: 1.15;
}

.text-line-slide-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bf-margin-bottom-m {
  margin-bottom: 5rem;
}

.bf-margin-bottom-l {
  margin-bottom: 6rem;
}

.bf-margin-bottom-xxs {
  margin-bottom: 1rem;
}

.bf-margin-bottom-s {
  margin-bottom: 2rem;
}

.bf-center-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bf-heading-xl {
  font-family: var(--beflow-library--text--headers);
  margin-bottom: 1rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.15;
}

.bf-banner-reveal {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 35rem;
  margin-top: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bf-banner-reveal-item {
  background-color: var(--beflow-library--shades--dark);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.bf-margin-bottom-xs {
  margin-bottom: 1.5rem;
}

.text-block {
  font-family: var(--beflow-library--text--headers);
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .bf-section {
    padding-top: 2rem;
  }

  .bf-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .bf-heading-super {
    font-size: 7vw;
  }
}

@media screen and (max-width: 767px) {
  .bf-section {
    padding-top: 1.5rem;
  }

  .bf-text-box, .bf-text-box.xs, .bf-text-box.s {
    margin-left: 0;
  }

  .bf-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bf-button {
    padding: .9rem 1.2rem;
    font-size: .85rem;
  }

  .bf-letter-slide-wrap.center {
    justify-content: flex-start;
  }

  .bf-heading-super {
    font-size: 10vw;
  }

  .text-line-slide-wrap, .bf-center-content {
    text-align: left;
    align-items: flex-start;
  }

  .bf-heading-xl {
    font-size: 3.4rem;
  }

  .bf-banner-reveal {
    height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .bf-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .bf-text {
    font-size: .9rem;
    line-height: 1.7rem;
  }

  .bf-text.bf-no-margin {
    font-size: 1.4rem;
  }

  .bf-letter-slide {
    font-size: 2.6rem;
  }

  .bf-letter-slide-wrap.center {
    margin-left: 0%;
    margin-right: 0%;
  }

  .bf-heading-super {
    font-size: 12vw;
  }

  .bf-heading-xl {
    margin-bottom: .5rem;
    font-size: 2.8rem;
  }

  .bf-banner-reveal {
    height: 12rem;
  }
}


