html {
  font-size: 118.75%;
  line-height: 1.4; }
  @media (min-width: 40.0625em) {
    html {
      font-size: 125%; } }
  @media (min-width: 48.0625em) {
    html {
      font-size: 131.25%; } }
body {
  font-family: bilo, sans-serif; }

p {
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2.48832rem;
  font-family: bilo, sans-serif;
  font-weight: 400;
  padding-top: 0.35rem; }
  @media (min-width: 40.0625em) {
    h1, .h1 {
      font-size: 3.5831808rem; } }
  @media (min-width: 48.0625em) {
    h1, .h1 {
      font-size: 4.29981696rem; } }
h2, .h2 {
  font-size: 2.0736rem;
  font-weight: 400;
  letter-spacing: -2px; }

.flf-slogan {
  font-family: abril-fatface, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 0.85;
  color: black;
  font-weight: 400; }
  @media (min-width: 40.0625em) {
    .flf-slogan {
      letter-spacing: -2px; } }
.flf-page-heading {
  font-family: abril-fatface, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 0.85;
  color: black;
  font-weight: 400;
  margin-bottom: 1rem; }
  @media (min-width: 40.0625em) {
    .flf-page-heading {
      letter-spacing: -2px; } }
.flf-page-heading {
  font-family: abril-fatface, serif;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -1px;
  line-height: 0.85;
  color: black;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 1rem; }
  @media (min-width: 40.0625em) {
    .flf-page-heading {
      letter-spacing: -2px; } }
  @media (min-width: 40.0625em) {
    .flf-page-heading {
      font-size: 3rem; } }
html * {
  box-sizing: border-box; }

a:link,
a:visited,
a:active,
a:focus {
  color: inherit; }

html, body, ul, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body {
  touch-action: manipulation; }

.flf-template {
  position: relative; }

.flf-container {
  display: grid;
  grid-template-columns: minmax(0, 5vw) 95vw;
  grid-template-rows: minmax(100vh, 1fr);
  grid-template-areas: "nav-gutter canvas";
  grid-gap: 0px; }

.flf-main-wrapper {
  background: #fffcf7;
  overflow-x: hidden;
  min-height: 100vh; }

.flf__shield-banner {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  padding-top: 60px;
  background: #fffcf7; }
  .flf__shield-banner .flf__shield-banner__shield-small {
    height: 50px;
    width: auto; }
  .flf__shield-banner .flf__shield-banner__shield-large {
    height: 100px;
    display: none; }
  @media (min-width: 40.0625em) {
    .flf__shield-banner .flf__shield-banner__shield-small {
      display: none; }
    .flf__shield-banner .flf__shield-banner__shield-large {
      display: block; } }
.flf-footer {
  position: relative;
  display: grid;
  grid-template-columns: 5vw 1fr;
  grid-template-rows: 20vh max-content 1fr;
  grid-template-areas: "gutter header" "gutter content" "gutter image";
  min-height: 100vh;
  background: white; }
  @media (min-width: 40.0625em) {
    .flf-footer {
      grid-template-columns: 5vw 50% 1fr;
      grid-template-rows: 20vh 1fr;
      grid-template-areas: "gutter header image" "gutter content image";
      background: linear-gradient(180deg, #f6f1eb 20vh, white 20vh); } }
.flf-footer__header {
  grid-area: header;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem; }
  @media (min-width: 40.0625em) {
    .flf-footer__header {
      margin-left: 5rem;
      justify-content: start;
      padding: 0; } }
.flf-footer__content {
  grid-area: content;
  padding: 2rem; }
  @media (min-width: 40.0625em) {
    .flf-footer__content {
      margin-top: 2rem;
      margin-left: 5rem;
      padding: 2rem 0; } }
  .flf-footer__content > div {
    margin-bottom: 2rem; }

.flf-footer__image {
  grid-area: image;
  display: flex;
  margin-top: 5vh;
  overflow: hidden; }
  .flf-footer__image > img {
    width: 100%;
    align-self: flex-end; }
    @media (min-width: 40.0625em) {
      .flf-footer__image > img {
        height: max-content;
        object-fit: contain; } }
/**
Form ************************************/
.input-group {
  display: flex; }
  .input-group .input:not(:last-child) {
    margin-right: 0.5rem; }

.input.text-input {
  width: 100%;
  font-family: bilo, sans-serif;
  font-style: italic;
  padding: 0.15rem 1rem;
  padding-top: .5rem;
  background: none;
  border: unset;
  border: 3px solid black;
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: .9rem; }

.number-input {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  grid-auto-rows: 1fr;
  grid-template-areas: "left number right";
  box-sizing: border-box; }
  .number-input * {
    box-sizing: border-box; }
  .number-input button {
    outline: none;
    -webkit-appearance: none;
    position: relative;
    margin: 0;
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    flex-basis: 20%;
    touch-action: manipulation;
    padding: 1rem; }
  .number-input .plus, .number-input .minus {
    font-size: 1.15rem; }
  .number-input .plus {
    grid-area: right; }
  .number-input .minus {
    grid-area: left; }
  .number-input input[type=number]::-webkit-outer-spin-button,
  .number-input input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .number-input input[type="number"] {
    grid-area: number;
    all: unset;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    width: 100%;
    font-family: sans-serif;
    font-size: inherit;
    text-align: center;
    color: inherit; }
  .number-input input[type="number"]:focus,
  .number-input input[type="number"]:focus-visible {
    outline: 0; }

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: .8rem 1rem;
  margin: 0;
  background: transparent;
  color: black;
  border: 3px solid black;
  border-radius: 2px;
  font-family: var(--flf-body);
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  text-transform: lowercase;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 250ms;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .button.button-jump {
    background: black;
    color: white;
    border: none;
    border-radius: 0;
    border-left: 1px solid black; }
    .button.button-jump:hover {
      color: #8DFF49;
      font-size: 1.1rem; }

@media screen and (min-width: M4_SCREEN_MEDIUM) {
  padding: 2rem;
  font-size: 1.2rem; }

.button.with-icon {
  justify-content: space-between; }

.button.with-icon.left {
  flex-direction: row-reverse; }

.button.with-icon > i {
  margin-left: 2rem; }

.button.with-icon.left > i {
  margin-left: unset;
  margin-right: 1rem; }

.button:hover {
  color: white;
  background: black; }

.button.small {
  padding: 0.25rem 1rem; }

/**
Nav and Menu ************************************/
.flf-nav {
  position: fixed;
  top: 25px;
  width: 100%;
  z-index: 4; }

.flf-nav__left {
  position: absolute;
  left: 0;
  right: 100vw;
  width: max-content;
  transition: 400ms; }
  .flf-nav__left > .flf-nav__item:not(:last-child) {
    margin-bottom: 0.25rem; }

.flf-nav__right {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  transition: right 400ms; }
  .flf-nav__right > .flf-nav__item:not(:last-child) {
    margin-bottom: 0.25rem; }

.flf-mav__menu-tag {
  font-style: italic; }
  .flf-mav__menu-tag > * {
    pointer-events: none; }

.flf-nav__item {
  background-color: black;
  padding: .5rem 1rem;
  color: white !important;
  font-style: italic;
  width: max-content;
  cursor: pointer;
  border: 1px solid #f6f1eb;
  text-decoration: none; }
  .flf-nav__item:visited {
    color: white; }

.flf-nav--open .flf-nav__item > .menu-lockup > i {
  transform: rotate(180deg); }

.flf-nav--open .flf-nav__left {
  left: unset;
  right: 0; }
  @media (min-width: 40.0625em) {
    .flf-nav--open .flf-nav__left {
      left: 50vw; } }
.flf-nav--open .flf-nav__right {
  right: -200px; }
  @media (min-width: 40.0625em) {
    .flf-nav--open .flf-nav__right {
      right: 0; } }
.flf-nav--open .flf-nav__item:hover > .menu-lockup > i {
  transform: rotate(0deg); }

.flf-nav--open .flf-menu {
  left: 0; }

.flf-menu {
  position: absolute;
  height: 100%;
  background-color: #fffcf7;
  border-right: 2px solid black;
  z-index: 1;
  width: 100vw;
  left: -100vw;
  transition: left 400ms; }
  @media (min-width: 48.0625em) {
    .flf-menu {
      width: 50vw;
      left: -50vw; } }
.flf-menu__container {
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  top: 0; }

.flf-menu__cart {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  margin-top: 25px;
  transition: all;
  text-decoration: none;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: lowercase;
  background-color: black; }
  .flf-menu__cart > span {
    position: relative;
    z-index: 2;
    padding: 1rem;
    transition: all;
    color: #fdf4f4; }
  .flf-menu__cart > i {
    position: relative;
    z-index: -1;
    left: -15%;
    font-size: 1.25rem;
    padding-right: 1rem;
    position: relative;
    transition: left 250ms;
    color: #fdf4f4; }
  .flf-menu__cart:hover {
    background-color: white; }
    .flf-menu__cart:hover > span {
      font-weight: 600;
      color: black;
      background-color: white; }
    .flf-menu__cart:hover > i {
      width: max-content;
      color: black;
      left: 0;
      z-index: 1; }

.flf-menu__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  height: max-content;
  margin-top: 1px;
  flex-grow: 1; }

.flf-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-bottom: 1px solid #f6f1eb;
  transition: background-color 500ms, color 250ms; }
  .flf-menu__item:hover, .flf-menu__item.flf-menu__item--selected {
    background-color: black; }
    .flf-menu__item:hover > a, .flf-menu__item.flf-menu__item--selected > a {
      letter-spacing: 5px;
      color: white; }
  .flf-menu__item > a {
    width: 100%;
    font-family: lato, sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 3rem;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: .5rem;
    transition: letter-spacing 200ms; }

.flf-menu__footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: .5rem 2rem; }
  @media (min-width: 48.0625em) {
    .flf-menu__footer {
      flex-direction: row;
      align-items: center; } }
  .flf-menu__footer.flf-menu__footer--disclaimers {
    background-color: #fffcf7; }
  .flf-menu__footer.flf-menu__footer--contact {
    background-color: #f6f1eb; }

.flf-menu__socials {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .flf-menu__socials > a:not(:last-child) {
    margin-right: .5rem; }

/**
Home Hero Section ************************************/
.flf-home__layout {
  grid-column-start: nav-gutter-start;
  grid-column-end: canvas-end;
  grid-row-start: canvas-start;
  grid-row-end: canvas-end;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 100vh 150vh min-content 65px;
  grid-template-areas: "hero-section" "bottle-section" "reasons-section" "shop-button"; }
  @media (min-width: 48.0625em) {
    .flf-home__layout {
      grid-template-rows: 100vh 150vh min-content; } }
a.flf-home__shop-sticky {
  grid-area: shop-button;
  position: sticky;
  bottom: 0;
  width: 80%;
  color: #9FEE70;
  background-color: black;
  font-family: var(--flf-body);
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-decoration: none; }
  @media (min-width: 40.0625em) {
    a.flf-home__shop-sticky {
      display: none; } }
.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 50vh 50vh;
  grid-template-areas: "image image" "banner banner";
  overflow-x: hidden;
  z-index: 0; }
  @media (min-width: 40.0625em) {
    .home-hero {
      grid-template-columns: 50vw 50vw;
      grid-template-rows: 100vh;
      grid-template-areas: "banner image"; } }
.home-hero-banner {
  grid-area: banner;
  display: grid;
  grid-template-rows: 0rem min-content 5% 1fr 5%;
  grid-template-areas: "tgut" "text" "mgut" "action" "bgut";
  justify-content: center;
  /* row-gap: 2rem; */
  padding: 2rem;
  background: linear-gradient(90deg, #a1ce86 13%, #9cda77 56%, #a1ce86 89%);
  background-size: 200% 100%;
  background-position: 75% 50%;
  color: black;
  animation: HeroGradientAnimation 10s linear infinite;
  border-right: 2px solid #A1CE86; }
  @media (min-width: 40.0625em) {
    .home-hero-banner {
      grid-template-rows: 25% min-content 10% 1fr 5%; } }
@keyframes HeroGradientAnimation {
  0% {
    background-position: 75% 50%; }
  25% {
    background-position: 50% 50%; }
  50% {
    background-position: 25% 50%; }
  75% {
    background-position: 50% 50%; }
  100% {
    background-position: 75% 50%; } }

.home-hero-text {
  grid-area: text; }
  .home-hero-text > h1 {
    position: relative;
    z-index: 1;
    font-size: 4rem; }
  .home-hero-text > h2 {
    font-size: 1.5rem;
    position: relative;
    /* margin-top: 1rem; */
    text-transform: uppercase;
    color: black; }
  @media (min-width: 40.0625em) {
    .home-hero-text > h1 {
      font-size: 6rem; }
    .home-hero-text > h2 {
      font-size: 2rem; } }
.home-hero-action {
  grid-area: action;
  display: none; }
  @media (min-width: 40.0625em) {
    .home-hero-action {
      display: unset; } }
a.home-buy-button {
  background: black;
  color: #9FEE70;
  padding: 1rem 1.2rem;
  font-size: 1rem; }

.home-hero-images {
  position: relative;
  grid-area: image;
  display: flex;
  flex-direction: row;
  background: white;
  overflow-x: hidden; }
  .home-hero-images > img {
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0%; }
    .home-hero-images > img :nth-child(2) {
      left: 200%; }
    .home-hero-images > img :nth-child(3) {
      left: 300%; }
    .home-hero-images > img :nth-child(4) {
      left: 400%; }

/**
Home Bottle Section ************************************/
.home-bottle-section {
  grid-area: bottle-section;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 65vh 1fr;
  grid-template-areas: "image" "text";
  background-color: #fffcf7; }
  @media (min-width: 40.0625em) {
    .home-bottle-section {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "text image"; } }
.home-bottle-image {
  position: relative;
  grid-area: image;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden; }
  @media (min-width: 40.0625em) {
    .home-bottle-image {
      align-items: flex-start; } }
.home-bottle-image-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  height: 90%;
  margin-left: 35%;
  margin-top: 3rem;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media (min-width: 40.0625em) {
    .home-bottle-image-container {
      margin-left: 10%;
      height: 75%;
      margin-top: 6rem; } }
  .home-bottle-image-container.rotated {
    transform: rotate(-180deg); }
  .home-bottle-image-container > img {
    height: 100%;
    object-fit: contain;
    object-position: 0 50%; }
    .home-bottle-image-container > img:last-child {
      transform: rotate(180deg); }

.home-bottle-text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem; }
  .home-bottle-text > h1 {
    font-size: 3rem;
    font-style: italic;
    text-align: center; }
  .home-bottle-text > p {
    margin-top: 1rem;
    padding: 0 .5rem;
    text-align: justify;
    font-size: 1.1em;
    margin-bottom: 2rem; }
  .home-bottle-text > .button {
    margin-top: 4rem; }
  @media (min-width: 40.0625em) {
    .home-bottle-text {
      margin-top: 35%;
      align-items: flex-end; } }
  @media (min-width: 40.0625em) {
    .home-bottle-text > h1 {
      font-size: 5rem;
      text-align: end; }
    .home-bottle-text > p {
      width: 75%; } }
.bottle-toggle-text {
  position: relative;
  display: grid;
  grid-template-columns: [col1-start] 1fr [col1-end];
  grid-template-rows: [row1-start] 1fr [row1-end]; }
  .bottle-toggle-text > strong {
    grid-column-start: col1-start;
    grid-column-end: col1-end;
    grid-row-start: row1-start;
    grid-row-end: row1-end;
    background-color: #fffcf7; }
    .bottle-toggle-text > strong .toggle-word {
      text-decoration: underline;
      cursor: pointer;
      font-size: 1.2rem;
      font-style: italic; }
    .bottle-toggle-text > strong .rose-toggle {
      color: #df6c80; }
    .bottle-toggle-text > strong .brut-toggle {
      color: #A1CE86; }
    @media (min-width: 40.0625em) {
      .bottle-toggle-text > strong {
        text-align: end; } }
.bottle-toggle-test-rose {
  transition: opacity 500ms; }

.rose .bottle-toggle-test-rose {
  opacity: 0;
  pointer-events: none; }

/**
Home Collage Section ************************************/
.home-collage-section {
  grid-area: reasons-section;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #efefefff; }
  .home-collage-section > .reason-card-1 {
    grid-area: image-1; }
  .home-collage-section > .reason-card-2 {
    grid-area: image-2; }
  .home-collage-section > .reason-card-3 {
    grid-area: image-3; }
  @media (min-width: 40.0625em) {
    .home-collage-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      row-gap: 2rem;
      column-gap: 2rem;
      grid-template-areas: "title image-1" "image-2 image-3";
      padding: 4rem; } }
.flf-home__slogan-card {
  height: 600px;
  width: 100%;
  grid-area: title;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.4rem;
  background-color: black;
  color: white; }
  .flf-home__slogan-card > h1 {
    font-size: 2.7rem; }
  .flf-home__slogan-card > h2 {
    color: #9FEE70;
    margin-bottom: 1rem; }

.reason-card {
  position: relative;
  height: 400px;
  width: 100%; }
  @media (min-width: 40.0625em) {
    .reason-card {
      height: 600px; } }
  @media (min-width: 40.0625em) {
    .reason-card {
      width: 100%; } }
  .reason-card.flipped .reason-card-container {
    transform: rotateY(180deg); }

.reason-card-container {
  position: relative;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-bottom: 2px solid black; }
  @media (min-width: 40.0625em) {
    .reason-card-container {
      border: 2px solid black; } }
.reason-card-front > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%; }

.reason-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; }

.reason-card-back {
  transform: rotateY(180deg);
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem; }
  .reason-card-back > .reason-card-reason {
    font-size: 2.5rem;
    margin-top: auto; }
    @media (min-width: 40.0625em) {
      .reason-card-back > .reason-card-reason {
        font-size: 3rem; } }
  .reason-card-back > span {
    align-self: flex-end;
    font-size: 1.4rem;
    margin: auto 0 0 0; }

.serving-facts th {
  font-weight: 400;
  padding-left: 1rem; }

.table-numeric {
  text-align: right; }

.cart-page {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  grid-column-start: nav-gutter-start;
  grid-column-end: canvas-end;
  grid-row-start: canvas-start;
  grid-row-end: canvas-end;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content max-content max-content 1fr;
  grid-template-areas: "header" "items" "checkout" "disclaimers";
  background-color: #fffcf7;
  row-gap: 2rem;
  padding: 2rem;
  padding-top: 7rem; }
  @media (min-width: 40.0625em) {
    .cart-page {
      grid-template-columns: calc(50vw - 33rem) 2fr 1fr calc(50vw - 33rem);
      grid-template-rows: max-content max-content 1fr;
      grid-template-areas: "lgut header checkout rgut" "lgut items  checkout rgut" "lgut items  disclaimers rgut";
      column-gap: 2rem; } }
  @media (min-width: 48.0625em) {
    .cart-page {
      grid-template-columns: calc(50vw - 40rem) 1.5fr 1fr calc(50vw - 40rem); } }
.cart-items-section {
  grid-area: items;
  border-bottom: 3px solid #fdf4f4;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }

.cart-header {
  grid-area: header;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-bottom: 3px solid #fdf4f4;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .cart-header > h1, .cart-header > .button {
    margin-bottom: 1rem; }
  @media (min-width: 40.0625em) {
    .cart-header {
      margin-top: 0;
      flex-direction: row; }
      .cart-header > h1, .cart-header > .button {
        margin-bottom: 0rem; } }
.cart-checkout-section {
  grid-area: checkout;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  @media (min-width: 40.0625em) {
    .cart-checkout-section {
      margin-top: 0;
      margin-bottom: .25rem; } }
.cart-totals {
  padding-bottom: 1px;
  border-bottom: 1px solid #fdf4f4; }

.cart-checkout-totals {
  display: flex;
  flex-direction: column;
  border-bottom: 3px solid #fdf4f4;
  padding-bottom: 1rem;
  /* background-color: white; */ }

.cart-checkout-form {
  margin-top: 2rem; }

.cart-total-component {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.cart-total-component.total {
  margin-top: .75rem;
  font-weight: bold;
  font-size: 1.5rem; }

.cart-total-disclaimer {
  font-size: 0.8rem;
  color: #666;
  margin-top: 0.25rem; }

.cart-checkout-totals > .button {
  margin-top: 1rem;
  width: 100%; }

.cart-checkout-totals > .button[disabled] {
  opacity: 50%;
  cursor: initial; }

.cart-disclaimers {
  grid-area: disclaimers;
  margin-top: 2rem; }
  @media (min-width: 40.0625em) {
    .cart-disclaimers {
      margin-top: 0; } }
.cart-disclaimers > p {
  color: #333;
  font-size: 0.8em; }

.cart-items {
  display: flex;
  flex-direction: column;
  list-style: none; }

.cart-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 200px .5fr 1fr .5fr;
  grid-template-areas: "image" "label" "tally" "actions";
  background-color: #fffcf7;
  /* padding: .25rem; */
  border: 1px solid black; }
  @media (min-width: 40.0625em) {
    .cart-item {
      grid-template-columns: 1fr 1fr 50%;
      grid-template-rows: 65% 35%;
      grid-template-areas: "image label tally" "image label actions"; } }
  @media (min-width: 40.0625em) {
    .cart-item {
      grid-template-columns: 1fr 80%;
      grid-template-rows: 20% 1fr 30%;
      grid-template-areas: "label label" "image tally" "actions actions"; } }
  @media (min-width: 48.0625em) {
    .cart-item {
      grid-template-columns: 1fr 1fr 60%;
      grid-template-rows: 65% 35%;
      grid-template-areas: "image label tally" "image label actions";
      max-height: 250px; } }
.cart-item:not(:last-child) {
  margin-bottom: 1rem; }

.cart-item-img {
  grid-area: image;
  display: flex;
  flex-direction: row;
  overflow: hidden; }

.cart-item-img > img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 80%; }
  @media (min-width: 40.0625em) {
    .cart-item-img > img {
      height: 100%; } }
.cart-item-header {
  grid-column: 2;
  display: flex;
  padding: 1rem;
  flex-direction: row;
  border-bottom: 1px solid #eee;
  display: none; }

.cart-item-name {
  grid-area: label;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.cart-item-name > span {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25; }

.cart-item-tally {
  grid-area: tally;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 35% 1fr;
  grid-template-areas: "qty-label subtotal-label" "qty subtotal";
  padding: .5rem;
  background: white;
  border-bottom: 1px solid #fdf4f4; }

.cart-item-tally__qty-label {
  grid-area: qty-label;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.cart-item-tally__subtotal-label {
  grid-area: subtotal-label;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.cart-item-tally__qty {
  grid-area: qty;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.85rem;
  font-weight: bold; }
  @media (min-width: 40.0625em) {
    .cart-item-tally__qty {
      margin-bottom: 0; } }
.cart-item-tally__subtotal {
  grid-area: subtotal;
  display: flex;
  align-items: center;
  justify-content: center; }

.cart-item-tally__subtotal-amount {
  font-size: 1.85rem;
  font-weight: bold; }

.cart-item-tally__qty > input {
  font-size: 1rem;
  width: 50%; }

@media screen and (min-width: 769px) {
  .cart-item-tally__qty > input {
    width: 25%; } }

.cart-item-actions {
  grid-area: actions;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
  background: white; }
  @media (min-width: 40.0625em) {
    .cart-item-actions > .button {
      padding: .25rem 1rem; } }
.cart-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem; }

.cart-remove-button {
  display: inline-block;
  border: none;
  padding: .6rem 1rem;
  margin: 0;
  text-decoration: none;
  background: black;
  color: white;
  font-size: .8rem;
  font-style: italic;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  transition: background 250ms ease-in-out,  padding 150ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-top: 1rem; }

.flf-cart__shipping-progress {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem; }
  .flf-cart__shipping-progress > span {
    margin-bottom: 0.25rem; }
  .flf-cart__shipping-progress > progress {
    width: 100%; }
    .flf-cart__shipping-progress > progress ::-webkit-progress-value {
      background: red; }

.flf-cart__progress-bar {
  width: 100%;
  border-radius: 5px;
  height: 10px;
  background-color: #efefefff; }
  .flf-cart__progress-bar > .progress-bar-value {
    height: 100%;
    border-radius: 5px;
    background-color: #A1CE86; }

.flf-shop__layout {
  position: relative;
  grid-column-start: nav-gutter-start;
  grid-column-end: canvas-end;
  grid-row-start: canvas-start;
  grid-row-end: canvas-end;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-template-areas: "header" "items";
  row-gap: 4rem;
  border-bottom: 1px solid black;
  background-color: #fffcf7;
  padding: 1rem;
  padding-top: 0;
  padding-bottom: 12rem; }
  @media (min-width: 40.0625em) {
    .flf-shop__layout {
      padding: 4rem;
      padding-top: 0;
      padding-bottom: 12rem; } }
.flf-shop__header {
  grid-area: header;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.15;
  border-bottom: 1px solid #fdf4f4;
  padding-bottom: 3rem;
  row-gap: 2rem; }

.flf-shop__header-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  row-gap: 2rem; }
  @media (min-width: 40.0625em) {
    .flf-shop__header-row {
      flex-direction: row; } }
.flf-shop__header-shield {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1; }
  .flf-shop__header-shield > img {
    height: 100px; }

.flf-shop__items {
  grid-area: items;
  display: grid;
  grid-auto-rows: max-content;
  row-gap: 8rem; }

.flf-shop__item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 55vh 1fr;
  grid-template-areas: "image" "text";
  row-gap: 1.5rem; }
  @media (min-width: 40.0625em) {
    .flf-shop__item {
      grid-template-columns: 0% 50% 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "gutter text image";
      column-gap: 1.5rem;
      height: 80vh; } }
  @media (min-width: 48.0625em) {
    .flf-shop__item {
      grid-template-columns: 10% 40% 1fr; } }
.flf-shop__item-text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  line-height: 1.25; }
  @media (min-width: 40.0625em) {
    .flf-shop__item-text {
      align-items: flex-end; } }
  .flf-shop__item-text > h1 {
    font-size: 4rem;
    margin-bottom: 2rem; }
  .flf-shop__item-text > p {
    text-align: justify;
    margin-bottom: 4rem; }
  .flf-shop__item-text .price {
    font-size: 3rem;
    margin-bottom: 3rem;
    text-align: center; }

.flf-shop__item-img {
  grid-area: image;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  height: auto; }
  .flf-shop__item-img > img {
    width: 75%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 50%;
    margin-right: -1rem; }
    @media (min-width: 40.0625em) {
      .flf-shop__item-img > img {
        margin-right: -4rem;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 0% 50%; } }
.flf-shop__item-form {
  width: 100%;
  transition: opacity 250ms;
  display: flex;
  color: black;
  margin-bottom: 1rem; }
  @media (min-width: 40.0625em) {
    .flf-shop__item-form {
      flex-direction: row; } }
  .flf-shop__item-form > h1 {
    font-style: italic;
    text-transform: lowercase;
    margin-top: -4rem; }
  .flf-shop__item-form :hover .add-to-cart, .flf-shop__item-form :active .add-to-cart {
    pointer-events: unset; }
  .flf-shop__item-form .number-input {
    justify-items: center;
    margin-right: 0.25rem;
    border: 2px solid black; }
  .flf-shop__item-form .number-input input[type="number"] {
    font-size: 1rem;
    font-style: italic;
    width: 50px; }
  .flf-shop__item-form .number-input button {
    padding: .5rem 1rem;
    transition: all 250ms; }
    .flf-shop__item-form .number-input button :hover {
      background: #f6f1eb; }

.flf-shop__item-form-quick {
  width: 100%; }
  .flf-shop__item-form-quick > span {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  .flf-shop__item-form-quick .flf-shop__item-form-quick__choices {
    display: flex; }
    .flf-shop__item-form-quick .flf-shop__item-form-quick__choices > .button {
      width: 33%;
      border: 2px solid black; }
      .flf-shop__item-form-quick .flf-shop__item-form-quick__choices > .button:not(:last-child) {
        margin-right: 0.25rem; }
    .flf-shop__item-form-quick .flf-shop__item-form-quick__choices .flf-shop__tagged-button {
      width: 33%; }
      .flf-shop__item-form-quick .flf-shop__item-form-quick__choices .flf-shop__tagged-button > .button {
        border: 2px solid black; }

.flf-shop__tagged-button {
  flex-grow: 1;
  position: relative; }
  .flf-shop__tagged-button > .button {
    min-width: unset;
    width: 100%;
    height: 100%; }
  .flf-shop__tagged-button > .tag {
    position: absolute;
    top: -1rem;
    width: max-content;
    background: black;
    border-radius: 10px;
    color: #8DFF49;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 0.135rem 0.25rem; }

.flf-shop__add-to-cart {
  flex-grow: 1;
  height: 60px;
  background: black;
  color: white;
  border: none;
  border-radius: 0;
  border-left: 1px solid black; }
  .flf-shop__add-to-cart:hover {
    color: #8DFF49;
    font-size: 1.1rem; }

.flf-locate__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  background-color: #fffcf7;
  width: 100%; }
  @media (min-width: 40.0625em) {
    .flf-locate__layout {
      height: 100vh; } }
.flf-locate__container {
  margin: 30px 0;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 40.0625em) {
    .flf-locate__container {
      width: 75%;
      overflow-y: auto; } }
  @media (min-width: 48.0625em) {
    .flf-locate__container {
      width: 50%; } }
.locate-page-img {
  display: flex;
  width: 100%;
  height: 30%;
  background-image: url(/static/img/bottle-brut-arm-or.jpg);
  background-repeat: no-repeat;
  background-position: 0% 80%;
  background-size: 150% auto; }
  @media (min-width: 40.0625em) {
    .locate-page-img {
      height: 100%;
      width: 55%;
      background-position: 0% 100%;
      background-size: cover; } }
.find-window {
  position: relative;
  width: 100%;
  height: 100%; }
  .find-window > span {
    grid-area: heading;
    text-align: center; }
  .find-window > .zip-search {
    grid-area: search; }
  .find-window > .locations {
    padding: 1rem 0;
    grid-area: results; }
  .find-window .zip-search-warning {
    grid-area: warning; }
  @media (min-width: 40.0625em) {
    .find-window {
      overflow-y: auto; } }
.zip-search {
  display: inline-block;
  width: 100%;
  max-width: 400px; }
  .zip-search > input {
    appearance: none;
    width: 100%;
    font-family: bilo, sans-serif;
    font-style: italic;
    border: none;
    background: transparent;
    text-align: center;
    border-bottom: 2px solid black; }
    .zip-search > input:focus, .zip-search > input:focus-visible {
      outline: none; }

.zip-search-warning {
  font-size: 2.0736rem;
  font-family: lato, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: -2px;
  font-style: italic; }

.locations {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%; }

.location-item {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background-color: #f6f1eb;
  cursor: pointer;
  transition: all 250ms; }
  .location-item:hover {
    background-color: black;
    color: white; }
  .location-item:not(last-child) {
    margin-bottom: 1rem; }

.location-item-name {
  font-family: abril-fatface, serif;
  font-size: 1rem;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0.25rem; }

.location-item-address {
  font-family: lato, sans-serif;
  font-size: 1rem; }

.store-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  list-style: none; }

.store-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }

.store-icon {
  width: 50px;
  height: 35px;
  padding: 0.15rem;
  margin-right: 2rem;
  margin-bottom: 0.5rem;
  display: flex; }

.store-address > strong span {
  font-size: 1rem; }

.store-list-item {
  margin-bottom: 0.75rem; }
  .store-list-item > a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    background: white;
    border-radius: 2px;
    border: 1px solid --green-dark;
    text-decoration: none;
    color: black;
    font-weight: 400; }

.search-container {
  display: flex;
  align-items: center; }

.no-stores {
  display: flex;
  flex-direction: column; }
  .no-stores > .msg {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 2px;
    color: --lavender;
    background: --lavender-light; }
  .no-stores > .contact {
    margin-top: 1rem; }

.flf-trade__layout {
  display: grid;
  grid-template-rows: 50vh 1fr;
  grid-template-columns: auto;
  grid-template-areas: "image image" "text text";
  min-height: 100vh; }
  @media (min-width: 48.0625em) {
    .flf-trade__layout {
      grid-template-columns: 50% 1fr;
      grid-template-rows: auto;
      grid-template-areas: "text image" "text image"; } }
.flf-trade__image {
  grid-area: image;
  padding: 2rem;
  max-height: 700px; }
  .flf-trade__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border: 5px solid black; }

.flf-trade__text {
  grid-area: text;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem;
  padding-top: 8rem;
  text-align: center; }
  .flf-trade__text > p {
    font-size: 1.1em; }
  .flf-trade__text > .button {
    margin-top: 1rem; }

.privacy-page {
  grid-column-start: nav-gutter-start;
  grid-column-end: canvas-end;
  grid-row-start: canvas-start;
  grid-row-end: canvas-end;
  background-color: var(--muted-beige);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0; }

.privacy-page > .wrapper {
  max-width: 900px; }

.privacy-page ul {
  margin-left: 2rem;
  margin-bottom: 1rem; }

.privacy-page h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.verify-age-page {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

@media screen and (min-width: M4_SCREEN_LARGE) {
  .verify-age-page {
    flex-direction: row;
    justify-content: space-between; } }

.verify-age-img {
  position: relative;
  flex-basis: 40%; }

.verify-age-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%; }

@media screen and (min-width: M4_SCREEN_LARGE) {
  .verify-age-img {
    flex-basis: 50%; } }

.verify-age-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  background-color: #fdf4f4;
  padding: 1rem; }

@media screen and (min-width: M4_SCREEN_LARGE) {
  .verify-age-content {
    padding: 2rem 4rem;
    align-items: start; } }

.verify-age-content > h1 {
  font-size: 4rem;
  color: black;
  margin-bottom: 2rem; }

.verify-age-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

@media screen and (min-width: M4_SCREEN_LARGE) {
  .verify-age-form {
    justify-content: end; } }

.verify-age-form > .button:first-child {
  margin-right: 2rem; }

.age-input {
  width: 100%;
  font-family: bilo, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  padding: 0.15rem 1rem;
  padding-top: .5rem;
  background: none;
  border: unset;
  border: 3px solid black;
  padding: .8rem 1rem;
  margin-right: 1rem;
  font-weight: 600;
  font-size: .9rem; }

.flf-not-found__layout {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 4rem;
  margin-bottom: 1rem; }

.flf-not-found__notice {
  font-style: italic; }

.app-page {
  font-family: !important bilo, sans-serif;
  height: 100%;
  width: 100%; }

.app-map {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.app-canvas-container {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.app-svg-container {
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%; }

.app-ui {
  position: absolute;
  top: 0;
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: 2vw 6vw 1fr 45vw 1fr 20vw 2vw;
  grid-template-rows: 2vh 6vh 10vh 1fr 10vh 10vh 2vh;
  grid-template-areas: "lgut tgut    tgut    tgut    tgut    tgut    rgut" "lgut ltspace ltspace tnav    rtspace rtspace rgut" "lgut mtspace mtspace mtspace mtspace mtspace rgut" "lgut lnav    mspace  mspace  mspace  rnav    rgut" "lgut mbspace mbspace mbspace mbspace mbspace rgut" "lgut lbspace lbspace bnav    rbspace rbspace rgut" "lgut bgut    bgut    bgut    bgut    bgut    rgut"; }
  .app-ui > .app-ui-bnav {
    grid-area: bnav;
    display: none; }
  .app-ui > .app-ui-lnav {
    grid-area: lnav;
    display: none; }

.app-ui-cmp {
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: white; }
  @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .app-ui-cmp {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.85); } }
  .app-ui-cmp::-webkit-scrollbar {
    background: rgba(0, 0, 0, 0.25);
    border-color: transparent;
    width: 6px;
    border-radius: 3px; }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .app-ui-cmp-opaq {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.95); } }

.app-ui-cmp-divider {
  display: flex;
  flex-direction: column;
  margin: 1.5rem 0;
  border: none;
  border-top: 1px solid #ddd; }
  .app-ui-cmp-divider > label {
    font-size: 1rem; }
  .app-ui-cmp-divider .app-ui-cmp-divider-top {
    border-top: none;
    border-bottom: 1px solid #ddd; }

.app-ui-inspector {
  font-family: bilo, sans-serif;
  display: flex;
  flex-direction: column;
  height: 55vh;
  width: 20vw;
  padding: 1.25rem;
  overflow-x: hidden;
  overflow-y: auto; }
  .app-ui-inspector > .app-ui-inspector-address {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: bold; }
    .app-ui-inspector > .app-ui-inspector-address > span {
      font-size: 1rem;
      font-weight: normal; }
  .app-ui-inspector > [data-account] {
    display: flex;
    flex-direction: column;
    font-size: 0.85rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
    background-color: white;
    border-radius: 3px;
    padding: 1rem; }
    .app-ui-inspector > [data-account]:not(:last-child) {
      margin-bottom: 1rem; }
    .app-ui-inspector > [data-account] > span {
      font-size: 1rem;
      font-weight: normal; }

.app-ui-tnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem;
  width: 100vw;
  border: none;
  border-radius: 0px;
  margin: 0 !important; }

.app-ui-tnav-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  padding: 0 1rem;
  border-radius: 3px; }
  .app-ui-tnav-search > .text-input {
    border: none;
    margin-bottom: 0;
    margin-left: 1rem;
    padding: 0.4rem;
    border-radius: 3px; }
    .app-ui-tnav-search > .text-input:focus {
      outline: none; }
  .app-ui-tnav-search > i {
    font-size: .85rem; }

.app-ui-query {
  display: flex;
  flex-direction: column;
  padding: 1rem; }
  .app-ui-query:not(:last-child) {
    margin-bottom: 0.25rem; }

.app-ui-query-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: bilo, sans-serif;
  font-size: 1rem;
  padding: 0.5rem;
  border-radius: 4px;
  cursor: pointer; }
  .app-ui-query-result:hover {
    background-color: #f4f4f4; }
  .app-ui-query-result > i {
    margin-right: 1rem;
    font-size: 0.9rem; }

.admin-login-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.admin-menu {
  z-index: 9;
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--muted-pink);
  border-right: 2px solid black; }

.admin-menu .menu-list-item {
  padding-right: 5rem; }

.summary-list {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 1.3; }

.summary-list__row {
  display: table-row;
  border-bottom: 1px solid #ccc; }

.summary-list__key,
.summary-list__value {
  overflow-wrap: break-word; }

.summary-list__key,
.summary-list__value,
.summary-list__action {
  display: table-cell;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px; }

.summary-list__key {
  font-weight: 700;
  width: 40%; }

.summary-list__value:last-child {
  text-align: right; }

.summary-list__action {
  width: 20%;
  text-align: right; }

.leaflet-control-zoom {
  display: none !important; }

.flf-company__layout {
  padding: 2rem 1rem;
  min-height: 100vh;
  background-color: #fffcf7;
  max-width: 1300px;
  margin: 0 auto; }
  @media (min-width: 48.0625em) {
    .flf-company__layout {
      padding: 2rem 4rem; } }
.flf-company__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 1rem;
  margin-bottom: 2rem; }
  @media (min-width: 48.0625em) {
    .flf-company__header {
      flex-direction: row;
      align-items: baseline; } }
.flf-company__nav {
  display: flex;
  justify-content: center;
  align-items: end; }

.flf-company__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }
  @media (min-width: 48.0625em) {
    .flf-company__nav-list {
      flex-direction: row;
      align-items: baseline;
      align-items: flex-start; } }
.flf-company__nav-list > a {
  border-bottom: 3px solid #0000000D;
  padding-bottom: 0.35rem;
  transition: all 250ms;
  margin-top: .75rem;
  margin-right: .75rem;
  font-weight: 600;
  text-decoration: none; }
  .flf-company__nav-list > a[selected], .flf-company__nav-list > a:hover {
    border-bottom: 3px solid black; }
  .flf-company__nav-list > a:link, .flf-company__nav-list > a:hover, .flf-company__nav-list > a:active, .flf-company__nav-list > a:visited {
    text-decoration: none;
    color: black; }

a.flf-company__back-button {
  padding: .35rem .75rem;
  border-radius: 3px;
  transition: all 250ms;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: #efefefff; }
  a.flf-company__back-button > i.flf-company__button__arrow {
    opacity: 0;
    margin-right: -2rem;
    transition: all 250ms;
    position: absolute;
    right: 0; }
  a.flf-company__back-button > .flf-company__button__label {
    transition: all 250ms; }
  a.flf-company__back-button:hover > .flf-company__button__label {
    margin-right: 2.5rem; }
  a.flf-company__back-button:hover > .flf-company__button__arrow {
    display: block;
    opacity: 1;
    margin-right: .75rem; }

a.flf-company__login-button {
  padding: .35rem .75rem;
  border-radius: 3px;
  transition: all 250ms;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: black;
  color: white; }
  a.flf-company__login-button > i.flf-company__button__arrow {
    opacity: 0;
    margin-right: -2rem;
    transition: all 250ms;
    position: absolute;
    right: 0; }
  a.flf-company__login-button > .flf-company__button__label {
    transition: all 250ms; }
  a.flf-company__login-button:hover > .flf-company__button__label {
    margin-right: 2.5rem; }
  a.flf-company__login-button:hover > .flf-company__button__arrow {
    display: block;
    opacity: 1;
    margin-right: .75rem; }

.flf-company__team-layout h1 {
  text-align: center; }

.flf-company__team-layout h2 {
  margin-bottom: 1rem; }

.flf-company__team-section {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  row-gap: 3rem;
  margin-bottom: 4rem; }
  @media (min-width: 40.0625em) {
    .flf-company__team-section {
      grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
      column-gap: 4%; } }
  @media (min-width: 40.0625em) {
    .flf-company__team-section {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
      column-gap: 3%; } }
.flf-company__team-card {
  display: flex;
  flex-direction: column; }

.flf-company_team-img {
  margin-bottom: 1rem;
  height: 70vh;
  border: 1px solid black; }
  @media (min-width: 40.0625em) {
    .flf-company_team-img {
      height: 500px;
      min-height: 500px; } }
  .flf-company_team-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    object-position: 50% 0%; }

.flf-company__team-card-content {
  display: flex;
  flex-direction: column;
  flex-basis: 70%; }
  .flf-company__team-card-content > h2 {
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 500; }
  .flf-company__team-card-content > h3 {
    font-weight: 400;
    margin-bottom: 1rem;
    font-size: 1.1rem; }
  .flf-company__team-card-content > p {
    line-height: 1.5; }

.flf-company__partner-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  width: 300px;
  height: 300px;
  border: 1px solid black; }
  .flf-company__partner-img > img {
    width: 200px;
    height: 200px;
    filter: grayscale(100%);
    object-fit: contain;
    object-position: 50% 50%; }

.flf-company__contact-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  .flf-company__contact-block > span:nth-child(1) {
    grid-area: dep;
    font-weight: 600;
    margin-bottom: 1rem; }
  .flf-company__contact-block > span:nth-child(2) {
    grid-area: name;
    margin-left: 1rem; }
  .flf-company__contact-block > span:nth-child(3) {
    grid-area: email;
    margin-left: 1rem; }

.flf-company__news-item {
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  /* padding-bottom: 1rem; */
  border-top: 1px solid #0000001c;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-areas: "date" "content"; }
  @media (min-width: 48.0625em) {
    .flf-company__news-item {
      grid-template-rows: max-content;
      grid-template-columns: 15% 1fr;
      grid-template-areas: "date content"; } }
.flf-company__news-date {
  grid-area: date;
  display: grid;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: max-content 1fr;
  grid-template-areas: "tag date";
  column-gap: 1rem;
  align-items: center;
  margin-bottom: .5rem; }
  @media (min-width: 48.0625em) {
    .flf-company__news-date {
      grid-template-rows: max-content auto;
      grid-template-columns: 1fr;
      grid-template-areas: "tag" "date";
      align-items: start; } }
.flf-company__news-date > span:first-child {
  grid-area: date; }

.flf-company__news-date > .flf-company__news-tag {
  grid-area: tag; }

.flf-company__news-tag {
  font-size: 0.85rem;
  font-weight: 600; }

.flf-company__news-content {
  grid-area: content;
  display: flex;
  flex-direction: column; }
  .flf-company__news-content > p {
    margin-bottom: 1rem; }
  .flf-company__news-content > h4 {
    font-weight: 600; }

.flf-company__news-source {
  grid-area: source;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flf-company__video-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  justify-content: center; }

.flf-company__document-lockup {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding: 1.25rem;
  max-width: 400px;
  margin-bottom: 2rem;
  color: black;
  background-color: #efefefff;
  text-decoration: none;
  width: 100%; }
  .flf-company__document-lockup:hover {
    background: #A1CE86; }
  .flf-company__document-lockup > span {
    font-weight: 500; }
  .flf-company__document-lockup > .investor__document-type {
    font-size: 2rem;
    margin-right: 1rem; }
  @media (min-width: 48.0625em) {
    .flf-company__document-lockup {
      margin-right: 1rem; } }
a.flf-company__video-lockup {
  border-radius: 5px;
  padding: 1.25rem;
  max-width: 400px;
  margin-bottom: 2rem;
  margin-right: 1rem;
  color: white;
  background-color: black;
  text-decoration: none;
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-template-rows: max-content 1fr;
  grid-template-areas: "img label" "img blurb";
  background: black;
  width: 100%;
  column-gap: 1rem; }
  a.flf-company__video-lockup:hover {
    background: #A1CE86;
    color: black; }
  a.flf-company__video-lockup > img {
    grid-area: img;
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 1rem; }
  a.flf-company__video-lockup.small > img {
    height: 50px;
    width: 50px; }
  a.flf-company__video-lockup > .flf-company__video-lockup-label {
    grid-area: label;
    font-weight: 500; }
  a.flf-company__video-lockup > .flf-company__video-lockup-blurb {
    grid-area: blurb; }

.flf-company__login-prompt {
  margin-bottom: 1rem; }

.flf-company__login-form {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.flf-company__login-input {
  width: 50%;
  font-family: bilo, sans-serif;
  font-style: italic;
  padding: 0.15rem 1rem;
  padding-top: .5rem;
  background: none;
  border: unset;
  border: 3px solid black;
  padding: .8rem 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: .9rem; }

.flf-company__gallery {
  display: flex;
  flex-direction: column;
  row-gap: 1rem; }
  @media (min-width: 48.0625em) {
    .flf-company__gallery {
      flex-direction: row;
      column-gap: 1rem; } }
.flf-admin-login {
  padding: 2rem;
  max-width: 800px;
  margin: 0 auto; }

.flf-admin-analytics-iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }
