@import '/wp-content/themes/villasoludden/assets/css/buttons';@import '/wp-content/themes/villasoludden/assets/css/forms';/* -------------------------------- Colors & backgrounds --------------------------------  */
/* Text -------------------------------- */
/* Backgrounds -------------------------------- */
.bg-chapter-default {
  background: #FFF;
}

.bg-chapter-primary {
  background: #F7F7EE;
}

.bg-chapter-secondary {
  background: #223623;
}

.bg-chapter-tertiary {
  background: #EFEFE1;
}

.bg-chapter-fourthiary {
  background: #FFFFFF;
}

.bg-chapter-primary-dark {
  background: #1B2B1C;
}

/* -------------------------------- Themes dark/light --------------------------------  */
/* Default -------------------------------- */
/* Dark -------------------------------- */
/* Light -------------------------------- */
/* -------------------------------- Color mixins --------------------------------  */
/* Dark -------------------------------- */
/* Light -------------------------------- */
/* Default -------------------------------- */
/* --- SPWRKS - General settings - Variables  */
/* -------------------------------- Base & general --------------------------------  */
/* Spaces -------------------------------- */
/* Typeface -------------------------------- */
/* HTML -------------------------------- */
/* Body -------------------------------- */
/* Body Tablet Landscape -------------------------------- */
/* Body Tablet Portrait -------------------------------- */
/* Body Phone -------------------------------- */
/* Global -------------------------------- */
/* -------------------------------- Typography & icons -------------------------------- */
/* Font familys -------------------------------- */
/* Font & icon sizes -------------------------------- */
/* Title & text variations -------------------------------- */
/* -------------------------------- Borders, Spacers -------------------------------- */
/* -------------------------------- Buttons -------------------------------- */
/* Set default font-family for buttons */
/* Button solid -------------------------------- */
/* Button outline -------------------------------- */
/* Button link -------------------------------- */
/* Button icon -------------------------------- */
/* 100% for circle - 0 for square */
/* Set default font-family for icons in buttons */
/* Set default font-weight for icons in buttons */
/* -------------------------------- Partial / Featured CTAS and Tags -------------------------------- */
/* Tags -------------------------------- */
/* -------------------------------- Links -------------------------------- */
/* -------------------------------- Forms -------------------------------- */
/* -------------------------------- Containers, spaces, heights and widths -------------------------------- */
/* Spacings -------------------------------- */
/* Heights -------------------------------- */
/* Containers -------------------------------- ? */
/* Grid -------------------------------- ? */
/* Cards -------------------------------- */
/* List -------------------------------- */
/* -------------------------------- Animation & easing -------------------------------- */
/* SPWRKS - Framework & modules */ /* WC/WP settings comes in separate files) */
/* -------------------------------- Top bar -------------------------------- */
/* -------------------------------- Header -------------------------------- */
/* Header general -------------------------------- ? */
/* Header Default -------------------------------- ? */
/* Header Primary -------------------------------- ? */
/* Header Secondary -------------------------------- ? */
/* Header Transparent -------------------------------- ? */
/* Add gradient here to clarify menu items - linear-gradient( 180deg, rgba(0, 0, 0, 0.5) 0%, rgba(196, 196, 196, 0) 100% ); */
/* Header Scroll -------------------------------- ? */
/* Header mega-menu -------------------------------- ? */
/* -------------------------------- Slide-menu -------------------------------- */
/* Slide-menu General -------------------------------- ? */
/* ---- Slide-menu - Header ---- ? */
/* ---- Slide-menu - Header / Title ---- ? */
/* ---- Slide-menu - Header / Button back ---- ? */
/* ---- Slide-menu - Header / Button close ---- ? */
/* ---- Slide-menu - Content ---- ? */
/* ---- Slide-menu - Content / Menu D1 ---- ? */
/* ---- Slide-menu - Content / Menu D2 ---- ? */
/* ---- Slide-menu - Content / Menu D3 ---- ? */
/* ---- Slide-menu - Footer ---- ? */
/* Slide-menu Depth 1 - Theme -------------------------------- ? */
/* Slide-menu Depth 2 - Theme -------------------------------- ? */
/* Slide-menu Depth 3 - Theme -------------------------------- ? */
/* Slide-menu Depth 3 -------------------------------- ? */
/* -------------------------------- Navigations -------------------------------- */
/* Breadcrumb -------------------------------- */
/* Menus -------------------------------- */
/* Set auto-left to push icon to the right */
/* Accordion -------------------------------- */
/* Set "none" to remove animation -- */
/* Set $g-transition-duration to use default -- */
/* Pagination -------------------------------- */
/* -------------------------------- Footer -------------------------------- */
/* Footer general -------------------------------- */
/* -------------------------------- Editor settings -------------------------------- */
/* Paragraph -------------------------------- */
/* Lists -------------------------------- */
/* Table -------------------------------- */
/* Image -------------------------------- */
/* Video -------------------------------- */
/* -------------------------------- Common blocks & partials -------------------------------- */
/* Social -------------------------------- */
/* Hero -------------------------------- */
/* Featured -------------------------------- */
.grid {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.grid.grid-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-default {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.grid-default .col, .grid-default .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.grid.grid-ng {
  margin-top: 0;
  margin-bottom: 0;
}
.grid.grid-ng .col, .grid.grid-ng .column {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.grid.grid-xxs {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.grid.grid-xxs .col, .grid.grid-xxs .column {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grid.grid-xs {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.grid.grid-xs .col, .grid.grid-xs .column {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.grid.grid-s {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.grid.grid-s .col, .grid.grid-s .column {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grid.grid-m {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.grid.grid-m .col, .grid.grid-m .column {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grid.grid-l {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.grid.grid-l .col, .grid.grid-l .column {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.grid.grid-xl {
  margin-top: -3.125rem;
  margin-bottom: -3.125rem;
}
.grid.grid-xl .col, .grid.grid-xl .column {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.block .grid.grid-align-h-default {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block .grid.grid-align-h-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.block .grid.grid-align-h-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block .grid.grid-align-h-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.block .grid.grid-align-v-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.block .grid.grid-align-v-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.block .grid.grid-align-v-bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.block .grid .col.grid-column-h-align-center, .block .grid .column.grid-column-h-align-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block .grid .col.grid-column-h-align-center .featured-ctas, .block .grid .column.grid-column-h-align-center .featured-ctas {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block .grid .col.grid-column-h-align-right, .block .grid .column.grid-column-h-align-right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.block .grid .col.grid-column-h-align-right .featured-ctas, .block .grid .column.grid-column-h-align-right .featured-ctas {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.block .grid .col.grid-column-h-align-left, .block .grid .column.grid-column-h-align-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block .grid .col.grid-column-h-align-left .featured-ctas, .block .grid .column.grid-column-h-align-left .featured-ctas {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.column-push-right {
  margin-left: auto !important;
}

.column-push-left {
  margin-right: auto !important;
}

.inner-grid {
  display: -ms-grid !important;
  display: grid !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner-grid.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.inner-grid.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.inner-grid.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .inner-grid.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.inner-grid.inner-grid-default {
  grid-row-gap: calc(1rem * 2);
  grid-column-gap: calc(1rem * 2);
}
.inner-grid.inner-grid-ng {
  grid-row-gap: 0rem;
  grid-column-gap: 0rem;
}
.inner-grid.inner-grid-xxs {
  grid-row-gap: calc(2rem * 2);
  grid-column-gap: calc(2rem * 2);
}
.inner-grid.inner-grid-xs {
  grid-row-gap: calc(0.375rem * 2);
  grid-column-gap: calc(0.375rem * 2);
}
.inner-grid.inner-grid-s {
  grid-row-gap: calc(2rem * 2);
  grid-column-gap: calc(2rem * 2);
}
.inner-grid.inner-grid-m {
  grid-row-gap: calc(2rem * 2);
  grid-column-gap: calc(2rem * 2);
}
.inner-grid.inner-grid-l {
  grid-row-gap: calc(2rem * 2);
  grid-column-gap: calc(2rem * 2);
}
.inner-grid.inner-grid-xl {
  grid-row-gap: calc(3.125rem * 2);
  grid-column-gap: calc(3.125rem * 2);
}
.inner-grid.inner-grid-xxl {
  grid-row-gap: calc(4.6875rem * 2);
  grid-column-gap: calc(4.6875rem * 2);
}

.block .grid.grid-align-h-default, .flexible-content .grid.grid-align-h-default {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block .grid.grid-align-h-left, .flexible-content .grid.grid-align-h-left {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.block .grid.grid-align-h-center, .flexible-content .grid.grid-align-h-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block .grid.grid-align-h-right, .flexible-content .grid.grid-align-h-right {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.block .grid.grid-align-v-top, .flexible-content .grid.grid-align-v-top {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.block .grid.grid-align-v-center, .flexible-content .grid.grid-align-v-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.block .grid.grid-align-v-bottom, .flexible-content .grid.grid-align-v-bottom {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.block .grid .col.grid-column-h-align-center, .block .grid .column.grid-column-h-align-center, .flexible-content .grid .col.grid-column-h-align-center, .flexible-content .grid .column.grid-column-h-align-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block .grid .col.grid-column-h-align-center .featured-ctas, .block .grid .column.grid-column-h-align-center .featured-ctas, .flexible-content .grid .col.grid-column-h-align-center .featured-ctas, .flexible-content .grid .column.grid-column-h-align-center .featured-ctas {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block .grid .col.grid-column-h-align-right, .block .grid .column.grid-column-h-align-right, .flexible-content .grid .col.grid-column-h-align-right, .flexible-content .grid .column.grid-column-h-align-right {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .grid .col.grid-column-h-align-right, .block .grid .column.grid-column-h-align-right, .flexible-content .grid .col.grid-column-h-align-right, .flexible-content .grid .column.grid-column-h-align-right {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.block .grid .col.grid-column-h-align-right .featured-ctas, .block .grid .column.grid-column-h-align-right .featured-ctas, .flexible-content .grid .col.grid-column-h-align-right .featured-ctas, .flexible-content .grid .column.grid-column-h-align-right .featured-ctas {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .grid .col.grid-column-h-align-right .featured-ctas, .block .grid .column.grid-column-h-align-right .featured-ctas, .flexible-content .grid .col.grid-column-h-align-right .featured-ctas, .flexible-content .grid .column.grid-column-h-align-right .featured-ctas {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.block .grid .col.grid-column-h-align-left, .block .grid .column.grid-column-h-align-left, .flexible-content .grid .col.grid-column-h-align-left, .flexible-content .grid .column.grid-column-h-align-left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block .grid .col.grid-column-h-align-left .featured-ctas, .block .grid .column.grid-column-h-align-left .featured-ctas, .flexible-content .grid .col.grid-column-h-align-left .featured-ctas, .flexible-content .grid .column.grid-column-h-align-left .featured-ctas {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.column-push-right {
  margin-left: auto !important;
}

.column-push-left {
  margin-right: auto !important;
}

.col-space-right-desktop {
  padding-right: 8.75rem;
}
@media only screen and (max-width: 64em) {
  .col-space-right-desktop {
    padding-right: 0 !important;
  }
}

.col-no-m-b {
  margin-bottom: 0 !important;
}

.col-no-m-t {
  margin-top: 0 !important;
}

.col-no-m-t-b {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 64em) {
  .col-no-m-b-tablet-p {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 64em) {
  .col-no-m-t-tablet-p {
    margin-top: 0 !important;
  }
}

/*  */
/*  */
/* --- SPWRKS - General settings - Mixins  */
/* -------------------------------- Base & general --------------------------------  */
/* HTML -------------------------------- */
/* Body -------------------------------- */
/* Global -------------------------------- */
/* Global spaces -------------------------------- */
.block-space-p-t-b {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-space-p-t-b {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-space-p-t-b {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t-b {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t-b {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.block-space-p-t-b_x2 {
  padding-top: calc(8.75rem * 2);
  padding-bottom: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t-b_x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
    padding-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t-b_x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
    padding-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t-b_x2 {
    padding-top: calc(5rem * 2);
    padding-bottom: calc(5rem * 2);
  }
}

.block-space-p-t-b_x0_25 {
  padding-top: calc(8.75rem * 0.25);
  padding-bottom: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t-b_x0_25 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t-b_x0_25 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t-b_x0_25 {
    padding-top: calc(5rem * 0.25);
    padding-bottom: calc(5rem * 0.25);
  }
}

.block-space-p-t-b_x0_5 {
  padding-top: calc(8.75rem * 0.5);
  padding-bottom: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t-b_x0_5 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t-b_x0_5 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t-b_x0_5 {
    padding-top: calc(5rem * 0.5);
    padding-bottom: calc(5rem * 0.5);
  }
}

.block-space-p-t-b_x0_75 {
  padding-top: calc(8.75rem * 0.75);
  padding-bottom: calc(8.75rem * 0.75);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t-b_x0_75 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.75);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t-b_x0_75 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.75);
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t-b_x0_75 {
    padding-top: calc(5rem * 0.75);
    padding-bottom: calc(5rem * 0.75);
  }
}

.block-space-p-b {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-p-b {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-b {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-b {
    padding-bottom: 5rem;
  }
}

.block-space-p-b_x2 {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-p-b_x2 {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-b_x2 {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-b_x2 {
    padding-bottom: 5rem;
  }
}

.block-space-p-b_x0_25 {
  padding-bottom: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  .block-space-p-b_x0_25 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-b_x0_25 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-b_x0_25 {
    padding-bottom: calc(5rem * 0.25);
  }
}

.block-space-p-b_x0_5 {
  padding-bottom: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-space-p-b_x0_5 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-b_x0_5 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-b_x0_5 {
    padding-bottom: calc(5rem * 0.5);
  }
}

.block-space-p-b_x0_75 {
  padding-bottom: calc(8.75rem * 0.75);
}
@media only screen and (max-width: 80em) {
  .block-space-p-b_x0_75 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-b_x0_75 {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-b_x0_75 {
    padding-bottom: calc(5rem * 0.75);
  }
}

.block-space-p-t {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-space-p-t {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-space-p-t {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t {
    padding-top: 5rem;
  }
}

.block-space-p-t_x2 {
  padding-top: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t_x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t_x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t_x2 {
    padding-top: calc(5rem * 2);
  }
}

.block-space-p-t_x1-5 {
  padding-top: calc(8.75rem * 1.5);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t_x1-5 {
    padding-top: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t_x1-5 {
    padding-top: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t_x1-5 {
    padding-top: calc(5rem * 1.5);
  }
}

.block-space-p-t_x0-25 {
  padding-top: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t_x0-25 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t_x0-25 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t_x0-25 {
    padding-top: calc(5rem * 0.25);
  }
}

.block-space-p-t_x0-5 {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t_x0-5 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t_x0-5 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t_x0-5 {
    padding-top: calc(8.75rem * 0.5);
  }
}

.block-space-p-t_x0-75 {
  padding-top: calc(8.75rem * 0.75);
}
@media only screen and (max-width: 80em) {
  .block-space-p-t_x0-75 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-t_x0-75 {
    padding-top: calc(calc(8.75rem * 0.75) * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-t_x0-75 {
    padding-top: calc(5rem * 0.75);
  }
}

.block-space-p-l-r {
  padding-right: 8.75rem;
  padding-left: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-p-l-r {
    padding-left: calc(8.75rem * 0.75);
    padding-right: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-p-l-r {
    padding-left: calc(8.75rem * 0.75);
    padding-right: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-p-l-r {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.block-space-m-t-b {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-m-t-b {
    margin-top: calc(8.75rem * 0.75);
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t-b {
    margin-top: calc(8.75rem * 0.75);
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t-b {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.block-space-m-t-b_x1-5 {
  margin-top: calc(8.75rem * 1.5);
  margin-bottom: calc(8.75rem * 1.5);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t-b_x1-5 {
    margin-top: calc(calc(8.75rem * 0.75) * 1.5);
    margin-bottom: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t-b_x1-5 {
    margin-top: calc(calc(8.75rem * 0.75) * 1.5);
    margin-bottom: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t-b_x1-5 {
    margin-top: calc(5rem * 1.5);
    margin-bottom: calc(5rem * 1.5);
  }
}

.block-space-m-t-b_x2 {
  margin-top: calc(8.75rem * 2);
  margin-bottom: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t-b_x2 {
    margin-top: calc(calc(8.75rem * 0.75) * 2);
    margin-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t-b_x2 {
    margin-top: calc(calc(8.75rem * 0.75) * 2);
    margin-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t-b_x2 {
    margin-top: calc(5rem * 2);
    margin-bottom: calc(5rem * 2);
  }
}

.block-space-m-t {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-m-t {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t {
    margin-top: 5rem;
  }
}

.block-space-m-t_x1-5 {
  margin-top: calc(8.75rem * 1.5);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t_x1-5 {
    margin-top: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t_x1-5 {
    margin-top: calc(calc(8.75rem * 0.75) * 1.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t_x1-5 {
    margin-top: calc(5rem * 1.5);
  }
}

.block-space-m-t_x2 {
  margin-top: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t_x2 {
    margin-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t_x2 {
    margin-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t_x2 {
    margin-top: calc(5rem * 2);
  }
}

.block-space-m-t_x0_5 {
  margin-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t_x0_5 {
    margin-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t_x0_5 {
    margin-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t_x0_5 {
    margin-top: calc(5rem * 0.5);
  }
}

.block-space-m-t_x0_25 {
  margin-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-space-m-t_x0_25 {
    margin-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-t_x0_25 {
    margin-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-t_x0_25 {
    margin-top: calc(5rem * 0.5);
  }
}

.block-space-m-b {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-space-m-b {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-b {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-b {
    margin-bottom: 5rem;
  }
}

.block-space-m-b_x2 {
  margin-bottom: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-space-m-b_x2 {
    margin-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-space-m-b_x2 {
    margin-bottom: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-space-m-b_x2 {
    margin-bottom: calc(5rem * 2);
  }
}

/* Grid gap space - Padding/Margin  -------------------------------- */
/* Element space - Padding/Margin -------------------------------- */
/* Header space - Padding/Margin -------------------------------- */
/* Flex -------------------------------- */
@media only screen and (max-width: 64em) {
  .flex-order-1-tablet-p-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 64em) {
  .flex-order-2-tablet-p-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media only screen and (max-width: 64em) {
  .flex-order-3-tablet-p-phone {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 64em) {
  .flex-order-4-tablet-p-phone {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* Grid -------------------------------- */
.grid-column-v-align-top {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid-column-v-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-column-v-align-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid.grid-xxl {
  margin-top: -4.6875rem;
  margin-bottom: -4.6875rem;
}
.grid.grid-xxl .col, .grid.grid-xxl .column {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
@media only screen and (max-width: 64em) {
  .grid.grid-xxl .col, .grid.grid-xxl .column {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-xxl {
    margin-bottom: 0 !important;
  }
}

/* -------------------------------- Colors & backgrounds --------------------------------  */
/* -------------------------------- Typography & icons -------------------------------- */
/* Icons -------------------------------- */
.g-icons {
  font-family: "Font Awesome Pro 6";
  font-weight: 100;
  font-size: 1.1875rem;
}

/* Font & icon sizes -------------------------------- */
/* Small-heading -------------------------------- */
.small-heading-primary {
  font-family: Inter;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.12em !important;
  letter-spacing: 0.09375rem !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-style: normal !important;
  margin-bottom: 1em !important;
}
.small-heading-primary strong {
  font-weight: 500;
}
.small-heading-primary a {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.small-heading-primary a:hover {
  text-decoration: underline !important;
}

.small-heading-primary-strong {
  font-family: Inter;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  line-height: 1.12em !important;
  letter-spacing: 0.09375rem !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-style: normal !important;
  margin-bottom: 1em !important;
  font-weight: 600 !important;
}
.small-heading-primary-strong strong {
  font-weight: 500;
}
.small-heading-primary-strong a {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.small-heading-primary-strong a:hover {
  text-decoration: underline !important;
}

/* Sub-heading -------------------------------- */
.sub-heading-primary, .sub-heading-2-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.sub-heading-primary strong, .sub-heading-2-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .sub-heading-primary, .sub-heading-2-primary {
    font-size: calc(0.75rem * 0.9);
  }
}

.sub-heading-1-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  font-size: calc(0.75rem * 1.25) !important;
}
.sub-heading-1-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .sub-heading-1-primary {
    font-size: calc(0.75rem * 0.9);
  }
}

.sub-heading-3-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  font-size: calc(0.75rem * 0.75) !important;
}
.sub-heading-3-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .sub-heading-3-primary {
    font-size: calc(0.75rem * 0.9);
  }
}

/* Heading -------------------------------- */
.heading-1-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
.heading-1-primary strong {
  font-weight: 400;
}
.heading-1-primary a {
  color: #1B2B1C;
}
.heading-1-primary i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .heading-1-primary {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-1-primary {
    font-size: calc(5.5rem * 0.5) !important;
  }
}

.heading-2-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 3.25rem !important;
  line-height: 1.35em;
}
.heading-2-primary strong {
  font-weight: 400;
}
.heading-2-primary a {
  color: #1B2B1C;
}
.heading-2-primary i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .heading-2-primary {
    font-size: calc(3.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-2-primary {
    font-size: calc(3.25rem * 0.65) !important;
  }
}

.heading-3-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.heading-3-primary strong {
  font-weight: 400;
}
.heading-3-primary a {
  color: #1B2B1C;
}
.heading-3-primary i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .heading-3-primary {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-3-primary {
    font-size: calc(2.25rem * 0.6);
  }
}

.heading-4-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
.heading-4-primary strong {
  font-weight: 400;
}
.heading-4-primary a {
  color: #1B2B1C;
}
.heading-4-primary i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-4-primary {
    font-size: calc(1.625rem * 0.85);
  }
}

.heading-5-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
.heading-5-primary strong {
  font-weight: 400;
}
.heading-5-primary a {
  color: #1B2B1C;
}
.heading-5-primary i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-5-primary {
    font-size: calc(1.375rem * 0.85);
  }
}

.heading-6-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.heading-6-primary strong {
  font-weight: 400;
}
.heading-6-primary a {
  color: #1B2B1C;
}
.heading-6-primary i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-6-primary {
    font-size: calc(1.25rem * 0.8);
  }
}

.heading-7-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.125rem;
  line-height: 1.35em;
}
.heading-7-primary strong {
  font-weight: 400;
}
.heading-7-primary a {
  color: #1B2B1C;
}
.heading-7-primary i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-7-primary {
    font-size: calc(1.125rem * 1);
  }
}

.heading-8-primary {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1rem;
  line-height: 1.35em;
}
.heading-8-primary strong {
  font-weight: 400;
}
.heading-8-primary a {
  color: #1B2B1C;
}
.heading-8-primary i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .heading-8-primary {
    font-size: calc(1rem * 1);
  }
}

/* Preamble -------------------------------- */
.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.preamble-primary strong {
  font-weight: 500;
}
.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}

.preamble-primary-large {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  font-size: calc(2.25rem * 1.25);
}
.preamble-primary-large strong {
  font-weight: 500;
}
.preamble-primary-large em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .preamble-primary-large {
    font-size: calc(2.25rem * 0.8);
  }
}

.preamble-primary-small {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  font-size: calc(2.25rem * 0.75);
}
.preamble-primary-small strong {
  font-weight: 500;
}
.preamble-primary-small em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .preamble-primary-small {
    font-size: calc(2.25rem * 0.8);
  }
}

/* Bread -------------------------------- */
.bread-primary {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.bread-primary strong {
  font-weight: 600;
}
.bread-primary em {
  font-style: italic;
}
.bread-primary em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .bread-primary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .bread-primary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.bread-primary-large {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 1.15rem;
  line-height: 1.796875rem;
}
.bread-primary-large strong {
  font-weight: 600;
}
.bread-primary-large em {
  font-style: italic;
}
.bread-primary-large em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .bread-primary-large {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .bread-primary-large {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.bread-primary-small {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
}
.bread-primary-small strong {
  font-weight: 600;
}
.bread-primary-small em {
  font-style: italic;
}
.bread-primary-small em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .bread-primary-small {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .bread-primary-small {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

/* Caption -------------------------------- */
.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}

.caption-primary-large {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  font-size: calc(0.75rem * 1.25);
}

.caption-primary-small {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  font-size: calc(0.75rem * 0.75);
}

/* -------------------------------- Borders & Spacers -------------------------------- */
.g-border-default {
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
}

.g-border-dark {
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  border-color: #223623;
}

.g-border-light {
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}

/* -------------------------------- Buttons & Symbols -------------------------------- */
/* General -------------------------------- */
/* Solid & Outline -------------------------------- */
/* Button text -------------------------------- */
.btn-text-outline-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-outline-primary {
    white-space: nowrap;
  }
}
.btn-text-outline-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-outline-primary .label {
  color: #1B2B1C;
}
.btn-text-outline-primary:hover {
  background: #223623;
  border-color: #223623;
}
.btn-text-outline-primary:hover .label {
  color: #FFFFFF;
}

.btn-text-outline-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-outline-secondary {
    white-space: nowrap;
  }
}
.btn-text-outline-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-outline-secondary .label {
  color: #F7F7EE;
}
.btn-text-outline-secondary:hover {
  background: #223623;
  border-color: #223623;
}
.btn-text-outline-secondary:hover .label {
  color: #F7F7EE;
}

.btn-text-outline-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F6CF52;
  color: #F6CF52;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-outline-tertiary {
    white-space: nowrap;
  }
}
.btn-text-outline-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-outline-tertiary .label {
  color: #F6CF52;
}
.btn-text-outline-tertiary:hover {
  background: #F6CF52;
  border-color: #F6CF52;
}
.btn-text-outline-tertiary:hover .label {
  color: #F6CF52;
}

.btn-text-outline-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #000000;
  color: #000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-outline-fourthiary {
    white-space: nowrap;
  }
}
.btn-text-outline-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-outline-fourthiary .label {
  color: #000000;
}
.btn-text-outline-fourthiary:hover {
  background: transparent;
  border-color: transparent;
}
.btn-text-outline-fourthiary:hover .label {
  color: transparent;
}

.btn-text-solid-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-solid-primary {
    white-space: nowrap;
  }
}
.btn-text-solid-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-solid-primary .label {
  color: #FFF !important;
}
.btn-text-solid-primary:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.btn-text-solid-primary:hover .label {
  color: #FFF;
}

.btn-text-solid-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-solid-secondary {
    white-space: nowrap;
  }
}
.btn-text-solid-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-solid-secondary .label {
  color: #1B2B1C;
}
.btn-text-solid-secondary:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
}
.btn-text-solid-secondary:hover .label {
  color: inherit;
}

.btn-text-solid-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #F7F7EE;
  border-color: #F7F7EE;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-solid-tertiary {
    white-space: nowrap;
  }
}
.btn-text-solid-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-solid-tertiary .label {
  color: #1B2B1C;
}
.btn-text-solid-tertiary:hover {
  background: white;
  border-color: white;
}
.btn-text-solid-tertiary:hover .label {
  color: #111b12;
}

.btn-text-solid-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-solid-fourthiary {
    white-space: nowrap;
  }
}
.btn-text-solid-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-solid-fourthiary .label {
  color: #1B2B1C;
}
.btn-text-solid-fourthiary:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
}
.btn-text-solid-fourthiary:hover .label {
  color: #FFFFFF;
}

/* Button text icon -------------------------------- */
.btn-text-icon-outline-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-outline-primary {
    white-space: nowrap;
  }
}
.btn-text-icon-outline-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-outline-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-outline-primary .label {
  color: #1B2B1C;
}
.btn-text-icon-outline-primary .icon {
  color: #1B2B1C;
}
.btn-text-icon-outline-primary:hover {
  border-color: #223623;
  background: #223623;
}
.btn-text-icon-outline-primary:hover .label, .btn-text-icon-outline-primary:hover .icon {
  color: #FFFFFF;
}

.btn-text-icon-outline-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-outline-secondary {
    white-space: nowrap;
  }
}
.btn-text-icon-outline-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-outline-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-outline-secondary .label {
  color: #F7F7EE;
}
.btn-text-icon-outline-secondary .icon {
  color: #F7F7EE;
}
.btn-text-icon-outline-secondary:hover {
  border-color: #223623;
  background: #223623;
}
.btn-text-icon-outline-secondary:hover .label, .btn-text-icon-outline-secondary:hover .icon {
  color: #F7F7EE;
}

.btn-text-icon-outline-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F6CF52;
  color: #F6CF52;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-outline-tertiary {
    white-space: nowrap;
  }
}
.btn-text-icon-outline-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-outline-tertiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-outline-tertiary .label {
  color: #F6CF52;
}
.btn-text-icon-outline-tertiary .icon {
  color: #F6CF52;
}
.btn-text-icon-outline-tertiary:hover {
  border-color: #F6CF52;
  background: #F6CF52;
}
.btn-text-icon-outline-tertiary:hover .label, .btn-text-icon-outline-tertiary:hover .icon {
  color: #F6CF52;
}

.btn-text-icon-outline-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #000000;
  color: #000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-outline-fourthiary {
    white-space: nowrap;
  }
}
.btn-text-icon-outline-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-outline-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-outline-fourthiary .label {
  color: #000000;
}
.btn-text-icon-outline-fourthiary .icon {
  color: #000000;
}
.btn-text-icon-outline-fourthiary:hover {
  border-color: transparent;
  background: transparent;
}
.btn-text-icon-outline-fourthiary:hover .label, .btn-text-icon-outline-fourthiary:hover .icon {
  color: transparent;
}

.btn-text-icon-solid-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-solid-primary {
    white-space: nowrap;
  }
}
.btn-text-icon-solid-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-solid-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-solid-primary .label {
  color: #FFF !important;
}
.btn-text-icon-solid-primary .icon {
  color: #FFF !important;
}
.btn-text-icon-solid-primary:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.btn-text-icon-solid-primary:hover .label, .btn-text-icon-solid-primary:hover .icon {
  color: #FFF;
}

.btn-text-icon-solid-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-solid-secondary {
    white-space: nowrap;
  }
}
.btn-text-icon-solid-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-solid-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-solid-secondary .label {
  color: #1B2B1C;
}
.btn-text-icon-solid-secondary .icon {
  color: #1B2B1C;
}
.btn-text-icon-solid-secondary:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
}
.btn-text-icon-solid-secondary:hover .label, .btn-text-icon-solid-secondary:hover .icon {
  color: inherit;
}

.btn-text-icon-solid-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #F7F7EE;
  border-color: #F7F7EE;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-solid-tertiary {
    white-space: nowrap;
  }
}
.btn-text-icon-solid-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-solid-tertiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-solid-tertiary .label {
  color: #1B2B1C;
}
.btn-text-icon-solid-tertiary .icon {
  color: #1B2B1C;
}
.btn-text-icon-solid-tertiary:hover {
  background: white;
  border-color: white;
}
.btn-text-icon-solid-tertiary:hover .label, .btn-text-icon-solid-tertiary:hover .icon {
  color: #111b12;
}

.btn-text-icon-solid-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-text-icon-solid-fourthiary {
    white-space: nowrap;
  }
}
.btn-text-icon-solid-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-solid-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-solid-fourthiary .label {
  color: #1B2B1C;
}
.btn-text-icon-solid-fourthiary .icon {
  color: #1B2B1C;
}
.btn-text-icon-solid-fourthiary:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
}
.btn-text-icon-solid-fourthiary:hover .label, .btn-text-icon-solid-fourthiary:hover .icon {
  color: #FFFFFF;
}

/* Button icon -------------------------------- */
.btn-icon-outline-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-outline-primary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-outline-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-outline-primary .label {
  color: #1B2B1C;
}
.btn-icon-outline-primary .icon, .btn-icon-outline-primary:after {
  color: #1B2B1C;
}
.btn-icon-outline-primary:hover {
  background: #223623;
  border-color: #223623;
  color: #FFFFFF;
}
.btn-icon-outline-primary:hover .label, .btn-icon-outline-primary:hover .icon, .btn-icon-outline-primary:hover:after {
  color: #FFFFFF;
}

.btn-icon-outline-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-outline-secondary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-outline-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-outline-secondary .label {
  color: #F7F7EE;
}
.btn-icon-outline-secondary .icon {
  color: #F7F7EE;
}
.btn-icon-outline-secondary:hover {
  background: #223623;
  border-color: #223623;
}
.btn-icon-outline-secondary:hover .label, .btn-icon-outline-secondary:hover .icon {
  color: #F7F7EE;
}

.btn-icon-outline-tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-outline-tertiary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-outline-tertiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-outline-tertiary .label {
  color: #1B2B1C;
}
.btn-icon-outline-tertiary .icon {
  color: #1B2B1C;
}
.btn-icon-outline-tertiary:hover {
  background: #F6CF52;
  border-color: #F6CF52;
}
.btn-icon-outline-tertiary:hover .label, .btn-icon-outline-tertiary:hover .icon {
  color: #F6CF52;
}

.btn-icon-outline-fourthiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-outline-fourthiary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-outline-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-outline-fourthiary .label {
  color: #1B2B1C;
}
.btn-icon-outline-fourthiary .icon {
  color: #1B2B1C;
}
.btn-icon-outline-fourthiary:hover {
  background: transparent;
  border-color: transparent;
}
.btn-icon-outline-fourthiary:hover .label, .btn-icon-outline-fourthiary:hover .icon {
  color: transparent;
}

.btn-icon-solid-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-solid-primary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-solid-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-solid-primary .label {
  color: #FFF !important;
}
.btn-icon-solid-primary .icon {
  color: #FFF !important;
}
.btn-icon-solid-primary:hover {
  background: #253b26 !important;
  border-color: #253b26;
  color: #FFF !important;
}
.btn-icon-solid-primary:hover .label, .btn-icon-solid-primary:hover .icon {
  color: #FFF !important;
}

.btn-icon-solid-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-solid-secondary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-solid-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-solid-secondary .label {
  color: #1B2B1C;
}
.btn-icon-solid-secondary .icon {
  color: #1B2B1C;
}
.btn-icon-solid-secondary:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.btn-icon-solid-secondary:hover .label, .btn-icon-solid-secondary:hover .icon {
  color: inherit;
}

.btn-icon-solid-tertiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #F7F7EE;
  border-color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-solid-tertiary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-solid-tertiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-solid-tertiary .label {
  color: #1B2B1C;
}
.btn-icon-solid-tertiary .icon {
  color: #1B2B1C;
}
.btn-icon-solid-tertiary:hover {
  background: white;
  border-color: white;
  color: #111b12;
}
.btn-icon-solid-tertiary:hover .label, .btn-icon-solid-tertiary:hover .icon {
  color: #111b12;
}

.btn-icon-solid-fourthiary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .btn-icon-solid-fourthiary {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.btn-icon-solid-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.btn-icon-solid-fourthiary .label {
  color: #1B2B1C;
}
.btn-icon-solid-fourthiary .icon {
  color: #1B2B1C;
}
.btn-icon-solid-fourthiary:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFFFFF;
}
.btn-icon-solid-fourthiary:hover .label, .btn-icon-solid-fourthiary:hover .icon {
  color: #FFFFFF;
}

/* Button link  -------------------------------- */
.btn-text-link-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-text-link-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-link-primary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-link-primary:hover:after {
  width: 50%;
}
.btn-text-link-primary .label {
  color: #000000;
}
.btn-text-link-primary:after {
  background: #000000;
}

.btn-text-icon-link-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-text-icon-link-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-link-primary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-icon-link-primary:hover:after {
  width: 50%;
}
.btn-text-icon-link-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-link-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-link-primary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-icon-link-primary:hover:after {
  width: 50%;
}
.btn-text-icon-link-primary .label {
  color: #000000;
}
.btn-text-icon-link-primary:after {
  background: #000000;
}
.btn-text-icon-link-primary .icon {
  color: #000000;
}

.btn-text-link-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-text-link-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-link-secondary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-link-secondary:hover:after {
  width: 50%;
}
.btn-text-link-secondary .label {
  color: #FFFFFF;
}
.btn-text-link-secondary:after {
  background: #FFFFFF;
}

.btn-text-icon-link-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-text-icon-link-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-link-secondary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-icon-link-secondary:hover:after {
  width: 50%;
}
.btn-text-icon-link-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.btn-text-icon-link-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-text-icon-link-secondary:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-text-icon-link-secondary:hover:after {
  width: 50%;
}
.btn-text-icon-link-secondary .label {
  color: #FFFFFF;
}
.btn-text-icon-link-secondary:after {
  background: #FFFFFF;
}
.btn-text-icon-link-secondary .icon {
  color: #FFFFFF;
}

/* Tags -------------------------------- */
.tag-link-solid-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-solid-primary {
    white-space: nowrap;
  }
}
.tag-link-solid-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-solid-primary .label {
  color: #FFF !important;
}
.tag-link-solid-primary:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.tag-link-solid-primary:hover .label {
  color: #FFF;
}
.tag-link-solid-primary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-solid-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-solid-secondary {
    white-space: nowrap;
  }
}
.tag-link-solid-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-solid-secondary .label {
  color: #1B2B1C;
}
.tag-link-solid-secondary:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
}
.tag-link-solid-secondary:hover .label {
  color: inherit;
}
.tag-link-solid-secondary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-solid-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #F7F7EE;
  border-color: #F7F7EE;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-solid-tertiary {
    white-space: nowrap;
  }
}
.tag-link-solid-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-solid-tertiary .label {
  color: #1B2B1C;
}
.tag-link-solid-tertiary:hover {
  background: white;
  border-color: white;
}
.tag-link-solid-tertiary:hover .label {
  color: #111b12;
}
.tag-link-solid-tertiary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-solid-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-solid-fourthiary {
    white-space: nowrap;
  }
}
.tag-link-solid-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-solid-fourthiary .label {
  color: #1B2B1C;
}
.tag-link-solid-fourthiary:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
}
.tag-link-solid-fourthiary:hover .label {
  color: #FFFFFF;
}
.tag-link-solid-fourthiary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-outline-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-outline-primary {
    white-space: nowrap;
  }
}
.tag-link-outline-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-outline-primary .label {
  color: #1B2B1C;
}
.tag-link-outline-primary:hover {
  background: #223623;
  border-color: #223623;
}
.tag-link-outline-primary:hover .label {
  color: #FFFFFF;
}
.tag-link-outline-primary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-outline-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-outline-secondary {
    white-space: nowrap;
  }
}
.tag-link-outline-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-outline-secondary .label {
  color: #F7F7EE;
}
.tag-link-outline-secondary:hover {
  background: #223623;
  border-color: #223623;
}
.tag-link-outline-secondary:hover .label {
  color: #F7F7EE;
}
.tag-link-outline-secondary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-outline-tertiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F6CF52;
  color: #F6CF52;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-outline-tertiary {
    white-space: nowrap;
  }
}
.tag-link-outline-tertiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-outline-tertiary .label {
  color: #F6CF52;
}
.tag-link-outline-tertiary:hover {
  background: #F6CF52;
  border-color: #F6CF52;
}
.tag-link-outline-tertiary:hover .label {
  color: #F6CF52;
}
.tag-link-outline-tertiary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

.tag-link-outline-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #000000;
  color: #000000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tag-link-outline-fourthiary {
    white-space: nowrap;
  }
}
.tag-link-outline-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tag-link-outline-fourthiary .label {
  color: #000000;
}
.tag-link-outline-fourthiary:hover {
  background: transparent;
  border-color: transparent;
}
.tag-link-outline-fourthiary:hover .label {
  color: transparent;
}
.tag-link-outline-fourthiary .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}

/* Trigger text icon -------------------------------- */
.trigger-text-icon-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  width: auto !important;
  min-width: auto !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-primary {
    white-space: nowrap;
  }
}
.trigger-text-icon-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 0.5rem !important;
}
.trigger-text-icon-primary .label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-primary {
    white-space: nowrap;
  }
}
.trigger-text-icon-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.trigger-text-icon-primary .icon {
  color: #1B2B1C;
}
.trigger-text-icon-primary .label {
  color: #1B2B1C;
  padding-right: 0.95rem !important;
}

.trigger-text-icon-secondary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  width: auto !important;
  min-width: auto !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-secondary {
    white-space: nowrap;
  }
}
.trigger-text-icon-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 0.5rem !important;
}
.trigger-text-icon-secondary .label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-secondary {
    white-space: nowrap;
  }
}
.trigger-text-icon-secondary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-secondary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.trigger-text-icon-secondary .icon {
  color: #F7F7EE;
}
.trigger-text-icon-secondary .label {
  color: #F7F7EE;
}

.trigger-text-icon-primary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  width: auto !important;
  min-width: auto !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F6CF52;
  color: #F6CF52;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-primary {
    white-space: nowrap;
  }
}
.trigger-text-icon-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 0.5rem !important;
}
.trigger-text-icon-primary .label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-primary {
    white-space: nowrap;
  }
}
.trigger-text-icon-primary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-primary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.trigger-text-icon-primary .icon {
  color: #F6CF52;
  padding-left: 0 !important;
}
.trigger-text-icon-primary .label {
  color: #F6CF52;
}

.trigger-text-icon-fourthiary {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  width: auto !important;
  min-width: auto !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #000000;
  color: #000000;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-fourthiary {
    white-space: nowrap;
  }
}
.trigger-text-icon-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0 0 0 0.5rem !important;
}
.trigger-text-icon-fourthiary .label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .trigger-text-icon-fourthiary {
    white-space: nowrap;
  }
}
.trigger-text-icon-fourthiary .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.trigger-text-icon-fourthiary .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.trigger-text-icon-fourthiary .icon {
  color: #000000;
  padding-left: 0 !important;
}
.trigger-text-icon-fourthiary .label {
  color: #000000;
}

/* -------------------------------- Forms -------------------------------- */
/* Label -------------------------------- */
.g-form-label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}

/* Input -------------------------------- */
.g-form-input {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.g-form-input input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}

.g-form-input-small {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(calc(3.75rem * 1) * 0.8) !important;
  min-height: calc(calc(3.75rem * 1) * 0.8) !important;
  padding: 0rem 1.25rem !important;
  font-size: calc(calc(1rem * 1) * 0.8) !important;
}
.g-form-input-small input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input-small input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input-small input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input-small input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-input-small input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}

/* Textarea -------------------------------- */
.g-form-textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.g-form-textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}

.g-form-textarea-small {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
  height: calc(calc(3.75rem * 1) * 0.8) !important;
  min-height: calc(calc(calc(3.75rem * 1) * 3) * 1) !important;
  padding: 0.9375rem 0.9375rem !important;
  font-size: calc(calc(1rem * 1) * 0.8) !important;
}
.g-form-textarea-small input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea-small input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea-small input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea-small input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.g-form-textarea-small input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}

/* Select -------------------------------- */
/* Radio -------------------------------- */
/* Checkbox -------------------------------- */
/* Validation -------------------------------- */
.g-form-validation {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}

/* Submit -------------------------------- */
.g-form-submit-solid {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-form-submit-solid {
    white-space: nowrap;
  }
}
.g-form-submit-solid .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.g-form-submit-solid .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-form-submit-solid {
    white-space: nowrap;
  }
}
.g-form-submit-solid .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.g-form-submit-solid .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.g-form-submit-solid .label {
  color: #FFF !important;
}
.g-form-submit-solid .icon {
  color: #FFF !important;
}
.g-form-submit-solid:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.g-form-submit-solid:hover .label, .g-form-submit-solid:hover .icon {
  color: #FFF;
}
.g-form-submit-solid#place_order {
  height: calc(3.75rem * 1.25);
}

.g-form-submit-outline {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-form-submit-outline {
    white-space: nowrap;
  }
}
.g-form-submit-outline .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.g-form-submit-outline .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-form-submit-outline {
    white-space: nowrap;
  }
}
.g-form-submit-outline .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.g-form-submit-outline .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.g-form-submit-outline .label {
  color: #1B2B1C;
}
.g-form-submit-outline .icon {
  color: #1B2B1C;
}
.g-form-submit-outline:hover {
  border-color: #223623;
  background: #223623;
}
.g-form-submit-outline:hover .label, .g-form-submit-outline:hover .icon {
  color: #FFFFFF;
}

/* Message & confirmation -------------------------------- */
/* Formidable -------------------------------- */
/* -------------------------------- Menus -------------------------------- */
/* -------------------------------- Containers, spaces, heights and widths -------------------------------- */
/* Spacings -------------------------------- */
.g-spacing-block-h {
  height: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .g-spacing-block-h {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .g-spacing-block-h {
    height: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .g-spacing-block-h {
    height: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-spacing-block-h {
    height: 5rem;
  }
}

.g-spacing-header-h {
  height: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .g-spacing-header-h {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  .g-spacing-header-h {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-spacing-header-h {
    height: calc(8.75rem * 0.8) !important;
  }
}

.g-spacing-element-h {
  height: 1.5rem;
}

.g-spacing-grid-gap-h {
  height: 1rem;
}

/* Wrappers -------------------------------- ? */
/* Cards & bars -------------------------------- */
.g-card-space-xl {
  padding: 8.75rem 7.5rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .g-card-space-xl {
    padding: 5rem 3.75rem;
    border: 1px solid #FF0000;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .g-card-space-xl {
    padding: 5rem 3.75rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-card-space-xl {
    padding: 3.75rem 0;
  }
}

.g-card-space-l {
  padding: 7.5rem 5rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .g-card-space-l {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .g-card-space-l {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-card-space-l {
    padding: 3.75rem 6vw;
  }
}

.g-card-space-m {
  padding: 5.5rem 4.75rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .g-card-space-m {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .g-card-space-m {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-card-space-m {
    padding: 3.75rem 0;
  }
}

.g-card-space-s {
  padding: 3.125rem 2.1875rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .g-card-space-s {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .g-card-space-s {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-card-space-s {
    padding: 2.9375rem 6vw;
  }
}

.g-card-space-xs {
  padding: 2.5rem 1.25rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .g-card-space-xs {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .g-card-space-xs {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-card-space-xs {
    padding: 2.1875rem calc(6vw * 0.5);
  }
}

/* Containers -------------------------------- ? */
.container-full {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
}
@media only screen and (max-width: 80em) {
  .container-full {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-full {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-full {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-full {
    padding: 0 !important;
  }
}

.container-xl {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90vw !important;
  max-width: 90vw !important;
}
@media only screen and (max-width: 80em) {
  .container-xl {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-xl {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-xl {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}

.container-l {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 86.25rem !important;
}
@media only screen and (max-width: 80em) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 100em) {
  .container-l {
    width: 1180px !important;
    max-width: 1180px !important;
  }
}
@media only screen and (max-width: 80em) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}
@media only screen and (max-width: 64em) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-l {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}

.container-m {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75rem !important;
}
@media only screen and (max-width: 80em) {
  .container-m {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-m {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-m {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}

.container-s {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56.25rem !important;
}
@media only screen and (max-width: 80em) {
  .container-s {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-s {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-s {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}

.container-xs {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40rem !important;
}
@media only screen and (max-width: 80em) {
  .container-xs {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-xs {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-xs {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}

.container-default {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
}
@media only screen and (max-width: 80em) {
  .container-default {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .container-default {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-default {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}

/* Grid -------------------------------- */
/* Grid -------------------------------- */
/* --- SPWRKS - Framework & modules */
/* -------------------------------- Top bar -------------------------------- */
/* -------------------------------- Header -------------------------------- */
/* Header general -------------------------------- ? */
/* Header Default -------------------------------- ? */
.header-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  .header-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-default .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-default .logo .image, .header-default .logo a, .header-default .logo svg, .header-default .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default .logo .image, .header-default .logo a, .header-default .logo svg, .header-default .logo img {
    width: 4.0625rem;
  }
}
.header-default .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-default .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-default .primary_menu_1, .header-default .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-default .primary_menu_1 .menu-item, .header-default .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-default .primary_menu_1 .menu-item .menu-link, .header-default .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-default .primary_menu_1 .menu-item .menu-link .toggle, .header-default .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-default .primary_menu_1 .menu-item .menu-link .label, .header-default .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-default .primary_menu_1 .menu-item .menu-link .icon, .header-default .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-default .primary_menu_1 .menu-item .menu-link .icon i, .header-default .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-default .primary_menu_1 .menu-item .menu-link:after, .header-default .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-default .primary_menu_1 .menu-item .menu-link:hover:after, .header-default .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active:after, .header-default .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-default .actions-wrapper .trigger-text-icon-primary .label, .header-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-default .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-default .actions-wrapper .item, .header-default .actions-wrapper-tablet-phone .item, .header-default .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default .actions-wrapper .item:last-child, .header-default .actions-wrapper-tablet-phone .item:last-child, .header-default .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-default .actions-wrapper .btn-icon-solid-primary, .header-default .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-default .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-default .actions-wrapper .btn-icon-outline-primary, .header-default .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-default .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-default .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-default.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-default.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-default.header-scroll-past .logo .image, .header-default.header-scroll-past .logo a, .header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past .logo .image, .header-default.header-scroll-past .logo a, .header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo g, .header-default.header-scroll-past .logo path, .header-default.header-scroll-past .logo rect, .header-default.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-default.header-scroll-past .logo:hover svg, .header-default.header-scroll-past .logo:hover g, .header-default.header-scroll-past .logo:hover path, .header-default.header-scroll-past .logo:hover rect, .header-default.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-default.header-scroll-past .logo.is-active svg, .header-default.header-scroll-past .logo.is-active g, .header-default.header-scroll-past .logo.is-active path, .header-default.header-scroll-past .logo.is-active rect, .header-default.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-default.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-default.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-default.header-slide-up {
  top: -8.75rem !important;
}
.header-default .logo svg, .header-default .logo g, .header-default .logo path, .header-default .logo rect, .header-default .logo polygon {
  fill: #FFFFFF;
}
.header-default .logo:hover svg, .header-default .logo:hover g, .header-default .logo:hover path, .header-default .logo:hover rect, .header-default .logo:hover polygon {
  fill: #FFFFFF;
}
.header-default .logo.is-active svg, .header-default .logo.is-active g, .header-default .logo.is-active path, .header-default .logo.is-active rect, .header-default .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-default .primary_menu_1 .menu-item .menu-link, .header-default .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link .label, .header-default .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link .icon, .header-default .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link:after, .header-default .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link:hover:after, .header-default .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link:hover .label, .header-default .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link:hover .icon, .header-default .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active:after, .header-default .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active .label, .header-default .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-default .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-default .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
.header-default .actions-wrapper .btn-icon-solid-primary, .header-default .actions-wrapper .btn-text-icon-solid-primary, .header-default .actions-wrapper .btn-text-solid-primary, .header-default .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-default .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-default .hamburger-wrapper .btn-icon-solid-primary, .header-default .hamburger-wrapper .btn-text-icon-solid-primary, .header-default .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-default .actions-wrapper .btn-icon-solid-primary .icon, .header-default .actions-wrapper .btn-text-icon-solid-primary .icon, .header-default .actions-wrapper .btn-text-solid-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-default .hamburger-wrapper .btn-icon-solid-primary .icon, .header-default .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-default .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-default .actions-wrapper .btn-icon-solid-primary .label, .header-default .actions-wrapper .btn-text-icon-solid-primary .label, .header-default .actions-wrapper .btn-text-solid-primary .label, .header-default .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-default .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-default .hamburger-wrapper .btn-icon-solid-primary .label, .header-default .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-default .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-default .actions-wrapper .btn-icon-outline-primary, .header-default .actions-wrapper .btn-text-icon-outline-primary, .header-default .actions-wrapper .btn-text-outline-primary, .header-default .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-default .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-default .hamburger-wrapper .btn-icon-outline-primary, .header-default .hamburger-wrapper .btn-text-icon-outline-primary, .header-default .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-default .actions-wrapper .btn-icon-outline-primary .icon, .header-default .actions-wrapper .btn-text-icon-outline-primary .icon, .header-default .actions-wrapper .btn-text-outline-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-default .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-default .hamburger-wrapper .btn-icon-outline-primary .icon, .header-default .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-default .hamburger-wrapper .btn-text-outline-primary .icon {
  color: #FFF;
}
.header-default .actions-wrapper .btn-icon-outline-primary .label, .header-default .actions-wrapper .btn-text-icon-outline-primary .label, .header-default .actions-wrapper .btn-text-outline-primary .label, .header-default .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-default .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-default .hamburger-wrapper .btn-icon-outline-primary .label, .header-default .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-default .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
.header-default .actions-wrapper .trigger-text-icon-primary .icon, .header-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-default .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-default .actions-wrapper .trigger-text-icon-primary .label, .header-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-default .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
.header-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
.header-default:hover {
  background: #1B2B1C;
}
.header-default.is-active {
  background: #1B2B1C;
}
.header-default.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-default.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-default.header-scroll-past .logo .image, .header-default.header-scroll-past .logo a, .header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past .logo .image, .header-default.header-scroll-past .logo a, .header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-default.header-scroll-past .logo svg, .header-default.header-scroll-past .logo g, .header-default.header-scroll-past .logo path, .header-default.header-scroll-past .logo rect, .header-default.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-default.header-scroll-past .logo:hover svg, .header-default.header-scroll-past .logo:hover g, .header-default.header-scroll-past .logo:hover path, .header-default.header-scroll-past .logo:hover rect, .header-default.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-default.header-scroll-past .logo.is-active svg, .header-default.header-scroll-past .logo.is-active g, .header-default.header-scroll-past .logo.is-active path, .header-default.header-scroll-past .logo.is-active rect, .header-default.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-default.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-default.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-default.header-scroll-past.is-active {
  background: #1B2B1C !important;
}

/* Header Primary -------------------------------- ? */
.header-scroll-primary {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-scroll-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-scroll-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-scroll-primary .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-scroll-primary .logo .image, .header-scroll-primary .logo a, .header-scroll-primary .logo svg, .header-scroll-primary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-primary .logo .image, .header-scroll-primary .logo a, .header-scroll-primary .logo svg, .header-scroll-primary .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-scroll-primary .logo svg, .header-scroll-primary .logo g, .header-scroll-primary .logo path, .header-scroll-primary .logo rect, .header-scroll-primary .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-scroll-primary .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-primary .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-scroll-primary .logo:hover svg, .header-scroll-primary .logo:hover g, .header-scroll-primary .logo:hover path, .header-scroll-primary .logo:hover rect, .header-scroll-primary .logo:hover polygon {
  fill: #FFFFFF;
}
.header-scroll-primary .logo.is-active svg, .header-scroll-primary .logo.is-active g, .header-scroll-primary .logo.is-active path, .header-scroll-primary .logo.is-active rect, .header-scroll-primary .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link, .header-scroll-primary .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link .label, .header-scroll-primary .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link .icon, .header-scroll-primary .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link:after, .header-scroll-primary .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-scroll-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link:hover .label, .header-scroll-primary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-scroll-primary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-scroll-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-scroll-primary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-scroll-primary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-scroll-primary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-scroll-primary .actions-wrapper .btn-icon-solid-primary, .header-scroll-primary .actions-wrapper .btn-text-icon-solid-primary, .header-scroll-primary .actions-wrapper .btn-text-solid-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-scroll-primary .hamburger-wrapper .btn-icon-solid-primary, .header-scroll-primary .hamburger-wrapper .btn-text-icon-solid-primary, .header-scroll-primary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-scroll-primary .actions-wrapper .btn-icon-solid-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-solid-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-icon-solid-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-scroll-primary .actions-wrapper .btn-icon-solid-primary .label, .header-scroll-primary .actions-wrapper .btn-text-icon-solid-primary .label, .header-scroll-primary .actions-wrapper .btn-text-solid-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-scroll-primary .hamburger-wrapper .btn-icon-solid-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-scroll-primary .actions-wrapper .btn-icon-outline-primary, .header-scroll-primary .actions-wrapper .btn-text-icon-outline-primary, .header-scroll-primary .actions-wrapper .btn-text-outline-primary, .header-scroll-primary .actions-wrapper .btn-text-link-primary, .header-scroll-primary .actions-wrapper .btn-text-link-secondary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-primary, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-scroll-primary .hamburger-wrapper .btn-icon-outline-primary, .header-scroll-primary .hamburger-wrapper .btn-text-icon-outline-primary, .header-scroll-primary .hamburger-wrapper .btn-text-outline-primary, .header-scroll-primary .hamburger-wrapper .btn-text-link-primary, .header-scroll-primary .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-scroll-primary .actions-wrapper .btn-icon-outline-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-outline-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-link-primary .icon, .header-scroll-primary .actions-wrapper .btn-text-link-secondary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-scroll-primary .hamburger-wrapper .btn-icon-outline-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-outline-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-link-primary .icon, .header-scroll-primary .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-scroll-primary .actions-wrapper .btn-icon-outline-primary .label, .header-scroll-primary .actions-wrapper .btn-text-icon-outline-primary .label, .header-scroll-primary .actions-wrapper .btn-text-outline-primary .label, .header-scroll-primary .actions-wrapper .btn-text-link-primary .label, .header-scroll-primary .actions-wrapper .btn-text-link-secondary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-scroll-primary .hamburger-wrapper .btn-icon-outline-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-outline-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-link-primary .label, .header-scroll-primary .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-scroll-primary .actions-wrapper .btn-icon-outline-primary:after, .header-scroll-primary .actions-wrapper .btn-text-icon-outline-primary:after, .header-scroll-primary .actions-wrapper .btn-text-outline-primary:after, .header-scroll-primary .actions-wrapper .btn-text-link-primary:after, .header-scroll-primary .actions-wrapper .btn-text-link-secondary:after, .header-scroll-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-scroll-primary .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-scroll-primary .hamburger-wrapper .btn-icon-outline-primary:after, .header-scroll-primary .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-scroll-primary .hamburger-wrapper .btn-text-outline-primary:after, .header-scroll-primary .hamburger-wrapper .btn-text-link-primary:after, .header-scroll-primary .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-scroll-primary .actions-wrapper .trigger-text-icon-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-scroll-primary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-scroll-primary .actions-wrapper .trigger-text-icon-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-scroll-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-scroll-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-scroll-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-scroll-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-scroll-primary:hover {
  background: #1B2B1C !important;
}
.header-scroll-primary.is-active {
  background: #1B2B1C !important;
}

.header-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #FFFFFF;
}
@media only screen and (max-width: 80em) {
  .header-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-primary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-primary .logo .image, .header-primary .logo a, .header-primary .logo svg, .header-primary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary .logo .image, .header-primary .logo a, .header-primary .logo svg, .header-primary .logo img {
    width: 4.0625rem;
  }
}
.header-primary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-primary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-primary .primary_menu_1, .header-primary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-primary .primary_menu_1 .menu-item, .header-primary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-primary .primary_menu_1 .menu-item .menu-link, .header-primary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-primary .primary_menu_1 .menu-item .menu-link .toggle, .header-primary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-primary .primary_menu_1 .menu-item .menu-link .label, .header-primary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-primary .primary_menu_1 .menu-item .menu-link .icon, .header-primary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-primary .primary_menu_1 .menu-item .menu-link .icon i, .header-primary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-primary .primary_menu_1 .menu-item .menu-link:after, .header-primary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-primary .actions-wrapper .trigger-text-icon-primary .label, .header-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-primary .actions-wrapper .item, .header-primary .actions-wrapper-tablet-phone .item, .header-primary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary .actions-wrapper .item:last-child, .header-primary .actions-wrapper-tablet-phone .item:last-child, .header-primary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-primary .actions-wrapper .btn-icon-solid-primary, .header-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-primary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-primary .actions-wrapper .btn-icon-outline-primary, .header-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-primary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-primary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-primary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-primary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-primary.header-scroll-past .logo .image, .header-primary.header-scroll-past .logo a, .header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past .logo .image, .header-primary.header-scroll-past .logo a, .header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo g, .header-primary.header-scroll-past .logo path, .header-primary.header-scroll-past .logo rect, .header-primary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-primary.header-scroll-past .logo:hover svg, .header-primary.header-scroll-past .logo:hover g, .header-primary.header-scroll-past .logo:hover path, .header-primary.header-scroll-past .logo:hover rect, .header-primary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-primary.header-scroll-past .logo.is-active svg, .header-primary.header-scroll-past .logo.is-active g, .header-primary.header-scroll-past .logo.is-active path, .header-primary.header-scroll-past .logo.is-active rect, .header-primary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-primary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-primary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-primary.header-slide-up {
  top: -8.75rem !important;
}
.header-primary .logo svg, .header-primary .logo g, .header-primary .logo path, .header-primary .logo rect, .header-primary .logo polygon {
  fill: #1B2B1C;
}
.header-primary .logo:hover svg, .header-primary .logo:hover g, .header-primary .logo:hover path, .header-primary .logo:hover rect, .header-primary .logo:hover polygon {
  fill: #1B2B1C;
}
.header-primary .logo.is-active svg, .header-primary .logo.is-active g, .header-primary .logo.is-active path, .header-primary .logo.is-active rect, .header-primary .logo.is-active polygon {
  fill: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link, .header-primary .primary_menu_2 .menu-item .menu-link {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link .label, .header-primary .primary_menu_2 .menu-item .menu-link .label {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link .icon, .header-primary .primary_menu_2 .menu-item .menu-link .icon {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link:after, .header-primary .primary_menu_2 .menu-item .menu-link:after {
  background: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link:hover .label, .header-primary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-primary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-primary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #1B2B1C;
}
.header-primary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-primary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #1B2B1C;
}
.header-primary .actions-wrapper .btn-icon-solid-primary, .header-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-primary .hamburger-wrapper .btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-primary .actions-wrapper .btn-icon-solid-primary .icon, .header-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-primary .hamburger-wrapper .btn-icon-solid-primary .icon {
  color: #000;
}
.header-primary .actions-wrapper .btn-text-solid-primary, .header-primary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-primary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-primary .actions-wrapper .btn-text-solid-primary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-primary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #000;
}
.header-primary .actions-wrapper .btn-icon-outline-primary, .header-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-primary .hamburger-wrapper .btn-icon-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-primary .actions-wrapper .btn-icon-outline-primary .icon, .header-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-primary .hamburger-wrapper .btn-icon-outline-primary .icon {
  color: #000 !important;
}
.header-primary .actions-wrapper .btn-text-outline-primary, .header-primary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-primary .hamburger-wrapper .btn-text-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-primary .actions-wrapper .btn-text-outline-primary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-primary .hamburger-wrapper .btn-text-outline-primary .label {
  color: #000 !important;
}
.header-primary .actions-wrapper .btn-text-icon-outline-primary, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-primary .hamburger-wrapper .btn-text-icon-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-primary .actions-wrapper .btn-text-icon-outline-primary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-primary .hamburger-wrapper .btn-text-icon-outline-primary .label {
  color: #000 !important;
}
.header-primary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-primary .hamburger-wrapper .btn-text-icon-outline-primary .icon {
  color: #000 !important;
}
.header-primary .actions-wrapper .btn-text-icon-solid-primary, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-primary .hamburger-wrapper .btn-text-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-primary .actions-wrapper .btn-text-icon-solid-primary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-primary .hamburger-wrapper .btn-text-icon-solid-primary .label {
  color: #000;
}
.header-primary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-primary .hamburger-wrapper .btn-text-icon-solid-primary .icon {
  color: #000;
}
.header-primary .actions-wrapper .btn-text-link-secondary .label, .header-primary .actions-wrapper .btn-text-icon-link-primary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-link-primary .label, .header-primary .hamburger-wrapper .btn-text-link-secondary .label, .header-primary .hamburger-wrapper .btn-text-icon-link-primary .label {
  color: #000;
}
.header-primary .actions-wrapper .btn-text-link-secondary:after, .header-primary .actions-wrapper .btn-text-icon-link-primary:after, .header-primary .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-primary .actions-wrapper-tablet-phone .btn-text-icon-link-primary:after, .header-primary .hamburger-wrapper .btn-text-link-secondary:after, .header-primary .hamburger-wrapper .btn-text-icon-link-primary:after {
  background: #000;
}
.header-primary .actions-wrapper .trigger-text-icon-primary .icon, .header-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-primary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #000;
}
.header-primary .actions-wrapper .trigger-text-icon-primary .label, .header-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #000;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #000;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #000;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #000;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #000 !important !important;
  background: transparent !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #000 !important !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #000 !important;
}
.header-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #000 !important;
}
.header-primary:hover {
  background: #FFFFFF !important;
}
.header-primary.is-active {
  background: #FFFFFF !important;
}
.header-primary.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-primary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-primary.header-scroll-past .logo .image, .header-primary.header-scroll-past .logo a, .header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past .logo .image, .header-primary.header-scroll-past .logo a, .header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-primary.header-scroll-past .logo svg, .header-primary.header-scroll-past .logo g, .header-primary.header-scroll-past .logo path, .header-primary.header-scroll-past .logo rect, .header-primary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-primary.header-scroll-past .logo:hover svg, .header-primary.header-scroll-past .logo:hover g, .header-primary.header-scroll-past .logo:hover path, .header-primary.header-scroll-past .logo:hover rect, .header-primary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-primary.header-scroll-past .logo.is-active svg, .header-primary.header-scroll-past .logo.is-active g, .header-primary.header-scroll-past .logo.is-active path, .header-primary.header-scroll-past .logo.is-active rect, .header-primary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-primary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-primary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}

/* Header Secondary -------------------------------- ? */
.header-scroll-secondary {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-scroll-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-scroll-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-scroll-secondary .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-scroll-secondary .logo .image, .header-scroll-secondary .logo a, .header-scroll-secondary .logo svg, .header-scroll-secondary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-secondary .logo .image, .header-scroll-secondary .logo a, .header-scroll-secondary .logo svg, .header-scroll-secondary .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-scroll-secondary .logo svg, .header-scroll-secondary .logo g, .header-scroll-secondary .logo path, .header-scroll-secondary .logo rect, .header-scroll-secondary .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-scroll-secondary .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-scroll-secondary .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-scroll-secondary .logo:hover svg, .header-scroll-secondary .logo:hover g, .header-scroll-secondary .logo:hover path, .header-scroll-secondary .logo:hover rect, .header-scroll-secondary .logo:hover polygon {
  fill: #FFFFFF;
}
.header-scroll-secondary .logo.is-active svg, .header-scroll-secondary .logo.is-active g, .header-scroll-secondary .logo.is-active path, .header-scroll-secondary .logo.is-active rect, .header-scroll-secondary .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link .label, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link:after, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link:hover .label, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-scroll-secondary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-scroll-secondary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .btn-icon-solid-primary, .header-scroll-secondary .actions-wrapper .btn-text-icon-solid-primary, .header-scroll-secondary .actions-wrapper .btn-text-solid-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-scroll-secondary .hamburger-wrapper .btn-icon-solid-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-solid-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-scroll-secondary .actions-wrapper .btn-icon-solid-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-solid-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-icon-solid-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .btn-icon-solid-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-icon-solid-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-solid-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-icon-solid-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .btn-icon-outline-primary, .header-scroll-secondary .actions-wrapper .btn-text-icon-outline-primary, .header-scroll-secondary .actions-wrapper .btn-text-outline-primary, .header-scroll-secondary .actions-wrapper .btn-text-link-primary, .header-scroll-secondary .actions-wrapper .btn-text-link-secondary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-scroll-secondary .hamburger-wrapper .btn-icon-outline-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-outline-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-outline-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-link-primary, .header-scroll-secondary .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-scroll-secondary .actions-wrapper .btn-icon-outline-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-outline-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-link-primary .icon, .header-scroll-secondary .actions-wrapper .btn-text-link-secondary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-scroll-secondary .hamburger-wrapper .btn-icon-outline-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-outline-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-link-primary .icon, .header-scroll-secondary .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .btn-icon-outline-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-icon-outline-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-outline-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-link-primary .label, .header-scroll-secondary .actions-wrapper .btn-text-link-secondary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-scroll-secondary .hamburger-wrapper .btn-icon-outline-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-outline-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-link-primary .label, .header-scroll-secondary .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .btn-icon-outline-primary:after, .header-scroll-secondary .actions-wrapper .btn-text-icon-outline-primary:after, .header-scroll-secondary .actions-wrapper .btn-text-outline-primary:after, .header-scroll-secondary .actions-wrapper .btn-text-link-primary:after, .header-scroll-secondary .actions-wrapper .btn-text-link-secondary:after, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-scroll-secondary .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-scroll-secondary .hamburger-wrapper .btn-icon-outline-primary:after, .header-scroll-secondary .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-scroll-secondary .hamburger-wrapper .btn-text-outline-primary:after, .header-scroll-secondary .hamburger-wrapper .btn-text-link-primary:after, .header-scroll-secondary .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .trigger-text-icon-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-scroll-secondary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-scroll-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-scroll-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-scroll-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-scroll-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-scroll-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-scroll-secondary:hover {
  background: #1B2B1C !important;
}
.header-scroll-secondary.is-active {
  background: #1B2B1C !important;
}

.header-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  .header-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-secondary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-secondary .logo .image, .header-secondary .logo a, .header-secondary .logo svg, .header-secondary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary .logo .image, .header-secondary .logo a, .header-secondary .logo svg, .header-secondary .logo img {
    width: 4.0625rem;
  }
}
.header-secondary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-secondary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-secondary .primary_menu_1, .header-secondary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-secondary .primary_menu_1 .menu-item, .header-secondary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-secondary .primary_menu_1 .menu-item .menu-link, .header-secondary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .toggle, .header-secondary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .label, .header-secondary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-secondary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .icon i, .header-secondary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:after, .header-secondary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-secondary .actions-wrapper .item, .header-secondary .actions-wrapper-tablet-phone .item, .header-secondary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary .actions-wrapper .item:last-child, .header-secondary .actions-wrapper-tablet-phone .item:last-child, .header-secondary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-secondary .actions-wrapper .btn-icon-solid-primary, .header-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-secondary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-secondary .actions-wrapper .btn-icon-outline-primary, .header-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-secondary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-secondary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-secondary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-secondary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-secondary.header-scroll-past .logo .image, .header-secondary.header-scroll-past .logo a, .header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past .logo .image, .header-secondary.header-scroll-past .logo a, .header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo g, .header-secondary.header-scroll-past .logo path, .header-secondary.header-scroll-past .logo rect, .header-secondary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-secondary.header-scroll-past .logo:hover svg, .header-secondary.header-scroll-past .logo:hover g, .header-secondary.header-scroll-past .logo:hover path, .header-secondary.header-scroll-past .logo:hover rect, .header-secondary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-secondary.header-scroll-past .logo.is-active svg, .header-secondary.header-scroll-past .logo.is-active g, .header-secondary.header-scroll-past .logo.is-active path, .header-secondary.header-scroll-past .logo.is-active rect, .header-secondary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-secondary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-secondary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-secondary.header-slide-up {
  top: -8.75rem !important;
}
.header-secondary .logo svg, .header-secondary .logo g, .header-secondary .logo path, .header-secondary .logo rect, .header-secondary .logo polygon {
  fill: #F6CF52;
}
.header-secondary .logo:hover svg, .header-secondary .logo:hover g, .header-secondary .logo:hover path, .header-secondary .logo:hover rect, .header-secondary .logo:hover polygon {
  fill: #F6CF52;
}
.header-secondary .logo.is-active svg, .header-secondary .logo.is-active g, .header-secondary .logo.is-active path, .header-secondary .logo.is-active rect, .header-secondary .logo.is-active polygon {
  fill: #F6CF52;
}
.header-secondary .primary_menu_1 .menu-item .menu-link, .header-secondary .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .label, .header-secondary .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-secondary .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:after, .header-secondary .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:hover .label, .header-secondary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-secondary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-secondary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-secondary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
.header-secondary .actions-wrapper .btn-icon-solid-primary, .header-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-secondary .hamburger-wrapper .btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-secondary .actions-wrapper .btn-icon-solid-primary .icon, .header-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-secondary .hamburger-wrapper .btn-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-secondary .actions-wrapper .btn-text-solid-primary, .header-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-secondary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-secondary .actions-wrapper .btn-text-solid-primary .label, .header-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-secondary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-secondary .actions-wrapper .btn-icon-outline-primary, .header-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-secondary .hamburger-wrapper .btn-icon-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-secondary .actions-wrapper .btn-icon-outline-primary .icon, .header-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-secondary .hamburger-wrapper .btn-icon-outline-primary .icon {
  color: #FFF;
}
.header-secondary .actions-wrapper .btn-text-outline-primary, .header-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-secondary .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-secondary .actions-wrapper .btn-text-outline-primary .label, .header-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-secondary .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
.header-secondary .actions-wrapper .btn-text-icon-outline-primary, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-secondary .hamburger-wrapper .btn-text-icon-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-secondary .actions-wrapper .btn-text-icon-outline-primary .label, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-secondary .hamburger-wrapper .btn-text-icon-outline-primary .label {
  color: #FFF;
}
.header-secondary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-secondary .hamburger-wrapper .btn-text-icon-outline-primary .icon {
  color: #FFF;
}
.header-secondary .actions-wrapper .btn-text-icon-solid-primary, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-secondary .hamburger-wrapper .btn-text-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-secondary .actions-wrapper .btn-text-icon-solid-primary .label, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-secondary .hamburger-wrapper .btn-text-icon-solid-primary .label {
  color: #FFF !important;
}
.header-secondary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-secondary .hamburger-wrapper .btn-text-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-secondary .actions-wrapper .trigger-text-icon-primary .icon, .header-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-secondary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
.header-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
.header-secondary:hover {
  background: transparent;
}
.header-secondary.is-active {
  background: #1B2B1C;
}
.header-secondary.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-secondary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-secondary.header-scroll-past .logo .image, .header-secondary.header-scroll-past .logo a, .header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past .logo .image, .header-secondary.header-scroll-past .logo a, .header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-secondary.header-scroll-past .logo svg, .header-secondary.header-scroll-past .logo g, .header-secondary.header-scroll-past .logo path, .header-secondary.header-scroll-past .logo rect, .header-secondary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-secondary.header-scroll-past .logo:hover svg, .header-secondary.header-scroll-past .logo:hover g, .header-secondary.header-scroll-past .logo:hover path, .header-secondary.header-scroll-past .logo:hover rect, .header-secondary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-secondary.header-scroll-past .logo.is-active svg, .header-secondary.header-scroll-past .logo.is-active g, .header-secondary.header-scroll-past .logo.is-active path, .header-secondary.header-scroll-past .logo.is-active rect, .header-secondary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-secondary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-secondary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}

/* Header Transparent -------------------------------- ? */
.header-transparent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: transparent !important;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  border-bottom: 0 !important;
}
@media only screen and (max-width: 80em) {
  .header-transparent {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent .logo .image, .header-transparent .logo a, .header-transparent .logo svg, .header-transparent .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent .logo .image, .header-transparent .logo a, .header-transparent .logo svg, .header-transparent .logo img {
    width: 4.0625rem;
  }
}
.header-transparent .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent .primary_menu_1, .header-transparent .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent .primary_menu_1 .menu-item, .header-transparent .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent .primary_menu_1 .menu-item .menu-link, .header-transparent .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent .primary_menu_1 .menu-item .menu-link .label, .header-transparent .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent .primary_menu_1 .menu-item .menu-link .icon, .header-transparent .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent .primary_menu_1 .menu-item .menu-link:after, .header-transparent .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent .actions-wrapper .trigger-text-icon-primary .label, .header-transparent .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent .actions-wrapper .item, .header-transparent .actions-wrapper-tablet-phone .item, .header-transparent .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent .actions-wrapper .item:last-child, .header-transparent .actions-wrapper-tablet-phone .item:last-child, .header-transparent .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent .actions-wrapper .btn-icon-solid-primary, .header-transparent .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent .actions-wrapper .btn-icon-outline-primary, .header-transparent .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent.header-scroll-past .logo .image, .header-transparent.header-scroll-past .logo a, .header-transparent.header-scroll-past .logo svg, .header-transparent.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent.header-scroll-past .logo .image, .header-transparent.header-scroll-past .logo a, .header-transparent.header-scroll-past .logo svg, .header-transparent.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent.header-scroll-past .logo svg, .header-transparent.header-scroll-past .logo g, .header-transparent.header-scroll-past .logo path, .header-transparent.header-scroll-past .logo rect, .header-transparent.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent.header-scroll-past .logo:hover svg, .header-transparent.header-scroll-past .logo:hover g, .header-transparent.header-scroll-past .logo:hover path, .header-transparent.header-scroll-past .logo:hover rect, .header-transparent.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent.header-scroll-past .logo.is-active svg, .header-transparent.header-scroll-past .logo.is-active g, .header-transparent.header-scroll-past .logo.is-active path, .header-transparent.header-scroll-past .logo.is-active rect, .header-transparent.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent.header-slide-up {
  top: -8.75rem !important;
}

.header-transparent-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: transparent !important;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  border-bottom: 0 !important;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 750;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-default .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-default .logo .image, .header-transparent-default .logo a, .header-transparent-default .logo svg, .header-transparent-default .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default .logo .image, .header-transparent-default .logo a, .header-transparent-default .logo svg, .header-transparent-default .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-default .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .primary_menu_1, .header-transparent-default .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-default .primary_menu_1 .menu-item, .header-transparent-default .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link, .header-transparent-default .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-default .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-default .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-default .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-default .actions-wrapper .item, .header-transparent-default .actions-wrapper-tablet-phone .item, .header-transparent-default .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default .actions-wrapper .item:last-child, .header-transparent-default .actions-wrapper-tablet-phone .item:last-child, .header-transparent-default .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-default .actions-wrapper .btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-default .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-default.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-default.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo g, .header-transparent-default.header-scroll-past .logo path, .header-transparent-default.header-scroll-past .logo rect, .header-transparent-default.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo:hover svg, .header-transparent-default.header-scroll-past .logo:hover g, .header-transparent-default.header-scroll-past .logo:hover path, .header-transparent-default.header-scroll-past .logo:hover rect, .header-transparent-default.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .logo.is-active svg, .header-transparent-default.header-scroll-past .logo.is-active g, .header-transparent-default.header-scroll-past .logo.is-active path, .header-transparent-default.header-scroll-past .logo.is-active rect, .header-transparent-default.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-default.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-default.header-slide-up {
  top: -8.75rem !important;
}
@media only screen and (max-width: 80em) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-default .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-default .logo .image, .header-transparent-default .logo a, .header-transparent-default .logo svg, .header-transparent-default .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default .logo .image, .header-transparent-default .logo a, .header-transparent-default .logo svg, .header-transparent-default .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-default .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .primary_menu_1, .header-transparent-default .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-default .primary_menu_1 .menu-item, .header-transparent-default .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link, .header-transparent-default .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-default .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-default .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-default .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-default .actions-wrapper .item, .header-transparent-default .actions-wrapper-tablet-phone .item, .header-transparent-default .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default .actions-wrapper .item:last-child, .header-transparent-default .actions-wrapper-tablet-phone .item:last-child, .header-transparent-default .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-default .actions-wrapper .btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-default .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-default.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-default.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo g, .header-transparent-default.header-scroll-past .logo path, .header-transparent-default.header-scroll-past .logo rect, .header-transparent-default.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo:hover svg, .header-transparent-default.header-scroll-past .logo:hover g, .header-transparent-default.header-scroll-past .logo:hover path, .header-transparent-default.header-scroll-past .logo:hover rect, .header-transparent-default.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .logo.is-active svg, .header-transparent-default.header-scroll-past .logo.is-active g, .header-transparent-default.header-scroll-past .logo.is-active path, .header-transparent-default.header-scroll-past .logo.is-active rect, .header-transparent-default.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-default.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-default.header-slide-up {
  top: -8.75rem !important;
}
.header-transparent-default .logo svg, .header-transparent-default .logo g, .header-transparent-default .logo path, .header-transparent-default .logo rect, .header-transparent-default .logo polygon {
  fill: #FFFFFF;
}
.header-transparent-default .logo:hover svg, .header-transparent-default .logo:hover g, .header-transparent-default .logo:hover path, .header-transparent-default .logo:hover rect, .header-transparent-default .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-default .logo.is-active svg, .header-transparent-default .logo.is-active g, .header-transparent-default .logo.is-active path, .header-transparent-default .logo.is-active rect, .header-transparent-default .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link, .header-transparent-default .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-default .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-default .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-default .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .btn-icon-solid-primary, .header-transparent-default .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-default .actions-wrapper .btn-text-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-default .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-default .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-default .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-default .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-default .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-default .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-default .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-default .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default .actions-wrapper .btn-text-solid-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-default .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-default .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-default .actions-wrapper .btn-icon-outline-primary, .header-transparent-default .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-default .actions-wrapper .btn-text-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-default .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-default .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-transparent-default .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-default .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-default .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-default .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default .hamburger-wrapper .btn-text-outline-primary .icon {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-default .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default .actions-wrapper .btn-text-outline-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-default .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-default .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-default .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
.header-transparent-default .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
.header-transparent-default:hover {
  background: #1B2B1C;
}
.header-transparent-default.is-active {
  background: #1B2B1C;
}
.header-transparent-default.is-active {
  background: #1B2B1C !important;
}
.header-transparent-default.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-default.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo .image, .header-transparent-default.header-scroll-past .logo a, .header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo svg, .header-transparent-default.header-scroll-past .logo g, .header-transparent-default.header-scroll-past .logo path, .header-transparent-default.header-scroll-past .logo rect, .header-transparent-default.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-default.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-default.header-scroll-past .logo:hover svg, .header-transparent-default.header-scroll-past .logo:hover g, .header-transparent-default.header-scroll-past .logo:hover path, .header-transparent-default.header-scroll-past .logo:hover rect, .header-transparent-default.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .logo.is-active svg, .header-transparent-default.header-scroll-past .logo.is-active g, .header-transparent-default.header-scroll-past .logo.is-active path, .header-transparent-default.header-scroll-past .logo.is-active rect, .header-transparent-default.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-default.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-default.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-default.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-default.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-default:hover {
  background: transparent !important;
}

.header-transparent-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: transparent !important;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  border-bottom: 0 !important;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 750;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #FFFFFF;
}
@media only screen and (max-width: 80em) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-primary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-primary .logo .image, .header-transparent-primary .logo a, .header-transparent-primary .logo svg, .header-transparent-primary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary .logo .image, .header-transparent-primary .logo a, .header-transparent-primary .logo svg, .header-transparent-primary .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-primary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .primary_menu_1, .header-transparent-primary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-primary .primary_menu_1 .menu-item, .header-transparent-primary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link, .header-transparent-primary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-primary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-primary .actions-wrapper .item, .header-transparent-primary .actions-wrapper-tablet-phone .item, .header-transparent-primary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary .actions-wrapper .item:last-child, .header-transparent-primary .actions-wrapper-tablet-phone .item:last-child, .header-transparent-primary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-primary .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-primary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-primary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-primary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo g, .header-transparent-primary.header-scroll-past .logo path, .header-transparent-primary.header-scroll-past .logo rect, .header-transparent-primary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo:hover svg, .header-transparent-primary.header-scroll-past .logo:hover g, .header-transparent-primary.header-scroll-past .logo:hover path, .header-transparent-primary.header-scroll-past .logo:hover rect, .header-transparent-primary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .logo.is-active svg, .header-transparent-primary.header-scroll-past .logo.is-active g, .header-transparent-primary.header-scroll-past .logo.is-active path, .header-transparent-primary.header-scroll-past .logo.is-active rect, .header-transparent-primary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-primary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-primary.header-slide-up {
  top: -8.75rem !important;
}
@media only screen and (max-width: 80em) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-primary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-primary .logo .image, .header-transparent-primary .logo a, .header-transparent-primary .logo svg, .header-transparent-primary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary .logo .image, .header-transparent-primary .logo a, .header-transparent-primary .logo svg, .header-transparent-primary .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-primary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .primary_menu_1, .header-transparent-primary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-primary .primary_menu_1 .menu-item, .header-transparent-primary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link, .header-transparent-primary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-primary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-primary .actions-wrapper .item, .header-transparent-primary .actions-wrapper-tablet-phone .item, .header-transparent-primary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary .actions-wrapper .item:last-child, .header-transparent-primary .actions-wrapper-tablet-phone .item:last-child, .header-transparent-primary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-primary .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-primary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-primary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-primary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo g, .header-transparent-primary.header-scroll-past .logo path, .header-transparent-primary.header-scroll-past .logo rect, .header-transparent-primary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo:hover svg, .header-transparent-primary.header-scroll-past .logo:hover g, .header-transparent-primary.header-scroll-past .logo:hover path, .header-transparent-primary.header-scroll-past .logo:hover rect, .header-transparent-primary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .logo.is-active svg, .header-transparent-primary.header-scroll-past .logo.is-active g, .header-transparent-primary.header-scroll-past .logo.is-active path, .header-transparent-primary.header-scroll-past .logo.is-active rect, .header-transparent-primary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-primary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-primary.header-slide-up {
  top: -8.75rem !important;
}
.header-transparent-primary .logo svg, .header-transparent-primary .logo g, .header-transparent-primary .logo path, .header-transparent-primary .logo rect, .header-transparent-primary .logo polygon {
  fill: #1B2B1C;
}
.header-transparent-primary .logo:hover svg, .header-transparent-primary .logo:hover g, .header-transparent-primary .logo:hover path, .header-transparent-primary .logo:hover rect, .header-transparent-primary .logo:hover polygon {
  fill: #1B2B1C;
}
.header-transparent-primary .logo.is-active svg, .header-transparent-primary .logo.is-active g, .header-transparent-primary .logo.is-active path, .header-transparent-primary .logo.is-active rect, .header-transparent-primary .logo.is-active polygon {
  fill: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link, .header-transparent-primary .primary_menu_2 .menu-item .menu-link {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .label {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary .primary_menu_2 .menu-item .menu-link .icon {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:after {
  background: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-primary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #1B2B1C;
}
.header-transparent-primary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-primary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #1B2B1C;
}
.header-transparent-primary .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-primary .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-primary .hamburger-wrapper .btn-icon-solid-primary .icon {
  color: #000;
}
.header-transparent-primary .actions-wrapper .btn-text-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-primary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-primary .actions-wrapper .btn-text-solid-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-primary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #000;
}
.header-transparent-primary .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .btn-icon-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-transparent-primary .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-primary .hamburger-wrapper .btn-icon-outline-primary .icon {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .btn-text-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-primary .hamburger-wrapper .btn-text-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-transparent-primary .actions-wrapper .btn-text-outline-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-primary .hamburger-wrapper .btn-text-outline-primary .label {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .btn-text-icon-outline-primary {
  border-color: #000 !important;
  background: transparent;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-primary .hamburger-wrapper .btn-text-icon-outline-primary .label {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-primary .hamburger-wrapper .btn-text-icon-outline-primary .icon {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .btn-text-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-primary .hamburger-wrapper .btn-text-icon-solid-primary .label {
  color: #000;
}
.header-transparent-primary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-primary .hamburger-wrapper .btn-text-icon-solid-primary .icon {
  color: #000;
}
.header-transparent-primary .actions-wrapper .btn-text-link-secondary .label, .header-transparent-primary .actions-wrapper .btn-text-icon-link-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-link-primary .label, .header-transparent-primary .hamburger-wrapper .btn-text-link-secondary .label, .header-transparent-primary .hamburger-wrapper .btn-text-icon-link-primary .label {
  color: #000;
}
.header-transparent-primary .actions-wrapper .btn-text-link-secondary:after, .header-transparent-primary .actions-wrapper .btn-text-icon-link-primary:after, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-primary .actions-wrapper-tablet-phone .btn-text-icon-link-primary:after, .header-transparent-primary .hamburger-wrapper .btn-text-link-secondary:after, .header-transparent-primary .hamburger-wrapper .btn-text-icon-link-primary:after {
  background: #000;
}
.header-transparent-primary .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-primary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #000;
}
.header-transparent-primary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #000;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #000;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #000;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #000;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #000 !important !important;
  background: transparent !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #000 !important !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #000 !important;
}
.header-transparent-primary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #000 !important;
}
.header-transparent-primary:hover {
  background: #FFFFFF !important;
}
.header-transparent-primary.is-active {
  background: #FFFFFF !important;
}
.header-transparent-primary.is-active {
  background: #FFFFFF !important;
}
.header-transparent-primary.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-primary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo .image, .header-transparent-primary.header-scroll-past .logo a, .header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo svg, .header-transparent-primary.header-scroll-past .logo g, .header-transparent-primary.header-scroll-past .logo path, .header-transparent-primary.header-scroll-past .logo rect, .header-transparent-primary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-primary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-primary.header-scroll-past .logo:hover svg, .header-transparent-primary.header-scroll-past .logo:hover g, .header-transparent-primary.header-scroll-past .logo:hover path, .header-transparent-primary.header-scroll-past .logo:hover rect, .header-transparent-primary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .logo.is-active svg, .header-transparent-primary.header-scroll-past .logo.is-active g, .header-transparent-primary.header-scroll-past .logo.is-active path, .header-transparent-primary.header-scroll-past .logo.is-active rect, .header-transparent-primary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-primary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-primary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-primary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-primary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-primary:hover {
  background: transparent !important;
}

.header-transparent-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: transparent !important;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  border-bottom: 0 !important;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 750;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-secondary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-secondary .logo .image, .header-transparent-secondary .logo a, .header-transparent-secondary .logo svg, .header-transparent-secondary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary .logo .image, .header-transparent-secondary .logo a, .header-transparent-secondary .logo svg, .header-transparent-secondary .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-secondary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .primary_menu_1, .header-transparent-secondary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-secondary .primary_menu_1 .menu-item, .header-transparent-secondary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-secondary .actions-wrapper .item, .header-transparent-secondary .actions-wrapper-tablet-phone .item, .header-transparent-secondary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary .actions-wrapper .item:last-child, .header-transparent-secondary .actions-wrapper-tablet-phone .item:last-child, .header-transparent-secondary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-secondary .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-secondary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-secondary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo g, .header-transparent-secondary.header-scroll-past .logo path, .header-transparent-secondary.header-scroll-past .logo rect, .header-transparent-secondary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo:hover svg, .header-transparent-secondary.header-scroll-past .logo:hover g, .header-transparent-secondary.header-scroll-past .logo:hover path, .header-transparent-secondary.header-scroll-past .logo:hover rect, .header-transparent-secondary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .logo.is-active svg, .header-transparent-secondary.header-scroll-past .logo.is-active g, .header-transparent-secondary.header-scroll-past .logo.is-active path, .header-transparent-secondary.header-scroll-past .logo.is-active rect, .header-transparent-secondary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-slide-up {
  top: -8.75rem !important;
}
@media only screen and (max-width: 80em) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-secondary .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-transparent-secondary .logo .image, .header-transparent-secondary .logo a, .header-transparent-secondary .logo svg, .header-transparent-secondary .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary .logo .image, .header-transparent-secondary .logo a, .header-transparent-secondary .logo svg, .header-transparent-secondary .logo img {
    width: 4.0625rem;
  }
}
.header-transparent-secondary .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .primary_menu_1, .header-transparent-secondary .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-secondary .primary_menu_1 .menu-item, .header-transparent-secondary .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .toggle, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .icon i, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-transparent-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
.header-transparent-secondary .actions-wrapper .item, .header-transparent-secondary .actions-wrapper-tablet-phone .item, .header-transparent-secondary .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary .actions-wrapper .item:last-child, .header-transparent-secondary .actions-wrapper-tablet-phone .item:last-child, .header-transparent-secondary .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
.header-transparent-secondary .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
.header-transparent-secondary .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
.header-transparent-secondary.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-secondary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo g, .header-transparent-secondary.header-scroll-past .logo path, .header-transparent-secondary.header-scroll-past .logo rect, .header-transparent-secondary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo:hover svg, .header-transparent-secondary.header-scroll-past .logo:hover g, .header-transparent-secondary.header-scroll-past .logo:hover path, .header-transparent-secondary.header-scroll-past .logo:hover rect, .header-transparent-secondary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .logo.is-active svg, .header-transparent-secondary.header-scroll-past .logo.is-active g, .header-transparent-secondary.header-scroll-past .logo.is-active path, .header-transparent-secondary.header-scroll-past .logo.is-active rect, .header-transparent-secondary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-slide-up {
  top: -8.75rem !important;
}
.header-transparent-secondary .logo svg, .header-transparent-secondary .logo g, .header-transparent-secondary .logo path, .header-transparent-secondary .logo rect, .header-transparent-secondary .logo polygon {
  fill: #F6CF52;
}
.header-transparent-secondary .logo:hover svg, .header-transparent-secondary .logo:hover g, .header-transparent-secondary .logo:hover path, .header-transparent-secondary .logo:hover rect, .header-transparent-secondary .logo:hover polygon {
  fill: #F6CF52;
}
.header-transparent-secondary .logo.is-active svg, .header-transparent-secondary .logo.is-active g, .header-transparent-secondary .logo.is-active path, .header-transparent-secondary .logo.is-active rect, .header-transparent-secondary .logo.is-active polygon {
  fill: #F6CF52;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-secondary .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-secondary .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-secondary .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-secondary .hamburger-wrapper .btn-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .btn-text-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-secondary .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-secondary .actions-wrapper .btn-text-solid-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-secondary .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .btn-icon-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-transparent-secondary .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-secondary .hamburger-wrapper .btn-icon-outline-primary .icon {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .btn-text-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-secondary .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-transparent-secondary .actions-wrapper .btn-text-outline-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-secondary .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-outline-primary {
  border-color: #FFF;
  background: transparent;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-outline-primary .label {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-outline-primary .icon {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-secondary .hamburger-wrapper .btn-text-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-secondary .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
.header-transparent-secondary .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
.header-transparent-secondary:hover {
  background: transparent;
}
.header-transparent-secondary.is-active {
  background: #1B2B1C;
}
.header-transparent-secondary.is-active {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-scroll-past {
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
.header-transparent-secondary.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
.header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo .image, .header-transparent-secondary.header-scroll-past .logo a, .header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo svg, .header-transparent-secondary.header-scroll-past .logo g, .header-transparent-secondary.header-scroll-past .logo path, .header-transparent-secondary.header-scroll-past .logo rect, .header-transparent-secondary.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .header-transparent-secondary.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
.header-transparent-secondary.header-scroll-past .logo:hover svg, .header-transparent-secondary.header-scroll-past .logo:hover g, .header-transparent-secondary.header-scroll-past .logo:hover path, .header-transparent-secondary.header-scroll-past .logo:hover rect, .header-transparent-secondary.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .logo.is-active svg, .header-transparent-secondary.header-scroll-past .logo.is-active g, .header-transparent-secondary.header-scroll-past .logo.is-active path, .header-transparent-secondary.header-scroll-past .logo.is-active rect, .header-transparent-secondary.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, .header-transparent-secondary.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, .header-transparent-secondary.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
.header-transparent-secondary.header-scroll-past:hover {
  background: #1B2B1C !important;
}
.header-transparent-secondary.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
.header-transparent-secondary:hover {
  background: transparent !important;
}

/* -------------------------------- Navigations -------------------------------- */
/* Breadcrumb -------------------------------- */
/* Accordion -------------------------------- */
/* Pagination -------------------------------- */
/* -------------------------------- Footer -------------------------------- */
/* Footer menu -------------------------------- */
/* Footer general -------------------------------- */
/* Footer bottom -------------------------------- */
/* -------------------------------- Editor -------------------------------- */
/* Paragraph -------------------------------- */
.paragraph-primary {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 0 0 1em 0;
  padding: 0;
}
.paragraph-primary strong {
  font-weight: 600;
}
.paragraph-primary em {
  font-style: italic;
}
.paragraph-primary em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .paragraph-primary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .paragraph-primary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

/* Lists -------------------------------- */
.g-list ul, .g-list ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
.g-list ul li, .g-list ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .g-list ul li, .g-list ol li {
    font-size: calc(1rem * 0.95);
  }
}
.g-list ul li a, .g-list ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.g-list ul li a:hover, .g-list ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
.g-list ul li a:visited, .g-list ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.g-list ul li a:visited:hover, .g-list ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}

/* Tables -------------------------------- */
/* Image/video -------------------------------- */
.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}

.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}

.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}

.g-image-ratio-none picture {
  position: relative;
}

.g-video-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}

.g-video-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}

.g-video-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}

.g-video-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.g-video-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}

.g-video-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}

.g-video-ratio-none {
  position: static !important;
}

/* -------------------------------- SPWRKS blocks & modules -------------------------------- */
/* Block - Global */
/* Block Partials -------------------------------- */
/* --- Block header */
/* --- Block footer */
/* --- Block image-responsive */
/* --- Block video-responsive */
/* --- Block featured CTAS */
/* Layouts -------------------------------- */
/* Layout - Archive -------------------------------- */
/* Layout - Category -------------------------------- */
/* Layout - Single -------------------------------- */
/* Layout - Tease -------------------------------- */
/* -------------------------------- Common WP blocks and elements -------------------------------- */
/* -------------------------------- Editor -------------------------------- */
/* Global editor settings -------------------------------- */
/* Global editorstyles -------------------------------- */
html {
  width: 100%;
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
}

body {
  width: 100%;
  font-size: 16px;
  line-height: 1;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
footer,
header,
nav,
div,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

p {
  margin: 0;
  line-height: 1.5;
}

p:last-child {
  margin: 0;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

button,
optgroup,
select,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  font-size: 100%;
  border: 0;
  margin: 0;
  line-height: 1;
}

button,
input {
  border: 0;
  overflow: visible;
  outline: none;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

textarea {
  max-width: 100%;
  resize: vertical;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
}

ins {
  text-decoration: none !important;
}

.icon i {
  font-style: normal !important;
}

/* --- SPWRKS - Typography & Icons - includes  */
/* -------------------------------- Typo --------------------------------  */
/* Primary -------------------------------- */
/* Thin */
/* Extra Light */
/* Light */
/* Regular */
@font-face{ 
  font-family: "EB_Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-regular.woff2") format("woff2");
 }
@font-face{ 
  font-family: "EB_Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-italic.woff2") format("woff2");
 }
/* Medium */
@font-face{ 
  font-family: "EB_Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-500.woff2") format("woff2");
 }
@font-face{ 
  font-family: "EB_Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-500-italic.woff2") format("woff2");
 }
/* Semi Bold */
@font-face{ 
  font-family: "EB_Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-600.woff2") format("woff2");
 }
@font-face{ 
  font-family: "EB_Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-600-italic.woff2") format("woff2");
 }
/* Bold */
@font-face{ 
  font-family: "EB_Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-700.woff2") format("woff2");
 }
@font-face{ 
  font-family: "EB_Garamond";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-700-italic.woff2") format("woff2");
 }
/* Extrabold/Black */
@font-face{ 
  font-family: "EB_Garamond";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-800.woff2") format("woff2");
 }
@font-face{ 
  font-family: "EB_Garamond";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("EB_Garamond"), url("/wp-content/themes/villasoludden/assets/fonts/eb-garamond/eb-garamond-800-italic.woff2") format("woff2");
 }
/* Secondary -------------------------------- */
/* Thin */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-100.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-100.woff2") format("woff2");
 }
/* Extra light */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-200.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-200.woff2") format("woff2");
 }
/* Light */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-300.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-300.woff2") format("woff2");
 }
/* Regular */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-regular.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-italic.woff2") format("woff2");
 }
/* Medium */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-500.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-500.woff2") format("woff2");
 }
/* Semibold */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-600.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-600.woff2") format("woff2");
 }
/* Bold */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-700.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-700.woff2") format("woff2");
 }
/* Extrabold/Black */
@font-face{ 
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-800.woff2") format("woff2");
 }
@font-face{ 
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: local("Inter"), url("/wp-content/themes/villasoludden/assets/fonts/inter/inter-800.woff2") format("woff2");
 }
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid .col-1-of-12 {
  width: calc(8.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-1-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-1-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-2-of-12 {
  width: calc(16.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-2-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-2-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-3-of-12 {
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-3-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-4-of-12 {
  width: calc(33.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-4-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-5-of-12 {
  width: calc(41.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-5-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-6-of-12 {
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-7-of-12 {
  width: calc(58.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-7-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-7-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-8-of-12 {
  width: calc(66.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-9-of-12 {
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-9-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-10-of-12 {
  width: calc(83.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-11-of-12 {
  width: calc(91.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid .col-12-of-12 {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .col-1-of-12-phone {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-phone {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-phone {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-phone {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-phone {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-phone {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-phone {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-phone {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-phone {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-phone {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-phone {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-phone {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-phone-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-phone-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-phone-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-phone-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-phone-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-phone-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-phone-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-phone-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-portrait {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-portrait {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-portrait {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-portrait {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-landscape {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-landscape {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-landscape {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-landscape {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .col-1-of-12-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-big-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-big-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-big-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-big-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-big-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-big-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-big-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-big-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-big-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-big-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-big-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-big-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-huge-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-huge-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-huge-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-huge-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-huge-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-huge-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-huge-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-huge-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-3-of-12-huge-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-6-of-12-huge-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-9-of-12-huge-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-12-of-12-huge-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-default {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid.grid-default .col-1-of-12 {
  width: calc(8.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-1-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-1-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12 {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12 {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-1-of-12 {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-2-of-12 {
  width: calc(16.6666666667% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-2-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-2-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-2-of-12 {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-2-of-12 {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-2-of-12 {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-2-of-12 {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-3-of-12 {
  width: calc(25% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-3-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-3-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-3-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-3-of-12 {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-3-of-12 {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-3-of-12 {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-4-of-12 {
  width: calc(33.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-4-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-4-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-4-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-4-of-12 {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-4-of-12 {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-4-of-12 {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-5-of-12 {
  width: calc(41.6666666667% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-5-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-5-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-5-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-5-of-12 {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-5-of-12 {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-5-of-12 {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-6-of-12 {
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-6-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-6-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-6-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-6-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-6-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-6-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-7-of-12 {
  width: calc(58.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-7-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-7-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-7-of-12 {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-7-of-12 {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-7-of-12 {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-7-of-12 {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-8-of-12 {
  width: calc(66.6666666667% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-8-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-8-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-8-of-12 {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-8-of-12 {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-8-of-12 {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-8-of-12 {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-9-of-12 {
  width: calc(75% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-9-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-9-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-9-of-12 {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-9-of-12 {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-9-of-12 {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-9-of-12 {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-10-of-12 {
  width: calc(83.3333333333% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-10-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-10-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-10-of-12 {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-10-of-12 {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-10-of-12 {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-10-of-12 {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-11-of-12 {
  width: calc(91.6666666667% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-11-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-11-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-11-of-12 {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-11-of-12 {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-11-of-12 {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-11-of-12 {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.grid.grid-default .col-12-of-12 {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-12-of-12 {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-default .col-1-of-12-phone {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-phone {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-phone {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-phone {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-phone {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-phone {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-phone {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-phone {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-phone {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-phone {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-phone {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-phone {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-default .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-phone-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-phone-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-phone-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-phone-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-default .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-phone-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-phone-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-phone-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-phone-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-default .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-portrait {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-portrait {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-portrait {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-portrait {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-default .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-default .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-landscape {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-landscape {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-landscape {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-landscape {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-default .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-default .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12-desktop {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-desktop {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-desktop {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-desktop {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-desktop {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-desktop {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-desktop {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-desktop {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-desktop {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-desktop {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-desktop {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-desktop {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-default .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-desktop-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-desktop-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-desktop-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-desktop-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-default .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-desktop-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-desktop-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-desktop-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-desktop-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-default .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-big-desktop {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-big-desktop {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-big-desktop {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-big-desktop {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-default .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-big-desktop-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-big-desktop-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-big-desktop-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-big-desktop-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-default .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-big-desktop-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-big-desktop-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-big-desktop-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-big-desktop-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-huge-desktop {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-huge-desktop {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-huge-desktop {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-huge-desktop {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-default .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-huge-desktop-min {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-huge-desktop-min {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-huge-desktop-min {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-huge-desktop-min {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-default .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-3-of-12-huge-desktop-max {
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-6-of-12-huge-desktop-max {
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-9-of-12-huge-desktop-max {
    width: calc(75% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-12-of-12-huge-desktop-max {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .grid.grid-default .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-default .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-ng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
  padding-right: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
.grid.grid-ng .col-1-of-12 {
  width: calc(8.3333333333% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-1-of-12 {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-2-of-12 {
  width: calc(16.6666666667% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-2-of-12 {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-3-of-12 {
  width: calc(25% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-3-of-12 {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-4-of-12 {
  width: calc(33.3333333333% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-4-of-12 {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-5-of-12 {
  width: calc(41.6666666667% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-5-of-12 {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-6-of-12 {
  width: calc(50% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-6-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-7-of-12 {
  width: calc(58.3333333333% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-7-of-12 {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-8-of-12 {
  width: calc(66.6666666667% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-8-of-12 {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-9-of-12 {
  width: calc(75% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-9-of-12 {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-10-of-12 {
  width: calc(83.3333333333% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-10-of-12 {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-11-of-12 {
  width: calc(91.6666666667% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-11-of-12 {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
.grid.grid-ng .col-12-of-12 {
  width: calc(100% - 0rem);
  margin-left: 0rem;
  margin-right: 0rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-12-of-12 {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-ng .col-1-of-12-phone {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-phone {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-phone {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-phone {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-phone {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-phone {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-phone {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-phone {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-phone {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-phone {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-phone {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-phone {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-ng .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-phone-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-phone-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-phone-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-phone-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-ng .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-phone-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-phone-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-phone-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-phone-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-ng .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-portrait {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-portrait {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-portrait {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-portrait {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-ng .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-ng .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-landscape {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-landscape {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-landscape {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-landscape {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-ng .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-ng .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12-desktop {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-desktop {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-desktop {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-desktop {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-desktop {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-desktop {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-desktop {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-desktop {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-desktop {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-desktop {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-desktop {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-desktop {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-ng .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-desktop-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-desktop-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-desktop-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-desktop-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-ng .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-desktop-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-desktop-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-desktop-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-desktop-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-ng .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-big-desktop {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-big-desktop {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-big-desktop {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-big-desktop {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-ng .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-big-desktop-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-big-desktop-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-big-desktop-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-big-desktop-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-ng .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-big-desktop-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-big-desktop-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-big-desktop-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-big-desktop-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-huge-desktop {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-huge-desktop {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-huge-desktop {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-huge-desktop {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-ng .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-huge-desktop-min {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-huge-desktop-min {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-huge-desktop-min {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-huge-desktop-min {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-ng .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-3-of-12-huge-desktop-max {
    width: calc(25% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-6-of-12-huge-desktop-max {
    width: calc(50% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-9-of-12-huge-desktop-max {
    width: calc(75% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-12-of-12-huge-desktop-max {
    width: calc(100% - 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
  }
  .grid.grid-ng .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-ng .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-xxs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid.grid-xxs .col-1-of-12 {
  width: calc(8.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-2-of-12 {
  width: calc(16.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-3-of-12 {
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-4-of-12 {
  width: calc(33.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-5-of-12 {
  width: calc(41.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-6-of-12 {
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-7-of-12 {
  width: calc(58.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-8-of-12 {
  width: calc(66.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-9-of-12 {
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-10-of-12 {
  width: calc(83.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-11-of-12 {
  width: calc(91.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-xxs .col-12-of-12 {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxs .col-1-of-12-phone {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-phone {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-phone {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-phone {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-phone {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-phone {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-phone {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-phone {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-phone {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-phone {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-phone {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-phone {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-xxs .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-phone-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-phone-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-phone-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-phone-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-xxs .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-phone-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-phone-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-phone-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-phone-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxs .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-portrait {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-portrait {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-portrait {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-portrait {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-xxs .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-xxs .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-landscape {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-landscape {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-landscape {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-landscape {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-xxs .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-xxs .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-xxs .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-xxs .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxs .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-big-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-big-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-big-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-big-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-xxs .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-big-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-big-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-big-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-big-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-xxs .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-big-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-big-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-big-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-big-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-huge-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-huge-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-huge-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-huge-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxs .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-huge-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-huge-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-huge-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-huge-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-xxs .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-3-of-12-huge-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-6-of-12-huge-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-9-of-12-huge-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-12-of-12-huge-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-xxs .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-xxs .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-xs {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.grid.grid-xs .col-1-of-12 {
  width: calc(8.3333333333% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-1-of-12 {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-2-of-12 {
  width: calc(16.6666666667% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-2-of-12 {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-3-of-12 {
  width: calc(25% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-3-of-12 {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-4-of-12 {
  width: calc(33.3333333333% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-4-of-12 {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-5-of-12 {
  width: calc(41.6666666667% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-5-of-12 {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-6-of-12 {
  width: calc(50% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-6-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-7-of-12 {
  width: calc(58.3333333333% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-7-of-12 {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-8-of-12 {
  width: calc(66.6666666667% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-8-of-12 {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-9-of-12 {
  width: calc(75% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-9-of-12 {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-10-of-12 {
  width: calc(83.3333333333% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-10-of-12 {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-11-of-12 {
  width: calc(91.6666666667% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-11-of-12 {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
.grid.grid-xs .col-12-of-12 {
  width: calc(100% - 0.75rem);
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-12-of-12 {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xs .col-1-of-12-phone {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-phone {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-phone {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-phone {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-phone {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-phone {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-phone {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-phone {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-phone {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-phone {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-phone {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-phone {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-xs .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-phone-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-phone-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-phone-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-phone-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-xs .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-phone-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-phone-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-phone-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-phone-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xs .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-portrait {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-portrait {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-portrait {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-portrait {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-xs .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-xs .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-landscape {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-landscape {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-landscape {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-landscape {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-xs .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-xs .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12-desktop {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-desktop {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-desktop {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-desktop {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-desktop {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-desktop {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-desktop {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-desktop {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-desktop {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-desktop {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-desktop {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-desktop {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-xs .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-desktop-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-desktop-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-desktop-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-desktop-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-xs .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-desktop-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-desktop-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-desktop-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-desktop-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xs .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-big-desktop {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-big-desktop {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-big-desktop {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-big-desktop {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-xs .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-big-desktop-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-big-desktop-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-big-desktop-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-big-desktop-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-xs .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-big-desktop-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-big-desktop-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-big-desktop-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-big-desktop-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-huge-desktop {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-huge-desktop {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-huge-desktop {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-huge-desktop {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xs .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-huge-desktop-min {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-huge-desktop-min {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-huge-desktop-min {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-huge-desktop-min {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-xs .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-3-of-12-huge-desktop-max {
    width: calc(25% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-6-of-12-huge-desktop-max {
    width: calc(50% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-9-of-12-huge-desktop-max {
    width: calc(75% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-12-of-12-huge-desktop-max {
    width: calc(100% - 0.75rem);
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
  .grid.grid-xs .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-xs .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid.grid-s .col-1-of-12 {
  width: calc(8.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-1-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-2-of-12 {
  width: calc(16.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-2-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-2-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-3-of-12 {
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-3-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-4-of-12 {
  width: calc(33.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-4-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-5-of-12 {
  width: calc(41.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-5-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-6-of-12 {
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-7-of-12 {
  width: calc(58.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-7-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-7-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-8-of-12 {
  width: calc(66.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-9-of-12 {
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-9-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-10-of-12 {
  width: calc(83.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-11-of-12 {
  width: calc(91.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-s .col-12-of-12 {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-s .col-1-of-12-phone {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-phone {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-phone {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-phone {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-phone {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-phone {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-phone {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-phone {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-phone {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-phone {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-phone {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-phone {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-s .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-phone-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-phone-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-phone-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-phone-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-s .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-phone-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-phone-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-phone-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-phone-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-s .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-portrait {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-portrait {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-portrait {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-portrait {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-s .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-s .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-landscape {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-landscape {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-landscape {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-landscape {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-s .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-s .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-s .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-s .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-s .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-big-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-big-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-big-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-big-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-s .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-big-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-big-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-big-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-big-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-s .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-big-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-big-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-big-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-big-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-huge-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-huge-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-huge-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-huge-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-s .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-huge-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-huge-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-huge-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-huge-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-s .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-3-of-12-huge-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-6-of-12-huge-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-9-of-12-huge-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-12-of-12-huge-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-s .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-s .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid.grid-m .col-1-of-12 {
  width: calc(8.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-1-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-2-of-12 {
  width: calc(16.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-2-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-2-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-3-of-12 {
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-3-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-4-of-12 {
  width: calc(33.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-4-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-5-of-12 {
  width: calc(41.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-5-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-6-of-12 {
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-7-of-12 {
  width: calc(58.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-7-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-7-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-8-of-12 {
  width: calc(66.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-9-of-12 {
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-9-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-10-of-12 {
  width: calc(83.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-11-of-12 {
  width: calc(91.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-m .col-12-of-12 {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-m .col-1-of-12-phone {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-phone {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-phone {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-phone {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-phone {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-phone {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-phone {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-phone {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-phone {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-phone {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-phone {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-phone {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-m .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-phone-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-phone-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-phone-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-phone-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-m .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-phone-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-phone-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-phone-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-phone-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-m .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-portrait {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-portrait {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-portrait {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-portrait {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-m .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-m .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-landscape {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-landscape {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-landscape {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-landscape {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-m .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-m .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-m .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-m .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-m .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-big-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-big-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-big-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-big-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-m .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-big-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-big-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-big-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-big-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-m .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-big-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-big-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-big-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-big-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-huge-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-huge-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-huge-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-huge-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-m .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-huge-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-huge-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-huge-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-huge-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-m .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-3-of-12-huge-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-6-of-12-huge-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-9-of-12-huge-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-12-of-12-huge-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-m .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-m .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid.grid-l .col-1-of-12 {
  width: calc(8.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-1-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-1-of-12 {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-2-of-12 {
  width: calc(16.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-2-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-2-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-2-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-2-of-12 {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-3-of-12 {
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-3-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-3-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-3-of-12 {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-4-of-12 {
  width: calc(33.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-4-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-4-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-4-of-12 {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-5-of-12 {
  width: calc(41.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-5-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-5-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-5-of-12 {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-6-of-12 {
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-6-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-6-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-7-of-12 {
  width: calc(58.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-7-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-7-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-7-of-12 {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-8-of-12 {
  width: calc(66.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-8-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-8-of-12 {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-9-of-12 {
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-9-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-9-of-12 {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-9-of-12 {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-10-of-12 {
  width: calc(83.3333333333% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-10-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-10-of-12 {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-11-of-12 {
  width: calc(91.6666666667% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-11-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-11-of-12 {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.grid.grid-l .col-12-of-12 {
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-12-of-12 {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-l .col-1-of-12-phone {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-phone {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-phone {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-phone {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-phone {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-phone {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-phone {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-phone {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-phone {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-phone {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-phone {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-phone {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-l .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-phone-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-phone-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-phone-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-phone-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-l .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-phone-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-phone-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-phone-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-phone-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-l .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-portrait {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-portrait {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-portrait {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-portrait {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-l .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-l .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-landscape {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-landscape {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-landscape {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-landscape {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-l .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-l .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-l .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-l .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-l .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-big-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-big-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-big-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-big-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-l .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-big-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-big-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-big-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-big-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-l .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-big-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-big-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-big-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-big-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-huge-desktop {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-huge-desktop {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-huge-desktop {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-huge-desktop {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-l .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-huge-desktop-min {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-huge-desktop-min {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-huge-desktop-min {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-huge-desktop-min {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-l .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-3-of-12-huge-desktop-max {
    width: calc(25% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-6-of-12-huge-desktop-max {
    width: calc(50% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-9-of-12-huge-desktop-max {
    width: calc(75% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-12-of-12-huge-desktop-max {
    width: calc(100% - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .grid.grid-l .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-l .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-xl {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.grid.grid-xl .col-1-of-12 {
  width: calc(8.3333333333% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-1-of-12 {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-2-of-12 {
  width: calc(16.6666666667% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-2-of-12 {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-3-of-12 {
  width: calc(25% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-3-of-12 {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-4-of-12 {
  width: calc(33.3333333333% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-4-of-12 {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-5-of-12 {
  width: calc(41.6666666667% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-5-of-12 {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-6-of-12 {
  width: calc(50% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-6-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-7-of-12 {
  width: calc(58.3333333333% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-7-of-12 {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-8-of-12 {
  width: calc(66.6666666667% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-8-of-12 {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-9-of-12 {
  width: calc(75% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-9-of-12 {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-10-of-12 {
  width: calc(83.3333333333% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-10-of-12 {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-11-of-12 {
  width: calc(91.6666666667% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-11-of-12 {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
.grid.grid-xl .col-12-of-12 {
  width: calc(100% - 6.25rem);
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-12-of-12 {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xl .col-1-of-12-phone {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-phone {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-phone {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-phone {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-phone {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-phone {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-phone {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-phone {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-phone {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-phone {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-phone {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-phone {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-xl .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-phone-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-phone-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-phone-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-phone-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-xl .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-phone-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-phone-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-phone-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-phone-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xl .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-portrait {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-portrait {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-portrait {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-portrait {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-xl .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-xl .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-landscape {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-landscape {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-landscape {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-landscape {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-xl .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-xl .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12-desktop {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-desktop {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-desktop {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-desktop {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-desktop {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-desktop {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-desktop {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-desktop {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-desktop {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-desktop {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-desktop {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-desktop {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-xl .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-desktop-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-desktop-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-desktop-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-desktop-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-xl .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-desktop-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-desktop-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-desktop-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-desktop-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xl .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-big-desktop {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-big-desktop {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-big-desktop {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-big-desktop {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-xl .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-big-desktop-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-big-desktop-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-big-desktop-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-big-desktop-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-xl .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-big-desktop-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-big-desktop-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-big-desktop-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-big-desktop-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-huge-desktop {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-huge-desktop {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-huge-desktop {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-huge-desktop {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xl .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-huge-desktop-min {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-huge-desktop-min {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-huge-desktop-min {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-huge-desktop-min {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-xl .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-3-of-12-huge-desktop-max {
    width: calc(25% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-6-of-12-huge-desktop-max {
    width: calc(50% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-9-of-12-huge-desktop-max {
    width: calc(75% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-12-of-12-huge-desktop-max {
    width: calc(100% - 6.25rem);
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
  .grid.grid-xl .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-xl .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-xxl {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  padding-left: 0;
  padding-right: 0;
  margin-left: -4.6875rem;
  margin-right: -4.6875rem;
}
.grid.grid-xxl .col-1-of-12 {
  width: calc(8.3333333333% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-1-of-12 {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-2-of-12 {
  width: calc(16.6666666667% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-2-of-12 {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-3-of-12 {
  width: calc(25% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-3-of-12 {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-4-of-12 {
  width: calc(33.3333333333% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-4-of-12 {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-5-of-12 {
  width: calc(41.6666666667% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-5-of-12 {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-6-of-12 {
  width: calc(50% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-6-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-7-of-12 {
  width: calc(58.3333333333% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-7-of-12 {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-8-of-12 {
  width: calc(66.6666666667% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-8-of-12 {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-9-of-12 {
  width: calc(75% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-9-of-12 {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-10-of-12 {
  width: calc(83.3333333333% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-10-of-12 {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-11-of-12 {
  width: calc(91.6666666667% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-11-of-12 {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
.grid.grid-xxl .col-12-of-12 {
  width: calc(100% - 9.375rem);
  margin-left: 4.6875rem;
  margin-right: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-12-of-12 {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid.grid-xxl .col-1-of-12-phone {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-phone {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-phone {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-phone {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-phone {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-phone {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-phone {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-phone {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-phone {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-phone {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-phone {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-phone {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-phone {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 0em) {
  .grid.grid-xxl .col-1-of-12-phone-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-phone-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-phone-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-phone-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-phone-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-phone-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-phone-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-phone-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-phone-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-phone-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-phone-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-phone-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-phone-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid.grid-xxl .col-1-of-12-phone-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-phone-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-phone-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-phone-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-phone-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-phone-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-phone-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-phone-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-phone-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-phone-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-phone-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-phone-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-phone-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid.grid-xxl .col-1-of-12-tablet-portrait {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-portrait {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-portrait {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-portrait {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-portrait {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-portrait {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-portrait {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-portrait {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-portrait {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-portrait {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-portrait {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-portrait {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-portrait {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 48em) {
  .grid.grid-xxl .col-1-of-12-tablet-portrait-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-portrait-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-portrait-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-portrait-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-portrait-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-portrait-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-portrait-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-portrait-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-portrait-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-portrait-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-portrait-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-portrait-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-portrait-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .grid.grid-xxl .col-1-of-12-tablet-portrait-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-portrait-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-portrait-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-portrait-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-portrait-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-portrait-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-portrait-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-portrait-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-portrait-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-portrait-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-portrait-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-portrait-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-portrait-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12-tablet-landscape {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-landscape {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-landscape {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-landscape {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-landscape {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-landscape {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-landscape {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-landscape {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-landscape {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-landscape {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-landscape {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-landscape {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-landscape {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 64em) {
  .grid.grid-xxl .col-1-of-12-tablet-landscape-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-landscape-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-landscape-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-landscape-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-landscape-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-landscape-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-landscape-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-landscape-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-landscape-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-landscape-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-landscape-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-landscape-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-landscape-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 80em) {
  .grid.grid-xxl .col-1-of-12-tablet-landscape-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-tablet-landscape-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-tablet-landscape-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-tablet-landscape-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-tablet-landscape-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-tablet-landscape-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-tablet-landscape-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-tablet-landscape-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-tablet-landscape-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-tablet-landscape-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-tablet-landscape-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-tablet-landscape-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-tablet-landscape-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12-desktop {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-desktop {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-desktop {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-desktop {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-desktop {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-desktop {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-desktop {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-desktop {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-desktop {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-desktop {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-desktop {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-desktop {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid.grid-xxl .col-1-of-12-desktop-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-desktop-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-desktop-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-desktop-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-desktop-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-desktop-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-desktop-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-desktop-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-desktop-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-desktop-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-desktop-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-desktop-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 100em) {
  .grid.grid-xxl .col-1-of-12-desktop-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-desktop-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-desktop-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-desktop-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-desktop-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-desktop-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-desktop-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-desktop-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-desktop-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-desktop-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-desktop-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-desktop-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid.grid-xxl .col-1-of-12-big-desktop {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-big-desktop {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-big-desktop {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-big-desktop {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-big-desktop {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-big-desktop {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-big-desktop {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-big-desktop {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-big-desktop {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-big-desktop {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-big-desktop {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-big-desktop {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-big-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 100em) {
  .grid.grid-xxl .col-1-of-12-big-desktop-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-big-desktop-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-big-desktop-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-big-desktop-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-big-desktop-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-big-desktop-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-big-desktop-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-big-desktop-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-big-desktop-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-big-desktop-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-big-desktop-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-big-desktop-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-big-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 120em) {
  .grid.grid-xxl .col-1-of-12-big-desktop-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-big-desktop-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-big-desktop-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-big-desktop-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-big-desktop-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-big-desktop-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-big-desktop-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-big-desktop-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-big-desktop-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-big-desktop-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-big-desktop-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-big-desktop-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-big-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-1-of-12-huge-desktop {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-huge-desktop {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-huge-desktop {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-huge-desktop {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-huge-desktop {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-huge-desktop {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-huge-desktop {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-huge-desktop {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-huge-desktop {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-huge-desktop {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-huge-desktop {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-huge-desktop {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-huge-desktop {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid.grid-xxl .col-1-of-12-huge-desktop-min {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-huge-desktop-min {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-huge-desktop-min {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-huge-desktop-min {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-huge-desktop-min {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-huge-desktop-min {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-huge-desktop-min {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-huge-desktop-min {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-huge-desktop-min {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-huge-desktop-min {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-huge-desktop-min {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-huge-desktop-min {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-huge-desktop-min {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid.grid-xxl .col-1-of-12-huge-desktop-max {
    width: calc(8.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-2-of-12-huge-desktop-max {
    width: calc(16.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-3-of-12-huge-desktop-max {
    width: calc(25% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-4-of-12-huge-desktop-max {
    width: calc(33.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-5-of-12-huge-desktop-max {
    width: calc(41.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-6-of-12-huge-desktop-max {
    width: calc(50% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-7-of-12-huge-desktop-max {
    width: calc(58.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-8-of-12-huge-desktop-max {
    width: calc(66.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-9-of-12-huge-desktop-max {
    width: calc(75% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-10-of-12-huge-desktop-max {
    width: calc(83.3333333333% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-11-of-12-huge-desktop-max {
    width: calc(91.6666666667% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-12-of-12-huge-desktop-max {
    width: calc(100% - 9.375rem);
    margin-left: 4.6875rem;
    margin-right: 4.6875rem;
  }
  .grid.grid-xxl .col-auto-huge-desktop-max {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
.grid.grid-xxl .col-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.grid.grid-debug {
  border: 1px solid red;
  margin-bottom: 2.5rem;
}
.grid.grid-debug .col {
  border: 1px solid red;
  padding: 1rem;
}
.grid .offset-push-1 {
  margin-left: 8.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-2 {
  margin-left: 16.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-3 {
  margin-left: 25% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-4 {
  margin-left: 33.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-5 {
  margin-left: 41.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-6 {
  margin-left: 50% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-7 {
  margin-left: 58.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-8 {
  margin-left: 66.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-9 {
  margin-left: 75% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-10 {
  margin-left: 83.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-11 {
  margin-left: 91.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-push-12 {
  margin-left: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-push-1-phone {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-push-1-phone-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-push-1-phone-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-phone-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-phone-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-phone-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-phone-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-phone-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-phone-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-phone-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-phone-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-phone-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-phone-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-phone-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-push-1-tablet-portrait {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-push-1-tablet-portrait-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-push-1-tablet-portrait-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-portrait-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-portrait-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-portrait-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-portrait-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-portrait-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-portrait-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-portrait-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-portrait-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-portrait-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-portrait-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-portrait-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-push-1-tablet-landscape {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-push-1-tablet-landscape-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-push-1-tablet-landscape-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-tablet-landscape-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-tablet-landscape-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-tablet-landscape-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-tablet-landscape-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-tablet-landscape-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-tablet-landscape-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-tablet-landscape-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-tablet-landscape-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-tablet-landscape-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-tablet-landscape-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-tablet-landscape-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-push-1-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-push-1-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-push-1-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-push-1-big-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-push-1-big-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-push-1-big-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-big-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-big-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-big-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-big-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-big-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-big-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-big-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-big-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-big-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-big-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-big-desktop-max {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop {
    margin-left: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-push-1-huge-desktop-min {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-min {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-min {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-min {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-min {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-min {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-min {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-min {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-min {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-min {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-min {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-min {
    margin-left: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-push-1-huge-desktop-max {
    margin-left: 8.3333333333% !important;
  }
  .grid .offset-push-2-huge-desktop-max {
    margin-left: 16.6666666667% !important;
  }
  .grid .offset-push-3-huge-desktop-max {
    margin-left: 25% !important;
  }
  .grid .offset-push-4-huge-desktop-max {
    margin-left: 33.3333333333% !important;
  }
  .grid .offset-push-5-huge-desktop-max {
    margin-left: 41.6666666667% !important;
  }
  .grid .offset-push-6-huge-desktop-max {
    margin-left: 50% !important;
  }
  .grid .offset-push-7-huge-desktop-max {
    margin-left: 58.3333333333% !important;
  }
  .grid .offset-push-8-huge-desktop-max {
    margin-left: 66.6666666667% !important;
  }
  .grid .offset-push-9-huge-desktop-max {
    margin-left: 75% !important;
  }
  .grid .offset-push-10-huge-desktop-max {
    margin-left: 83.3333333333% !important;
  }
  .grid .offset-push-11-huge-desktop-max {
    margin-left: 91.6666666667% !important;
  }
  .grid .offset-push-12-huge-desktop-max {
    margin-left: 100% !important;
  }
}
.grid .offset-pull-1 {
  margin-right: 8.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-2 {
  margin-right: 16.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-3 {
  margin-right: 25% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-4 {
  margin-right: 33.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-5 {
  margin-right: 41.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-6 {
  margin-right: 50% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-7 {
  margin-right: 58.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-8 {
  margin-right: 66.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-9 {
  margin-right: 75% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-10 {
  margin-right: 83.3333333333% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-11 {
  margin-right: 91.6666666667% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}
.grid .offset-pull-12 {
  margin-right: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid .offset-pull-1-phone {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 0em) {
  .grid .offset-pull-1-phone-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid .offset-pull-1-phone-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-phone-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-phone-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-phone-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-phone-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-phone-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-phone-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-phone-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-phone-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-phone-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-phone-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-phone-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid .offset-pull-1-tablet-portrait {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 48em) {
  .grid .offset-pull-1-tablet-portrait-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 64em) {
  .grid .offset-pull-1-tablet-portrait-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-portrait-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-portrait-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-portrait-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-portrait-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-portrait-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-portrait-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-portrait-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-portrait-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-portrait-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-portrait-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-portrait-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid .offset-pull-1-tablet-landscape {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 64em) {
  .grid .offset-pull-1-tablet-landscape-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 80em) {
  .grid .offset-pull-1-tablet-landscape-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-tablet-landscape-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-tablet-landscape-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-tablet-landscape-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-tablet-landscape-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-tablet-landscape-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-tablet-landscape-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-tablet-landscape-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-tablet-landscape-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-tablet-landscape-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-tablet-landscape-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-tablet-landscape-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid .offset-pull-1-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid .offset-pull-1-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 100em) {
  .grid .offset-pull-1-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid .offset-pull-1-big-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 100em) {
  .grid .offset-pull-1-big-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 120em) {
  .grid .offset-pull-1-big-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-big-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-big-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-big-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-big-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-big-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-big-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-big-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-big-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-big-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-big-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-big-desktop-max {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop {
    margin-right: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid .offset-pull-1-huge-desktop-min {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-min {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-min {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-min {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-min {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-min {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-min {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-min {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-min {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-min {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-min {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-min {
    margin-right: 100% !important;
  }
}
@media only screen and (max-width: 312.5em) {
  .grid .offset-pull-1-huge-desktop-max {
    margin-right: 8.3333333333% !important;
  }
  .grid .offset-pull-2-huge-desktop-max {
    margin-right: 16.6666666667% !important;
  }
  .grid .offset-pull-3-huge-desktop-max {
    margin-right: 25% !important;
  }
  .grid .offset-pull-4-huge-desktop-max {
    margin-right: 33.3333333333% !important;
  }
  .grid .offset-pull-5-huge-desktop-max {
    margin-right: 41.6666666667% !important;
  }
  .grid .offset-pull-6-huge-desktop-max {
    margin-right: 50% !important;
  }
  .grid .offset-pull-7-huge-desktop-max {
    margin-right: 58.3333333333% !important;
  }
  .grid .offset-pull-8-huge-desktop-max {
    margin-right: 66.6666666667% !important;
  }
  .grid .offset-pull-9-huge-desktop-max {
    margin-right: 75% !important;
  }
  .grid .offset-pull-10-huge-desktop-max {
    margin-right: 83.3333333333% !important;
  }
  .grid .offset-pull-11-huge-desktop-max {
    margin-right: 91.6666666667% !important;
  }
  .grid .offset-pull-12-huge-desktop-max {
    margin-right: 100% !important;
  }
}

.grid-masonry {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  width: auto;
}
.grid-masonry .col-1-of-12 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-1-of-12 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.grid-masonry .col-2-of-12 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-2-of-12 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.grid-masonry .col-3-of-12 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-3-of-12 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.grid-masonry .col-4-of-12 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-4-of-12 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.grid-masonry .col-5-of-12 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-5-of-12 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}
.grid-masonry .col-6-of-12 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-6-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
.grid-masonry .col-7-of-12 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-7-of-12 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}
.grid-masonry .col-8-of-12 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-8-of-12 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
}
.grid-masonry .col-9-of-12 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-9-of-12 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
}
.grid-masonry .col-10-of-12 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-10-of-12 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
}
.grid-masonry .col-11-of-12 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-11-of-12 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
}
.grid-masonry .col-12-of-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-12-of-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .grid-masonry .col-1-of-12-phone {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-phone {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-phone {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-phone {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-phone {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-phone {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-phone {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-phone {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-phone {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-phone {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-phone {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-phone {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-phone {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 0em) {
  .grid-masonry .col-1-of-12-phone-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-phone-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-phone-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-phone-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-phone-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-phone-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-phone-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-phone-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-phone-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-phone-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-phone-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-phone-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-phone-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .grid-masonry .col-1-of-12-phone-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-phone-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-phone-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-phone-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-phone-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-phone-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-phone-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-phone-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-phone-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-phone-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-phone-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-phone-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-phone-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .grid-masonry .col-1-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-portrait {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-portrait {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 48em) {
  .grid-masonry .col-1-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-portrait-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-portrait-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .grid-masonry .col-1-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-portrait-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-portrait-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-landscape {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-landscape {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 64em) {
  .grid-masonry .col-1-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-landscape-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-landscape-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .grid-masonry .col-1-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-tablet-landscape-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-tablet-landscape-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12-desktop {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-desktop {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-desktop {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-desktop {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-desktop {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-desktop {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-desktop {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-desktop {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-desktop {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-desktop {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-desktop {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-desktop {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-desktop {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 80.0625em) {
  .grid-masonry .col-1-of-12-desktop-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-desktop-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-desktop-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-desktop-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-desktop-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-desktop-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-desktop-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-desktop-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-desktop-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-desktop-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-desktop-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-desktop-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-desktop-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 100em) {
  .grid-masonry .col-1-of-12-desktop-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-desktop-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-desktop-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-desktop-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-desktop-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-desktop-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-desktop-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-desktop-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-desktop-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-desktop-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-desktop-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-desktop-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-desktop-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .grid-masonry .col-1-of-12-big-desktop {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-big-desktop {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-big-desktop {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-big-desktop {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-big-desktop {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-big-desktop {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-big-desktop {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-big-desktop {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-big-desktop {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-big-desktop {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-big-desktop {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-big-desktop {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-big-desktop {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 100em) {
  .grid-masonry .col-1-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-big-desktop-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-big-desktop-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 120em) {
  .grid-masonry .col-1-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-big-desktop-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-big-desktop-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-1-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-huge-desktop {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-huge-desktop {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (min-width: 120.0625em) {
  .grid-masonry .col-1-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-huge-desktop-min {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-huge-desktop-min {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
@media only screen and (max-width: 312.5em) {
  .grid-masonry .col-1-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-masonry .col-2-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-masonry .col-3-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-masonry .col-4-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-masonry .col-5-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-masonry .col-6-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-masonry .col-7-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-masonry .col-8-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-masonry .col-9-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[9];
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-masonry .col-10-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-masonry .col-11-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[11];
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-masonry .col-12-of-12-huge-desktop-max {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-masonry .col-auto-huge-desktop-max {
    grid-template-columns: repeat(auto-fill, 1fr);
  }
}
.grid-masonry .col-auto {
  grid-template-columns: repeat(auto-fill, 1fr);
}
.grid-masonry.grid-default {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid-masonry.grid-ng {
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.grid-masonry.grid-xxs {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid-masonry.grid-xs {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.grid-masonry.grid-s {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid-masonry.grid-m {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid-masonry.grid-l {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: -2rem;
  margin-right: -2rem;
}
.grid-masonry.grid-xl {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-left: -3.125rem;
  margin-right: -3.125rem;
}
.grid-masonry.grid-xxl {
  grid-column-gap: 9.375rem;
  grid-row-gap: 9.375rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
  margin-left: -4.6875rem;
  margin-right: -4.6875rem;
}
.grid-masonry.grid-debug {
  border: 1px solid red;
  margin-bottom: 2.5rem;
}
.grid-masonry.grid-debug .col {
  border: 1px solid red;
  padding: 1rem;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .order-1-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-phone {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-phone {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-phone {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-phone {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-phone {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-phone {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-phone {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-phone {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-phone {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-phone {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 0em) {
  .order-1-phone-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-phone-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-phone-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-phone-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-phone-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-phone-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-phone-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-phone-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-phone-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-phone-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-phone-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-phone-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 47.9375em) {
  .order-1-phone-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-phone-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-phone-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-phone-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-phone-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-phone-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-phone-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-phone-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-phone-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-phone-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-phone-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-phone-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .order-1-tablet-portrait {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-portrait {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-portrait {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-portrait {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-portrait {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-portrait {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-portrait {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-portrait {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-portrait {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-portrait {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-portrait {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-portrait {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 48em) {
  .order-1-tablet-portrait-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-portrait-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-portrait-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-portrait-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-portrait-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-portrait-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-portrait-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-portrait-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-portrait-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-portrait-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-portrait-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-portrait-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 64em) {
  .order-1-tablet-portrait-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-portrait-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-portrait-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-portrait-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-portrait-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-portrait-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-portrait-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-portrait-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-portrait-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-portrait-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-portrait-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-portrait-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .order-1-tablet-landscape {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-landscape {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-landscape {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-landscape {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-landscape {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-landscape {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-landscape {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-landscape {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-landscape {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-landscape {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-landscape {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-landscape {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 64em) {
  .order-1-tablet-landscape-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-landscape-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-landscape-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-landscape-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-landscape-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-landscape-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-landscape-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-landscape-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-landscape-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-landscape-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-landscape-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-landscape-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 80em) {
  .order-1-tablet-landscape-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-tablet-landscape-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-tablet-landscape-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-tablet-landscape-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-tablet-landscape-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-tablet-landscape-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-tablet-landscape-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-tablet-landscape-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-tablet-landscape-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-tablet-landscape-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-tablet-landscape-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-tablet-landscape-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .order-1-desktop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-desktop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-desktop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-desktop {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-desktop {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-desktop {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-desktop {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-desktop {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-desktop {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-desktop {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-desktop {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-desktop {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 80.0625em) {
  .order-1-desktop-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-desktop-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-desktop-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-desktop-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-desktop-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-desktop-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-desktop-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-desktop-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-desktop-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-desktop-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-desktop-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-desktop-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 100em) {
  .order-1-desktop-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-desktop-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-desktop-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-desktop-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-desktop-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-desktop-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-desktop-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-desktop-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-desktop-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-desktop-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-desktop-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-desktop-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .order-1-big-desktop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-big-desktop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-big-desktop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-big-desktop {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-big-desktop {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-big-desktop {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-big-desktop {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-big-desktop {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-big-desktop {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-big-desktop {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-big-desktop {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-big-desktop {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 100em) {
  .order-1-big-desktop-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-big-desktop-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-big-desktop-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-big-desktop-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-big-desktop-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-big-desktop-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-big-desktop-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-big-desktop-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-big-desktop-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-big-desktop-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-big-desktop-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-big-desktop-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 120em) {
  .order-1-big-desktop-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-big-desktop-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-big-desktop-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-big-desktop-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-big-desktop-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-big-desktop-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-big-desktop-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-big-desktop-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-big-desktop-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-big-desktop-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-big-desktop-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-big-desktop-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 120.0625em) {
  .order-1-huge-desktop {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-huge-desktop {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-huge-desktop {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-huge-desktop {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-huge-desktop {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-huge-desktop {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-huge-desktop {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-huge-desktop {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-huge-desktop {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-huge-desktop {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-huge-desktop {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-huge-desktop {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (min-width: 120.0625em) {
  .order-1-huge-desktop-min {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-huge-desktop-min {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-huge-desktop-min {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-huge-desktop-min {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-huge-desktop-min {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-huge-desktop-min {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-huge-desktop-min {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-huge-desktop-min {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-huge-desktop-min {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-huge-desktop-min {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-huge-desktop-min {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-huge-desktop-min {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media only screen and (max-width: 312.5em) {
  .order-1-huge-desktop-max {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2-huge-desktop-max {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-3-huge-desktop-max {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-4-huge-desktop-max {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-5-huge-desktop-max {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-6-huge-desktop-max {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-7-huge-desktop-max {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-8-huge-desktop-max {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-9-huge-desktop-max {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-10-huge-desktop-max {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-11-huge-desktop-max {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-12-huge-desktop-max {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
}
.container-default {
  width: 82.5rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-default {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-default {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-default {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-default {
    width: 82.5rem;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-default {
    width: 82.5rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-full {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
  max-width: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-full {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-full {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-full {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-full {
    width: 100%;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-full {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-xs {
  width: 40rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-xs {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-xs {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-xs {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-xs {
    width: 40rem;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-xs {
    width: 40rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-s {
  width: 56.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-s {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-s {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-s {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-s {
    width: 56.25rem;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-s {
    width: 56.25rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-m {
  width: 75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-m {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-m {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-m {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-m {
    width: 75rem;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-m {
    width: 75rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-l {
  width: 86.25rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-l {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-l {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-l {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-l {
    width: 86.25rem;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-l {
    width: 86.25rem;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.container-xl {
  width: 90vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .container-xl {
    width: 92vw;
    max-width: 92vw;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .container-xl {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .container-xl {
    width: 92vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .container-xl {
    width: 90vw;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  .container-xl {
    width: 90vw;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  html {
    font-size: 90%;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  html {
    font-size: 100%;
  }
}
@media only screen and (min-width: 100em) and (max-width: 120em) and (orientation: landscape) {
  html {
    font-size: 100% !important;
  }
}
@media only screen and (min-width: 120.0625em) {
  html {
    font-size: 120%;
  }
}

html.disable-scroll {
  overflow: hidden;
}

body {
  font-family: EB_Garamond;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #223623;
  background: #F7F7EE;
  padding: 0rem 0rem 0rem 0rem;
  margin: 0rem 0rem 0rem 0rem;
  width: 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body {
    padding: 0 0 0 0;
  }
}

.main {
  margin-top: 0;
  max-width: 100%;
  overflow: hidden;
}

body.header-has-top-bar .main {
  padding-top: 3.75rem;
}
body.header-has-top-bar body.is-scrolling .main {
  padding-top: 0;
}

.block-no-p-t {
  padding-top: 0 !important;
}

.block-no-p-b {
  padding-bottom: 0 !important;
}

.block-p-t-x2 {
  padding-top: calc(8.75rem * 2);
}
@media only screen and (max-width: 80em) {
  .block-p-t-x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (max-width: 64em) {
  .block-p-t-x2 {
    padding-top: calc(calc(8.75rem * 0.75) * 2);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-p-t-x2 {
    padding-top: calc(5rem * 2);
  }
}

.block-no-p-t-b {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.col-no-m-b {
  margin-bottom: 0 !important;
}

.col-no-m-t {
  margin-top: 0 !important;
}

.sub-heading-no-m-t {
  margin-top: 0 !important;
}
.sub-heading-no-m-t .sub-heading {
  margin-top: 0 !important;
}

.col-no-m-t-b {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 64em) {
  .col-no-m-b-tablet-p {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 64em) {
  .col-no-m-t-tablet-p {
    margin-top: 0 !important;
  }
}

.block-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.block-sub-heading-no-m-b .subtitle-wrapper .subtitle {
  margin-bottom: 0 !important;
}

.hide-all {
  display: none !important;
}

.hide-desktop-show-phone {
  display: none !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .hide-desktop-show-phone {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-desktop-show-tablet-portrait {
  display: none !important;
}
@media only screen and (max-width: 64em) {
  .hide-desktop-show-tablet-portrait {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-desktop-show-tablet-landscape {
  display: none !important;
}
@media only screen and (max-width: 80em) {
  .hide-desktop-show-tablet-landscape {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.hide-phone-show-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .hide-phone-show-desktop {
    display: none !important;
  }
}

.hide-tablet-portrait-show-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 64em) {
  .hide-tablet-portrait-show-desktop {
    display: none !important;
  }
}

.debug {
  border: 1px solid #FF0000;
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent;
  z-index: 200;
  width: 100%;
}
@media only screen and (max-width: 80em) {
  .breadcrumbs {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .breadcrumbs {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .breadcrumbs {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .breadcrumbs .container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.breadcrumbs .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100% !important;
}
.breadcrumbs .breadcrumbs__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .breadcrumbs .breadcrumbs__trail {
    padding: 0 6vw;
  }
}
.breadcrumbs .breadcrumbs__trail .breadcrumbs__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
}
.breadcrumbs .breadcrumbs__trail .breadcrumbs__crumb a span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #49754c;
}
.breadcrumbs .breadcrumbs__trail .breadcrumbs__crumb a:hover span {
  color: #223623;
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs__trail .breadcrumbs__crumb a:after {
  content: "/";
  color: #49754c;
  font-size: calc(0.75rem * 1);
  margin: 0 0 0 0.75rem;
}
.breadcrumbs .breadcrumbs__trail .breadcrumbs__crumb:last-child span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #223623;
}

.content-area-inner {
  /* Gutenburg Columns -------------------------------- */
  /* Paragraph -------------------------------- */
  /* Preamble -------------------------------- */
  /* Headings -------------------------------- */
  /* Lists -------------------------------- */
  /* Tables -------------------------------- */
  /* Forms -------------------------------- */
  /* Quotes -------------------------------- */
  /* Images -------------------------------- */
  /* Videos -------------------------------- */
  /* Embed -------------------------------- */
  /* Captions -------------------------------- */
  /* Iframe -------------------------------- */
  /* WP-Block Gallery -------------------------------- */
}
.content-area-inner .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #FF0000;
  /* Properties for every container */
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 80em) {
  .content-area-inner .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .content-area-inner .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .content-area-inner .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-area-inner .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF0000;
}
.content-area-inner p {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
.content-area-inner p strong {
  font-weight: 600;
}
.content-area-inner p em {
  font-style: italic;
}
.content-area-inner p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .content-area-inner p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.content-area-inner p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner p a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.content-area-inner p.preamble-primary strong {
  font-weight: 500;
}
.content-area-inner p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.content-area-inner p.sub-heading-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.content-area-inner p.sub-heading-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner p.sub-heading-primary {
    font-size: calc(0.75rem * 0.9);
  }
}
.content-area-inner p.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
.content-area-inner p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.content-area-inner p.preamble-primary strong {
  font-weight: 500;
}
.content-area-inner p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.content-area-inner p.preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner p.preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner p.preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner p.preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.content-area-inner .preamble-primary strong {
  font-weight: 500;
}
.content-area-inner .preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.content-area-inner .preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner .preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner .preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .wp-block-heading {
  color: #000;
}
.content-area-inner h1.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
.content-area-inner h1.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h1.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h1.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .content-area-inner h1.wp-block-heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h1.wp-block-heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
.content-area-inner h2.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.content-area-inner h2.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h2.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h2.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .content-area-inner h2.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h2.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.content-area-inner h3.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.content-area-inner h3.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h3.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h3.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .content-area-inner h3.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h3.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.content-area-inner h4.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
.content-area-inner h4.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h4.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h4.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h4.wp-block-heading {
    font-size: calc(1.625rem * 0.85);
  }
}
.content-area-inner h5.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
.content-area-inner h5.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h5.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h5.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h5.wp-block-heading {
    font-size: calc(1.375rem * 0.85);
  }
}
.content-area-inner h6.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.content-area-inner h6.wp-block-heading strong {
  font-weight: 400;
}
.content-area-inner h6.wp-block-heading a {
  color: #1B2B1C;
}
.content-area-inner h6.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner h6.wp-block-heading {
    font-size: calc(1.25rem * 0.8);
  }
}
.content-area-inner ul, .content-area-inner ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
.content-area-inner ul li, .content-area-inner ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner ul li, .content-area-inner ol li {
    font-size: calc(1rem * 0.95);
  }
}
.content-area-inner ul li a, .content-area-inner ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner ul li a:hover, .content-area-inner ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner ul li a:visited, .content-area-inner ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner ul li a:visited:hover, .content-area-inner ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
.content-area-inner table tr th, .content-area-inner table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
.content-area-inner table tr th strong, .content-area-inner table tr td strong {
  font-weight: 600;
}
.content-area-inner table tr th em, .content-area-inner table tr td em {
  font-style: italic;
}
.content-area-inner table tr th em strong, .content-area-inner table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .content-area-inner table tr th, .content-area-inner table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner table tr th, .content-area-inner table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.content-area-inner table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.content-area-inner table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.content-area-inner table tr td:last {
  white-space: nowrap;
}
.content-area-inner table tr:last-child td {
  border-bottom: 0 !important;
}
.content-area-inner .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.content-area-inner .frm_forms .frm_description p strong {
  font-weight: 600;
}
.content-area-inner .frm_forms .frm_description p em {
  font-style: italic;
}
.content-area-inner .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .content-area-inner .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.content-area-inner .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.content-area-inner .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.content-area-inner .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text], .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email], .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel], .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number], .content-area-inner .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .content-area-inner .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.content-area-inner .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.content-area-inner .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
.content-area-inner .wp-block-quote {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  white-space: break-spaces;
}
.content-area-inner .wp-block-quote strong {
  font-weight: 500;
}
.content-area-inner .wp-block-quote em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .content-area-inner .wp-block-quote {
    font-size: calc(2.25rem * 0.8);
  }
}
.content-area-inner img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.content-area-inner .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .content-area-inner .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-area-inner .wp-block-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.content-area-inner .wp-block-image figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner .wp-block-image figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .wp-block-image figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner .wp-block-image figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.content-area-inner .wp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.content-area-inner .wp-block-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-area-inner .wp-block-embed figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.content-area-inner .wp-block-embed figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner .wp-block-embed figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .wp-block-embed figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner .wp-block-embed figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.content-area-inner .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.content-area-inner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.content-area-inner figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.content-area-inner figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.content-area-inner figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.content-area-inner iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.content-area-inner .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .content-area-inner .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 350;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.overlay.is-closed {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.overlay.is-open {
  visibility: visible;
  opacity: 1;
}

/* body {
    &.is-scrolling {
        #header {
            visibility: hidden;
            opacity: 0;
            display: none;
            transition: $g-transition-default;
        }
    }
} */
body.single-post .content-text p:first-child {
  color: #1B2B1C;
}

.slide-submenu-wrapper .slide-submenu-list .main-menu-link a, .slide-submenu-wrapper .slide-menu-list .main-menu-link a, .slide-menu-wrapper .slide-submenu-list .main-menu-link a, .slide-menu-wrapper .slide-menu-list .main-menu-link a {
  background: transparent;
}
.slide-submenu-wrapper .slide-menu-wrapper-footer, .slide-menu-wrapper .slide-menu-wrapper-footer {
  position: relative;
}
.slide-submenu-wrapper .slide-menu-wrapper-footer:before, .slide-menu-wrapper .slide-menu-wrapper-footer:before {
  position: absolute;
  content: "";
  height: 4.375rem;
  bottom: 100%;
  top: -4.375rem;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(239, 239, 225)), color-stop(50%, rgba(239, 239, 225, 0.5)), to(rgba(239, 239, 225, 0)));
  background: linear-gradient(0deg, rgb(239, 239, 225) 0%, rgba(239, 239, 225, 0.5) 50%, rgba(239, 239, 225, 0) 100%);
}

.slide-menu-wrapper .slide-menu-wrapper-header .slide-menu-title {
  display: none;
}

.slide-submenu-wrapper .slide-menu-wrapper-header .back-btn, .slide-submenu-wrapper .slide-submenu-wrapper-header .back-btn, .slide-menu-wrapper .slide-menu-wrapper-header .back-btn, .slide-menu-wrapper .slide-submenu-wrapper-header .back-btn {
  margin-left: calc(3.75rem / 3 * -1) !important;
  border: 1px solid #FF0000;
}
.slide-submenu-wrapper .slide-menu-wrapper-header .close-btn, .slide-submenu-wrapper .slide-submenu-wrapper-header .close-btn, .slide-menu-wrapper .slide-menu-wrapper-header .close-btn, .slide-menu-wrapper .slide-submenu-wrapper-header .close-btn {
  margin-right: calc(3.75rem / 3 * -1) !important;
  border: 1px solid #FF0000;
}

.mega-menu .mega-menu-links-wrapper .mega-menu-links:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mega-menu .mega-menu-links-wrapper .mega-menu-links:hover .menu-item .child-menu-link:not(:hover) {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mega-menu .mega-menu-links-wrapper .mega-menu-links:hover .menu-item .child-menu-link:not(:hover) .title {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.4;
}

.block-flexible-content.bg-chapter-secondary .sub-heading.subtitle,
.flexible-content.bg-chapter-secondary .sub-heading.subtitle,
.block-posts-grid.bg-chapter-secondary .sub-heading.subtitle,
.block-contact-persons-grid.bg-chapter-secondary .sub-heading.subtitle,
.block-spotlight-grid.bg-chapter-secondary .sub-heading.subtitle {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .heading.title,
.flexible-content.bg-chapter-secondary .heading.title,
.block-posts-grid.bg-chapter-secondary .heading.title,
.block-contact-persons-grid.bg-chapter-secondary .heading.title,
.block-spotlight-grid.bg-chapter-secondary .heading.title {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .description-wrapper .description p,
.flexible-content.bg-chapter-secondary .description-wrapper .description p,
.block-posts-grid.bg-chapter-secondary .description-wrapper .description p,
.block-contact-persons-grid.bg-chapter-secondary .description-wrapper .description p,
.block-spotlight-grid.bg-chapter-secondary .description-wrapper .description p {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .description-wrapper .description p a,
.flexible-content.bg-chapter-secondary .description-wrapper .description p a,
.block-posts-grid.bg-chapter-secondary .description-wrapper .description p a,
.block-contact-persons-grid.bg-chapter-secondary .description-wrapper .description p a,
.block-spotlight-grid.bg-chapter-secondary .description-wrapper .description p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .description-wrapper .description p a:hover,
.flexible-content.bg-chapter-secondary .description-wrapper .description p a:hover,
.block-posts-grid.bg-chapter-secondary .description-wrapper .description p a:hover,
.block-contact-persons-grid.bg-chapter-secondary .description-wrapper .description p a:hover,
.block-spotlight-grid.bg-chapter-secondary .description-wrapper .description p a:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-flexible-content.bg-chapter-secondary .description-wrapper .description p a:visited,
.flexible-content.bg-chapter-secondary .description-wrapper .description p a:visited,
.block-posts-grid.bg-chapter-secondary .description-wrapper .description p a:visited,
.block-contact-persons-grid.bg-chapter-secondary .description-wrapper .description p a:visited,
.block-spotlight-grid.bg-chapter-secondary .description-wrapper .description p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.block-flexible-content.bg-chapter-secondary .description-wrapper .description p a:visited:hover,
.flexible-content.bg-chapter-secondary .description-wrapper .description p a:visited:hover,
.block-posts-grid.bg-chapter-secondary .description-wrapper .description p a:visited:hover,
.block-contact-persons-grid.bg-chapter-secondary .description-wrapper .description p a:visited:hover,
.block-spotlight-grid.bg-chapter-secondary .description-wrapper .description p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper p,
.flexible-content.bg-chapter-secondary .editor-wrapper p,
.block-posts-grid.bg-chapter-secondary .editor-wrapper p,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper p,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper p {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper p a,
.flexible-content.bg-chapter-secondary .editor-wrapper p a,
.block-posts-grid.bg-chapter-secondary .editor-wrapper p a,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper p a,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper p a:hover,
.flexible-content.bg-chapter-secondary .editor-wrapper p a:hover,
.block-posts-grid.bg-chapter-secondary .editor-wrapper p a:hover,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper p a:hover,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper p a:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper p a:visited,
.flexible-content.bg-chapter-secondary .editor-wrapper p a:visited,
.block-posts-grid.bg-chapter-secondary .editor-wrapper p a:visited,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper p a:visited,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper p a:visited:hover,
.flexible-content.bg-chapter-secondary .editor-wrapper p a:visited:hover,
.block-posts-grid.bg-chapter-secondary .editor-wrapper p a:visited:hover,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper p a:visited:hover,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-flexible-content.bg-chapter-secondary .editor-wrapper ul li,
.flexible-content.bg-chapter-secondary .editor-wrapper ul li,
.block-posts-grid.bg-chapter-secondary .editor-wrapper ul li,
.block-contact-persons-grid.bg-chapter-secondary .editor-wrapper ul li,
.block-spotlight-grid.bg-chapter-secondary .editor-wrapper ul li {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .preamble-wrapper p,
.flexible-content.bg-chapter-secondary .preamble-wrapper p,
.block-posts-grid.bg-chapter-secondary .preamble-wrapper p,
.block-contact-persons-grid.bg-chapter-secondary .preamble-wrapper p,
.block-spotlight-grid.bg-chapter-secondary .preamble-wrapper p {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary ul, .block-flexible-content.bg-chapter-secondary ol,
.flexible-content.bg-chapter-secondary ul,
.flexible-content.bg-chapter-secondary ol,
.block-posts-grid.bg-chapter-secondary ul,
.block-posts-grid.bg-chapter-secondary ol,
.block-contact-persons-grid.bg-chapter-secondary ul,
.block-contact-persons-grid.bg-chapter-secondary ol,
.block-spotlight-grid.bg-chapter-secondary ul,
.block-spotlight-grid.bg-chapter-secondary ol {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .contact, .block-flexible-content.bg-chapter-secondary .details,
.flexible-content.bg-chapter-secondary .contact,
.flexible-content.bg-chapter-secondary .details,
.block-posts-grid.bg-chapter-secondary .contact,
.block-posts-grid.bg-chapter-secondary .details,
.block-contact-persons-grid.bg-chapter-secondary .contact,
.block-contact-persons-grid.bg-chapter-secondary .details,
.block-spotlight-grid.bg-chapter-secondary .contact,
.block-spotlight-grid.bg-chapter-secondary .details {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .contact .job-title, .block-flexible-content.bg-chapter-secondary .details .job-title,
.flexible-content.bg-chapter-secondary .contact .job-title,
.flexible-content.bg-chapter-secondary .details .job-title,
.block-posts-grid.bg-chapter-secondary .contact .job-title,
.block-posts-grid.bg-chapter-secondary .details .job-title,
.block-contact-persons-grid.bg-chapter-secondary .contact .job-title,
.block-contact-persons-grid.bg-chapter-secondary .details .job-title,
.block-spotlight-grid.bg-chapter-secondary .contact .job-title,
.block-spotlight-grid.bg-chapter-secondary .details .job-title {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .contact .link, .block-flexible-content.bg-chapter-secondary .details .link,
.flexible-content.bg-chapter-secondary .contact .link,
.flexible-content.bg-chapter-secondary .details .link,
.block-posts-grid.bg-chapter-secondary .contact .link,
.block-posts-grid.bg-chapter-secondary .details .link,
.block-contact-persons-grid.bg-chapter-secondary .contact .link,
.block-contact-persons-grid.bg-chapter-secondary .details .link,
.block-spotlight-grid.bg-chapter-secondary .contact .link,
.block-spotlight-grid.bg-chapter-secondary .details .link {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev,
  .flexible-content.bg-chapter-secondary .swiper .swiper-button-next,
  .flexible-content.bg-chapter-secondary .swiper .swiper-button-prev,
  .block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next,
  .block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev,
  .block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next,
  .block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev,
  .block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next,
  .block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next .icon, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next .label, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .label,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next .label,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .label,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next .label,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev .label,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next .label,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev .label,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next .label,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev .label {
  color: #1B2B1C;
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next .icon, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev .icon {
  color: #1B2B1C;
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next:hover,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next:hover,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next:hover,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover .label, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover .icon, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover .label, .block-flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover .label,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-next:hover .icon,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover .label,
.flexible-content.bg-chapter-secondary .swiper .swiper-button-prev:hover .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .label,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .icon,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .label,
.block-posts-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .label,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .icon,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .label,
.block-contact-persons-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .label,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-next:hover .icon,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .label,
.block-spotlight-grid.bg-chapter-secondary .swiper .swiper-button-prev:hover .icon {
  color: inherit;
}
.block-flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper,
.flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper,
.block-posts-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper,
.block-contact-persons-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper,
.block-spotlight-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper {
  background: #223623 !important;
}
.block-flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper .content-wrapper .short-description-wrapper,
.flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper .content-wrapper .short-description-wrapper,
.block-posts-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .content-wrapper .short-description-wrapper,
.block-contact-persons-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .content-wrapper .short-description-wrapper,
.block-spotlight-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .content-wrapper .short-description-wrapper {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper .icon-wrapper .icon,
.flexible-content.bg-chapter-secondary .link-collection-wrapper .link-wrapper .icon-wrapper .icon,
.block-posts-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .icon-wrapper .icon,
.block-contact-persons-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .icon-wrapper .icon,
.block-spotlight-grid.bg-chapter-secondary .link-collection-wrapper .link-wrapper .icon-wrapper .icon {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a,
.flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a,
.block-posts-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a,
.block-contact-persons-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a,
.block-spotlight-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover,
.flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover,
.block-posts-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover,
.block-contact-persons-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover,
.block-spotlight-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover {
  color: #F6CF52 !important;
}
.block-flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover:after,
.flexible-content.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover:after,
.block-posts-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover:after,
.block-contact-persons-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover:after,
.block-spotlight-grid.bg-chapter-secondary .menu-wrapper .menu .menu-item a:hover:after {
  background: #F6CF52 !important;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper {
  background: #223623;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading {
  color: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading a,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading a,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading a,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading a,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .title-wrapper .heading a {
  color: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading {
  color: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading a,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading a,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading a,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading a,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .content-wrapper .subtitle-wrapper .sub-heading a {
  color: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:hover:after,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:hover:after,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:hover:after,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:hover:after,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:hover:after {
  width: 50%;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a .label {
  color: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.flexible-content.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-posts-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-contact-persons-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after,
.block-spotlight-grid.bg-chapter-secondary .featured-link-wrapper .link-wrapper a:after {
  background: #FFFFFF;
}
.block-flexible-content.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row,
.flexible-content.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row,
.block-posts-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row,
.block-contact-persons-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row,
.block-spotlight-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row {
  border-color: #1B2B1C;
}
.block-flexible-content.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row .trigger,
.flexible-content.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row .trigger,
.block-posts-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row .trigger,
.block-contact-persons-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row .trigger,
.block-spotlight-grid.bg-chapter-secondary .toggle-content-wrapper .toggle-content-row .trigger {
  background: transparent;
}
.block-flexible-content.bg-chapter-secondary .tease-post .content-wrapper .description-wrapper .description .text, .block-flexible-content.bg-chapter-secondary .tease-page .content-wrapper .description-wrapper .description .text,
.flexible-content.bg-chapter-secondary .tease-post .content-wrapper .description-wrapper .description .text,
.flexible-content.bg-chapter-secondary .tease-page .content-wrapper .description-wrapper .description .text,
.block-posts-grid.bg-chapter-secondary .tease-post .content-wrapper .description-wrapper .description .text,
.block-posts-grid.bg-chapter-secondary .tease-page .content-wrapper .description-wrapper .description .text,
.block-contact-persons-grid.bg-chapter-secondary .tease-post .content-wrapper .description-wrapper .description .text,
.block-contact-persons-grid.bg-chapter-secondary .tease-page .content-wrapper .description-wrapper .description .text,
.block-spotlight-grid.bg-chapter-secondary .tease-post .content-wrapper .description-wrapper .description .text,
.block-spotlight-grid.bg-chapter-secondary .tease-page .content-wrapper .description-wrapper .description .text {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link, .block-flexible-content.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link,
.flexible-content.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link,
.flexible-content.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link,
.block-posts-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link,
.block-posts-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link,
.block-contact-persons-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link,
.block-contact-persons-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link,
.block-spotlight-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link,
.block-spotlight-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link .label, .block-flexible-content.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link .label,
.flexible-content.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link .label,
.flexible-content.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link .label,
.block-posts-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link .label,
.block-posts-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link .label,
.block-contact-persons-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link .label,
.block-contact-persons-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link .label,
.block-spotlight-grid.bg-chapter-secondary .tease-post .content-wrapper .title-wrapper .heading .link .label,
.block-spotlight-grid.bg-chapter-secondary .tease-page .content-wrapper .title-wrapper .heading .link .label {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
.flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p strong {
  font-weight: 600;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p em,
.flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p em,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p em,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p em,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p em {
  font-style: italic;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p em strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p em strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p em strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p em strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_error_style p,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_error_style p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_primary_label,
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container label,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_primary_label,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container label,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_primary_label,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container label,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_primary_label,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container label,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_primary_label,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container label {
  color: #FFF !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a:hover,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a:hover,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a:hover,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a:hover,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_form_field a:hover {
  color: #FFFFFF !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_error,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_error,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_error,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_error,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_error {
  color: #F7F7EE !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 20% !important;
  min-width: auto !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button],
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button],
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button],
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button],
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button] {
  border-color: #F7F7EE !important;
  background-color: #223623;
  border-width: 1px;
  color: #F7F7EE !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back {
  border-color: #F7F7EE;
  background-color: #F7F7EE !important;
  color: #1B2B1C !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button],
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button],
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button],
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button],
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button] {
  border-color: #F7F7EE;
  background-color: #F7F7EE !important;
  color: #1B2B1C !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after {
  background: #F7F7EE !important;
  height: 1px !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  font-size: calc(0.75rem * 0.75) !important;
  color: #FFFFFF;
  margin-top: 0.25rem !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper {
  padding: 0rem 1.25rem !important;
  margin: 25px 0 !important;
  background: #FFFFFF !important;
  border: 0 !important;
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #F7F7EE !important;
  color: #1B2B1C !important;
  border: 0 !important;
  padding: 0 !important;
  height: calc(calc(3.75rem * 1.15) * 0.75) !important;
  width: calc(calc(3.75rem * 1.15) * 0.75) !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn span,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn span,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn span,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn span,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn span {
  display: none;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn .frm-icon,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn .frm-icon,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn .frm-icon,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn .frm-icon,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm-edit-page-btn .frm-icon {
  width: 20px;
  height: 20px;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images {
  width: 100% !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images .frm_text_label_for_image,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images .frm_text_label_for_image,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images .frm_text_label_for_image,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images .frm_text_label_for_image,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images .frm_text_label_for_image {
  text-align: left;
  padding: 0 !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images img,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images img,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images img,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images img,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper .frm_show_images img {
  display: none;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th strong, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td strong {
  font-weight: 600;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em {
  font-style: italic;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em strong, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em strong,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em strong,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em strong,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th em strong,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
  .block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td:last,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td:last,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td:last,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td:last,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr td:last {
  white-space: nowrap;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td {
  border-bottom: 0 !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child {
  border-bottom: 0 !important;
}
.block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td, .block-flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child th,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.flexible-content.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child th,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-posts-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child th,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-contact-persons-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child th,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child td,
.block-spotlight-grid.bg-chapter-secondary .frm_forms .frm_fields_container .frm-summary-page-wrapper table tr:last-child th {
  border-bottom: 0 !important;
}

body .block-flexible-content .block-content .swiper, body .block-posts-grid .block-content .swiper, body .block-related-posts .block-content .swiper, body .block-spotlight-grid .block-content .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
body .block-flexible-content .block-content .swiper .swiper-wrapper, body .block-posts-grid .block-content .swiper .swiper-wrapper, body .block-related-posts .block-content .swiper .swiper-wrapper, body .block-spotlight-grid .block-content .swiper .swiper-wrapper {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}
body .block-flexible-content .block-content .swiper.slide-outside, body .block-posts-grid .block-content .swiper.slide-outside, body .block-related-posts .block-content .swiper.slide-outside, body .block-spotlight-grid .block-content .swiper.slide-outside {
  overflow: visible;
}
body .block-flexible-content .block-content .swiper .swiper-button-next, body .block-flexible-content .block-content .swiper .swiper-button-prev, body .block-posts-grid .block-content .swiper .swiper-button-next, body .block-posts-grid .block-content .swiper .swiper-button-prev, body .block-related-posts .block-content .swiper .swiper-button-next, body .block-related-posts .block-content .swiper .swiper-button-prev, body .block-spotlight-grid .block-content .swiper .swiper-button-next, body .block-spotlight-grid .block-content .swiper .swiper-button-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  margin-top: -1.5625rem;
  top: 30%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .block-flexible-content .block-content .swiper .swiper-button-next, body .block-flexible-content .block-content .swiper .swiper-button-prev, body .block-posts-grid .block-content .swiper .swiper-button-next, body .block-posts-grid .block-content .swiper .swiper-button-prev, body .block-related-posts .block-content .swiper .swiper-button-next, body .block-related-posts .block-content .swiper .swiper-button-prev, body .block-spotlight-grid .block-content .swiper .swiper-button-next, body .block-spotlight-grid .block-content .swiper .swiper-button-prev {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body .block-flexible-content .block-content .swiper .swiper-button-next .icon, body .block-flexible-content .block-content .swiper .swiper-button-prev .icon, body .block-posts-grid .block-content .swiper .swiper-button-next .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev .icon, body .block-related-posts .block-content .swiper .swiper-button-next .icon, body .block-related-posts .block-content .swiper .swiper-button-prev .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-next .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body .block-flexible-content .block-content .swiper .swiper-button-next .label, body .block-flexible-content .block-content .swiper .swiper-button-prev .label, body .block-posts-grid .block-content .swiper .swiper-button-next .label, body .block-posts-grid .block-content .swiper .swiper-button-prev .label, body .block-related-posts .block-content .swiper .swiper-button-next .label, body .block-related-posts .block-content .swiper .swiper-button-prev .label, body .block-spotlight-grid .block-content .swiper .swiper-button-next .label, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .label {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-next .icon, body .block-flexible-content .block-content .swiper .swiper-button-prev .icon, body .block-posts-grid .block-content .swiper .swiper-button-next .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev .icon, body .block-related-posts .block-content .swiper .swiper-button-next .icon, body .block-related-posts .block-content .swiper .swiper-button-prev .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-next .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .icon {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-next:hover, body .block-flexible-content .block-content .swiper .swiper-button-prev:hover, body .block-posts-grid .block-content .swiper .swiper-button-next:hover, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover, body .block-related-posts .block-content .swiper .swiper-button-next:hover, body .block-related-posts .block-content .swiper .swiper-button-prev:hover, body .block-spotlight-grid .block-content .swiper .swiper-button-next:hover, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover {
  background: #253b26 !important;
  border-color: #253b26;
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-next:hover .label, body .block-flexible-content .block-content .swiper .swiper-button-next:hover .icon, body .block-flexible-content .block-content .swiper .swiper-button-prev:hover .label, body .block-flexible-content .block-content .swiper .swiper-button-prev:hover .icon, body .block-posts-grid .block-content .swiper .swiper-button-next:hover .label, body .block-posts-grid .block-content .swiper .swiper-button-next:hover .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover .label, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover .icon, body .block-related-posts .block-content .swiper .swiper-button-next:hover .label, body .block-related-posts .block-content .swiper .swiper-button-next:hover .icon, body .block-related-posts .block-content .swiper .swiper-button-prev:hover .label, body .block-related-posts .block-content .swiper .swiper-button-prev:hover .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-next:hover .label, body .block-spotlight-grid .block-content .swiper .swiper-button-next:hover .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover .label, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover .icon {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-next.swiper-button-disabled, body .block-flexible-content .block-content .swiper .swiper-button-prev.swiper-button-disabled, body .block-posts-grid .block-content .swiper .swiper-button-next.swiper-button-disabled, body .block-posts-grid .block-content .swiper .swiper-button-prev.swiper-button-disabled, body .block-related-posts .block-content .swiper .swiper-button-next.swiper-button-disabled, body .block-related-posts .block-content .swiper .swiper-button-prev.swiper-button-disabled, body .block-spotlight-grid .block-content .swiper .swiper-button-next.swiper-button-disabled, body .block-spotlight-grid .block-content .swiper .swiper-button-prev.swiper-button-disabled {
  display: none;
}
body .block-flexible-content .block-content .swiper .swiper-button-next, body .block-posts-grid .block-content .swiper .swiper-button-next, body .block-related-posts .block-content .swiper .swiper-button-next, body .block-spotlight-grid .block-content .swiper .swiper-button-next {
  right: 2rem;
}
body .block-flexible-content .block-content .swiper .swiper-button-next:after, body .block-posts-grid .block-content .swiper .swiper-button-next:after, body .block-related-posts .block-content .swiper .swiper-button-next:after, body .block-spotlight-grid .block-content .swiper .swiper-button-next:after {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-prev, body .block-posts-grid .block-content .swiper .swiper-button-prev, body .block-related-posts .block-content .swiper .swiper-button-prev, body .block-spotlight-grid .block-content .swiper .swiper-button-prev {
  left: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .block-flexible-content .block-content .swiper .swiper-button-prev, body .block-posts-grid .block-content .swiper .swiper-button-prev, body .block-related-posts .block-content .swiper .swiper-button-prev, body .block-spotlight-grid .block-content .swiper .swiper-button-prev {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body .block-flexible-content .block-content .swiper .swiper-button-prev .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev .icon, body .block-related-posts .block-content .swiper .swiper-button-prev .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body .block-flexible-content .block-content .swiper .swiper-button-prev .label, body .block-posts-grid .block-content .swiper .swiper-button-prev .label, body .block-related-posts .block-content .swiper .swiper-button-prev .label, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .label {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-prev .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev .icon, body .block-related-posts .block-content .swiper .swiper-button-prev .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev .icon {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-prev:hover, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover, body .block-related-posts .block-content .swiper .swiper-button-prev:hover, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover {
  background: #253b26 !important;
  border-color: #253b26;
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-prev:hover .label, body .block-flexible-content .block-content .swiper .swiper-button-prev:hover .icon, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover .label, body .block-posts-grid .block-content .swiper .swiper-button-prev:hover .icon, body .block-related-posts .block-content .swiper .swiper-button-prev:hover .label, body .block-related-posts .block-content .swiper .swiper-button-prev:hover .icon, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover .label, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:hover .icon {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-prev:after, body .block-posts-grid .block-content .swiper .swiper-button-prev:after, body .block-related-posts .block-content .swiper .swiper-button-prev:after, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:after {
  color: #FFF !important;
}
body .block-flexible-content .block-content .swiper .swiper-button-next:after, body .block-flexible-content .block-content .swiper .swiper-button-prev:after, body .block-posts-grid .block-content .swiper .swiper-button-next:after, body .block-posts-grid .block-content .swiper .swiper-button-prev:after, body .block-related-posts .block-content .swiper .swiper-button-next:after, body .block-related-posts .block-content .swiper .swiper-button-prev:after, body .block-spotlight-grid .block-content .swiper .swiper-button-next:after, body .block-spotlight-grid .block-content .swiper .swiper-button-prev:after {
  font-size: 1.875rem !important;
}
body .block-flexible-content .block-content .swiper .swiper-scrollbar, body .block-posts-grid .block-content .swiper .swiper-scrollbar, body .block-related-posts .block-content .swiper .swiper-scrollbar, body .block-spotlight-grid .block-content .swiper .swiper-scrollbar {
  display: none;
  margin-bottom: -4rem;
}

.pswp__caption {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-align: center;
}

.pswp__short-description {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  color: #fff;
  width: 20vw;
  padding: 7.5rem 5rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-weight: 600;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .pswp__short-description {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .pswp__short-description {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .pswp__short-description {
    padding: 3.75rem 6vw;
  }
}
.pswp__short-description strong {
  font-weight: 600;
}
.pswp__short-description em {
  font-style: italic;
}
.pswp__short-description em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .pswp__short-description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .pswp__short-description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (max-width: 80em) {
  .pswp__short-description {
    width: 50vw;
  }
}
@media only screen and (max-width: 64em) {
  .pswp__short-description {
    width: 100%;
  }
}

.featured-content-box-25 {
  position: relative;
}
.featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper {
  padding: 7.5rem 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper {
    padding: 7.5rem 5rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper {
    padding: 3.75rem 6vw;
  }
}
.featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 22vw;
}
@media only screen and (min-width: 120.0625em) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
    min-width: 22vw;
  }
}
@media only screen and (max-width: 120em) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
    max-width: 25vw;
  }
}
@media only screen and (max-width: 100em) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
    max-width: 30vw;
  }
}
@media only screen and (max-width: 80em) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
    max-width: 100vw;
  }
}
@media only screen and (max-width: 64em) {
  .featured-content-box-25 .flexible-content-featured_content .featured-content-wrapper .featured-content-inner-wrapper {
    max-width: 100vw;
  }
}

.swiper .swiper-wrapper.grid {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.block.custom-slider-services .block-content .featured-content-wrapper .content-wrapper {
  padding-right: 1.5rem;
}
.block.custom-slider-customers .block-header {
  padding-bottom: 0 !important;
}
.block.custom-slider-customers .swiper {
  min-height: 8.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0 !important;
}
.block.custom-slider-customers .swiper .swiper-button-next, .block.custom-slider-customers .swiper .swiper-button-prev {
  display: none !important;
}
.block.custom-slider-customers .swiper .col {
  width: auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.block.custom-slider-customers .swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block.custom-slider-customers .swiper .tease-company .image-responsive-wrapper .image .svg svg, .block.custom-slider-customers .swiper .tease-company .image-responsive-wrapper .image .svg g {
  fill: #FFFFFF !important;
}
.block.custom-slider-customers .swiper .tease-company .content-wrapper {
  display: none !important;
}
.block.custom-slider-customers .swiper .tease-company .actions-wrapper {
  display: none !important;
}

.block.custom-brands-grid .block-content .tease-company {
  border: 1px solid #F7F7EE;
  border-radius: 0.375rem;
  padding: 3.125rem 2.1875rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .block.custom-brands-grid .block-content .tease-company {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block.custom-brands-grid .block-content .tease-company {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block.custom-brands-grid .block-content .tease-company {
    padding: 2.9375rem 6vw;
  }
}
.block.custom-brands-grid .block-content .tease-company .link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block.custom-brands-grid .block-content .tease-company .content-wrapper {
  display: none !important;
}
.block.custom-brands-grid .block-content .tease-company .actions-wrapper {
  display: none !important;
}

.block.custom-slider-courses .swiper .swiper-slide .item {
  overflow: hidden;
}
.block.custom-slider-courses .swiper .swiper-slide .item-content-wrapper {
  overflow: hidden !important;
}
.block.custom-slider-courses .swiper .swiper-slide img {
  -webkit-filter: sepia(0);
          filter: sepia(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.05;
          transition-delay: 0.05;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.block.custom-slider-courses .swiper .swiper-slide .item-content {
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
  opacity: 0;
  visibility: hidden;
}
.block.custom-slider-courses .swiper .swiper-slide.swiper-slide-active .item-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.block.custom-slider-courses .swiper .swiper-slide.swiper-slide-active img {
  -webkit-filter: sepia(0);
          filter: sepia(0);
}

.block.custom-slider-posts .swiper .swiper-slide img {
  -webkit-filter: sepia(0);
          filter: sepia(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition-delay: 0.05;
          transition-delay: 0.05;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
.block.custom-slider-posts .swiper .swiper-slide.swiper-slide-active img {
  -webkit-filter: sepia(0);
          filter: sepia(0);
}

.block.block-featured .featured-image-wrapper .featured-overlay-left, .block.block-featured .featured-video-wrapper .featured-overlay-left {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.block.block-featured .featured-image-wrapper .featured-overlay-right, .block.block-featured .featured-video-wrapper .featured-overlay-right {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.block.block-featured .featured-image-wrapper .featured-overlay-top, .block.block-featured .featured-video-wrapper .featured-overlay-top {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1000%;
  height: 25%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.block.block-featured .featured-image-wrapper .featured-overlay-bottom, .block.block-featured .featured-video-wrapper .featured-overlay-bottom {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1000%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.block.block-featured-overlay-bottom-left .featured-image-wrapper .featured-overlay-left, .block.block-featured-overlay-bottom-left .featured-video-wrapper .featured-overlay-left {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-bottom-left .featured-image-wrapper .featured-overlay-bottom, .block.block-featured-overlay-bottom-left .featured-video-wrapper .featured-overlay-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top-bottom-left .featured-image-wrapper .featured-overlay-left, .block.block-featured-overlay-top-bottom-left .featured-video-wrapper .featured-overlay-left {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top-bottom-left .featured-image-wrapper .featured-overlay-bottom, .block.block-featured-overlay-top-bottom-left .featured-video-wrapper .featured-overlay-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top-bottom-left .featured-image-wrapper .featured-overlay-top, .block.block-featured-overlay-top-bottom-left .featured-video-wrapper .featured-overlay-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top .featured-image-wrapper .featured-overlay-top, .block.block-featured-overlay-top .featured-video-wrapper .featured-overlay-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-bottom .featured-image-wrapper .featured-overlay-bottom, .block.block-featured-overlay-bottom .featured-video-wrapper .featured-overlay-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top-bottom .featured-image-wrapper .featured-overlay-bottom, .block.block-featured-overlay-top-bottom .featured-video-wrapper .featured-overlay-bottom {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.block.block-featured-overlay-top-bottom .featured-image-wrapper .featured-overlay-top, .block.block-featured-overlay-top-bottom .featured-video-wrapper .featured-overlay-top {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.block.block-posts-grid .tease-post .image-responsive-wrapper img {
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
.block.block-posts-grid .tease-post .image-responsive-wrapper .image-overlay {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.75 ease;
  transition: all 0.75 ease;
}
.block.block-posts-grid .tease-post .image-responsive-wrapper:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.block.block-posts-grid .tease-post .image-responsive-wrapper:hover .image-overlay {
  visibility: visible;
  opacity: 1;
}

@-webkit-keyframes sw_btn_extra_focus {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 1;
  }
}

@keyframes sw_btn_extra_focus {
  50% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
  99% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.001, 0.001);
            transform: scale(0.001, 0.001);
    opacity: 1;
  }
}
.btn-text-icon-solid-secondary:before, .btn-icon-solid-secondary:before {
  content: "";
  background-color: aliceblue;
  border-radius: calc(0.375rem * 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.0005, 0.0005);
          transform: scale(0.0005, 0.0005);
}
.btn-text-icon-solid-secondary:focus, .btn-icon-solid-secondary:focus {
  outline: 0;
  color: #fff;
}
.btn-text-icon-solid-secondary:focus:before, .btn-icon-solid-secondary:focus:before {
  -webkit-animation: sw_btn_extra_focus 0.65s ease-out;
          animation: sw_btn_extra_focus 0.65s ease-out;
}

.block.block-featured-image-video-sepia .featured-video-wrapper .featured-video, .block.block-featured-image-video-sepia .featured-video-wrapper img, .block.block-featured-image-video-sepia .featured-image-wrapper .featured-video, .block.block-featured-image-video-sepia .featured-image-wrapper img {
  -webkit-filter: sepia(20%) contrast(100%);
          filter: sepia(20%) contrast(100%);
}

.block-featured.box-column-color:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 65%;
  width: 50%;
  z-index: 200;
  background-color: #1B2B1C;
  border-radius: 0 0 calc(0.375rem * 0.5) 0;
}
@media only screen and (min-width: 120.0625em) {
  .block-featured.box-column-color:after {
    height: 65%;
  }
}
@media only screen and (max-width: 100em) {
  .block-featured.box-column-color:after {
    height: 70%;
  }
}
@media only screen and (max-width: 47.9375em) {
  .block-featured.box-column-color:after {
    width: 100%;
    height: 55%;
    bottom: 0;
  }
}

.block.bg-custom-1 {
  position: relative;
}
.block.bg-custom-1:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 100%;
  background-image: url("https://preview.arly.se/bsgk/wp-content/uploads/2023/12/topography.svg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.75;
}
.block.bg-custom-1 .block-header, .block.bg-custom-1 .block-content, .block.bg-custom-1 .block-footer {
  z-index: 500;
}

body .tribe-common .tribe-common-l-container {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90vw !important;
  max-width: 90vw !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 80em) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 80em) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}
@media only screen and (max-width: 64em) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw !important;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  row-gap: 0;
  margin-top: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  body .tribe-common .tribe-common-l-container .tribe-events-header {
    margin-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  body .tribe-common .tribe-common-l-container .tribe-events-header {
    margin-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header {
    margin-top: calc(5rem * 0.25);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar {
  border-radius: 0.375rem;
  margin-bottom: 0;
  height: 8.75rem;
  min-height: 0rem;
  padding: 0.9375rem 2rem;
  padding-left: 2vw;
  padding-right: 2vw;
  gap: 2rem;
  border: 0 !important;
}
@media only screen and (max-width: 80em) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar {
    padding: 0.9375rem 6vw;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 2.5rem !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-container .tribe-events-c-search__input-group .tribe-common-form-control-text input input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__search-button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector .tribe-events-c-view-selector__button {
  height: 3.75rem;
  width: 3.75rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content {
  padding: 0 !important;
  border-radius: 0.375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content {
    padding: 20px 15px !important;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list {
  margin: 0;
  list-style: none;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text strong {
  font-weight: 600;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text em {
  font-style: italic;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li a .tribe-events-c-view-selector__list-item-text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-header__events-bar .tribe-events-c-events-bar__views .tribe-events-c-view-selector__content .tribe-events-c-view-selector__list li.tribe-events-c-view-selector__list-item--active a .tribe-events-c-view-selector__list-item-text {
  font-weight: 600;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar {
  border-radius: 0.375rem;
  background-color: #FFFFFF;
  min-height: 0rem;
  padding: 0.9375rem 2rem;
  padding-left: 2vw;
  padding-right: 2vw;
  background: #1B2B1C;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar {
    padding: 0.9375rem 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar {
    padding-left: 4vw !important;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__nav {
  display: none !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker {
  padding-left: 2vw;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button {
  font-family: Inter;
  color: #FFFFFF;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .tribe-events-c-top-bar__datepicker-button .tribe-common-c-svgicon__svg-fill {
  fill: #FFFFFF !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown {
  border: 0 !important;
  gap: 0.25rem;
  row-gap: 0.25rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .table-condensed {
  width: 100%;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .datepicker-switch {
  font-family: Inter;
  font-weight: 500;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day {
  font-family: Inter;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.active, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.active {
  background: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.active.focused, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.active.focused {
  background: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.active.current, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.active.current {
  background: #1B2B1C !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.active.current:hover, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.active.current:hover {
  background: #1B2B1C !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month:hover, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day:hover {
  background: #F7F7EE;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.current, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.current {
  background: #EFEFE1;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .month.current:hover, body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day.current:hover {
  background: #EFEFE1 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-header .tribe-events-c-top-bar .tribe-events-c-top-bar__datepicker .datepicker-dropdown .day {
  border-radius: 6px;
  border: 0 !important;
  width: 3.75rem !important;
  height: 2rem !important;
  padding: 0 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month {
  background-color: #FFFFFF;
  border-radius: 6px;
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month {
    padding: 1.25rem 1.5625rem;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar {
  background-color: #EFEFE1;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__multiday-event-bar .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #EFEFE1;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__header {
  padding-top: 2vw;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column-title {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-bottom: 0 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column-title strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__header .tribe-events-calendar-month__header-column-title {
    font-size: calc(0.75rem * 0.9);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__body .tribe-events-calendar-month__week {
    border-top: 1px solid #F7F7EE;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date strong {
  font-weight: 400;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date a {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
    font-size: calc(1.625rem * 0.85);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
    font-family: EB_Garamond;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: -0.015em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    color: #1B2B1C;
    font-size: 1rem;
    line-height: 1.35em;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date strong {
    font-weight: 400;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date a {
    color: #1B2B1C;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date i {
    font-style: italic;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__day-date {
    font-size: calc(1rem * 1);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell .tribe-events-calendar-month__mobile-events-icon {
  background: #F6CF52 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day .tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--selected {
  background: #EFEFE1 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day {
    height: 3.75rem;
    min-height: 3.75rem;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month .tribe-events-calendar-month__day--current {
  background: #F7F7EE;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day {
  row-gap: 0.75rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker .tribe-events-c-day-marker__date {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-bottom: 0 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker .tribe-events-c-day-marker__date strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-c-day-marker .tribe-events-c-day-marker__date {
    font-size: calc(0.75rem * 0.9);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  padding-left: 2vw;
  padding-right: 2vw;
  border-radius: 0.375rem;
  background: #FFFFFF;
  margin-top: 0.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event {
    padding: 1.25rem 1.5625rem;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-family: Inter;
  font-size: calc(0.75rem * 0.85);
  letter-spacing: 0.094rem;
  color: #5d5d5d !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-title strong {
  font-weight: 400;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-mobile-events .tribe-events-calendar-month-mobile-events__mobile-day .tribe-events-calendar-month-mobile-events__mobile-event-details .tribe-events-calendar-month-mobile-events__mobile-event-title {
    font-size: calc(1.375rem * 0.85);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-bottom: 0;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text strong,
body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__month-separator .tribe-events-calendar-day__time-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator .tribe-events-calendar-day__time-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-list__month-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__type-separator-text,
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text {
    font-size: calc(0.75rem * 0.9);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 0.75rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details {
  padding: 0;
  padding-right: 3vw !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details {
    padding-right: 0 !important;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper {
  font-family: Inter;
  font-size: calc(0.75rem * 0.85);
  letter-spacing: 0.094rem;
  margin-top: 0.25rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime {
  color: #5d5d5d !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title strong {
  font-weight: 400;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title a {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title i, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title i, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title i, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-events-calendar-list__event .tribe-events-calendar-day__event-details .tribe-events-calendar-list__event-header .tribe-events-calendar-list__event-title {
    font-size: calc(1.625rem * 0.85);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row {
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0.375rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-day__event, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row.tribe-events-calendar-list__event-row, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row.tribe-events-calendar-day__event {
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  padding-left: 2vw !important;
  padding-right: 2vw !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-list__event-row, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row.tribe-events-calendar-day__event, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row.tribe-events-calendar-list__event-row, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row.tribe-events-calendar-day__event {
    padding: 1.25rem 1.5625rem;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-common-g-col, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-common-g-col {
  padding: 0;
  margin: 0;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-day__event-featured-image-wrapper, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-day__event-featured-image-wrapper {
  padding: 0;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag {
  padding-left: 0 !important;
  padding-right: 2vw !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-weekday {
  font-family: Inter;
  font-size: calc(0.75rem * 0.85);
  letter-spacing: 0.094rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 3.25rem !important;
  line-height: 1.35em;
  margin-top: 0;
  margin-bottom: 0;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum strong {
  font-weight: 400;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum a {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum i, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: calc(3.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: calc(3.25rem * 0.65) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-family: EB_Garamond;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: -0.015em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    color: #1B2B1C;
    font-size: 1.375rem;
    line-height: 1.35em;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum strong, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum strong {
    font-weight: 400;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum a {
    color: #1B2B1C;
  }
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum i, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum i {
    font-style: italic;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-calendar-list .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum, body .tribe-common .tribe-common-l-container .tribe-events-calendar-day .tribe-common-g-row .tribe-events-calendar-list__event-date-tag .tribe-events-calendar-list__event-date-tag-daynum {
    font-size: calc(1.375rem * 0.85);
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav {
  border-top: 0;
  margin-top: 0.75rem;
  padding-top: 1rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list {
  margin: 0 !important;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a .label, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a:hover:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item a:hover:after {
  width: 50%;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled .label, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled .label, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled .label, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled:hover:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-list-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled:hover:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__prev:disabled:hover:after, body .tribe-common .tribe-common-l-container .tribe-events-calendar-month-nav .tribe-events-c-nav__list .tribe-events-c-nav__list-item .tribe-events-c-nav__next:disabled:hover:after {
  width: 50%;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #F7F7EE;
  border-color: #F7F7EE;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  border-radius: 0.375rem !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
    white-space: nowrap;
  }
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .label {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .icon {
  color: #1B2B1C;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  background: white;
  border-color: white;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover .label, body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover .icon {
  color: #111b12;
}
body .tribe-common .tribe-common-l-container .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0.375rem !important;
}
body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message {
  background: #EFEFE1;
  border-radius: 0.375rem;
  padding-left: 2vw;
  padding-right: 2vw;
  height: 8.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 80em) {
  body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message {
    height: calc(8.75rem * 0.8) !important;
  }
}
body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message .tribe-events-c-messages__message-list {
  list-style: none;
  margin: 0;
}
body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message .tribe-events-c-messages__message-list li {
  color: #1B2B1C;
}
body .tribe-common .tribe-events-header__messages .tribe-events-c-messages__message svg {
  display: none;
}
body .tribe-common .tribe-common-c-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-c-btn {
    white-space: nowrap;
  }
}
body .tribe-common .tribe-common-c-btn .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tribe-common .tribe-common-c-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
body .tribe-common .tribe-common-c-btn .label {
  color: #FFF !important;
}
body .tribe-common .tribe-common-c-btn .icon {
  color: #FFF !important;
}
body .tribe-common .tribe-common-c-btn:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body .tribe-common .tribe-common-c-btn:hover .label, body .tribe-common .tribe-common-c-btn:hover .icon {
  color: #FFF;
}
body .tribe-common .tribe-common-c-btn:hover {
  border-radius: calc(0.375rem * 0.5) !important;
  font-size: 0.75rem !important;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem !important;
  border: 1px solid #223623;
}
body .tribe-common .tribe-common-c-btn-border-small {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
  font-size: calc(0.75rem * 0.85) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.094rem !important;
  padding: 0.45rem 1rem !important;
  color: #FFF !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .tribe-common .tribe-common-c-btn-border-small {
    white-space: nowrap;
  }
}
body .tribe-common .tribe-common-c-btn-border-small .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body .tribe-common .tribe-common-c-btn-border-small .label {
  color: #F7F7EE;
}
body .tribe-common .tribe-common-c-btn-border-small:hover {
  background: #223623;
  border-color: #223623;
}
body .tribe-common .tribe-common-c-btn-border-small:hover .label {
  color: #F7F7EE;
}
body .tribe-common .tribe-common-c-btn-border-small .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body .tribe-common .tribe-common-c-btn-border-small:hover {
  color: #1B2B1C !important;
}
body.single-tribe_events .content-area-inner {
  padding-top: 0 !important;
}
body.single-tribe_events .tribe-events-pg-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 8.75rem;
  margin: 0 !important;
  background: #F7F7EE;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5vw;
  margin-right: 5vw;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a:hover:after {
  width: 50%;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a .label {
  color: #000000;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a:after {
  background: #000000;
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-back a {
    margin: 0 !important;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  margin: 0;
  text-shadow: none;
  background: #EFEFE1;
  border: 0;
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #1B2B1C;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-notices ul li {
  color: #1B2B1C !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56.25rem !important;
  padding-top: calc(8.75rem * 0.5);
  margin-top: 0 !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title strong {
  font-weight: 400;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title a {
  color: #1B2B1C;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-single-event-title {
    padding-top: calc(8.75rem * 0.5);
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime strong {
  font-weight: 600;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime em {
  font-style: italic;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__time, body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__date {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  color: #1B2B1C;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__time strong, body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__date strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__time, body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe-events-schedule .tribe-events-schedule__datetime .tribe-events-schedule__date {
    font-size: calc(0.75rem * 0.9);
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56.25rem !important;
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  font-weight: 500;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title strong {
  font-weight: 600;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title em {
  font-style: italic;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-block__organizer__details .tribe-block__organizer__title {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  display: block;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
    white-space: nowrap;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .label {
  color: #1B2B1C;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  background: #223623;
  border-color: #223623;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover .label {
  color: #FFFFFF;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover {
  color: #FFFFFF !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover svg {
  fill: #FFFFFF !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-common-c-svgicon--cal-export {
  display: none !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single .tribe_events .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__content .tribe-events-c-subscribe-dropdown__list {
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0.375rem !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
  /* Properties for every container */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 56.25rem !important;
  padding-bottom: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 80em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer {
    padding-bottom: calc(5rem * 0.5);
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer:after, body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer:before {
  display: none !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:hover:after {
  width: 50%;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a .label {
  color: #000000;
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a:after {
  background: #000000;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a {
    font-size: 0.85rem !important;
  }
}
body.single-tribe_events .tribe-events-pg-template .tribe-events-single #tribe-events-footer .tribe-events-sub-nav li a span {
  display: none;
}

.column.column-custom-sidebar {
  background: #EFEFE1;
  border-radius: 0.375rem;
  padding: 3.125rem 2.1875rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .column.column-custom-sidebar {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .column.column-custom-sidebar {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .column.column-custom-sidebar {
    padding: 2.9375rem 6vw;
  }
}
.column.column-custom-sidebar.bg-tertiary-default {
  background: #EFEFE1 !important;
}
.column.column-custom-sidebar.bg-tertiary-light {
  background: #F7F7EE !important;
}
.column.column-custom-sidebar.bg-fourthiary-light {
  background: #FFFFFF !important;
}

.column.column-custom-image-pattern .flexible-content-image .image {
  position: relative;
}
@media only screen and (max-width: 47.9375em) {
  .column.column-custom-image-pattern .flexible-content-image .image {
    margin-top: -1px;
  }
}
.column.column-custom-image-pattern .flexible-content-image .image .svg svg {
  width: 100% !important;
}
@media only screen and (max-width: 47.9375em) {
  .column.column-custom-image-pattern .flexible-content-image .image .svg svg {
    width: auto !important;
  }
}

.box-content-tertiary {
  background: #EFEFE1;
  border-radius: 0.375rem;
  padding: 3.125rem 2.1875rem;
  color: #1B2B1C;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .box-content-tertiary {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .box-content-tertiary {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .box-content-tertiary {
    padding: 2.9375rem 6vw;
  }
}
.box-content-tertiary strong {
  font-weight: 600;
}
.box-content-tertiary em {
  font-style: italic;
}
.box-content-tertiary em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .box-content-tertiary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .box-content-tertiary {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.box-content-tertiary-light {
  background: #F7F7EE;
  border-radius: 0.375rem;
  padding: 3.125rem 2.1875rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .box-content-tertiary-light {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .box-content-tertiary-light {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .box-content-tertiary-light {
    padding: 2.9375rem 6vw;
  }
}

.greenfee-table {
  border: 1px solid #000;
}

.block.block-course-guide .code-wrapper div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vh !important;
}

.footer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  width: 100%;
}
.footer-form .flexible-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0.75rem;
}
.footer-form .frm_forms,
.footer-form .frm_forms fieldset {
  width: 100%;
}
.footer-form .frm_form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-form .frm_form_fields .frm_fields_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .footer-form .frm_form_fields .frm_fields_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-form .frm_form_fields .frm_fields_container .frm_form_field {
  width: 100%;
}
.footer-form .frm_form_fields .frm_fields_container .frm_form_field input {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer-form .frm_form_fields .frm_fields_container .frm_submit {
  margin-top: 0 !important;
  gap: 0 !important;
  padding-top: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .footer-form .frm_form_fields .frm_fields_container .frm_submit {
    margin-top: 1rem !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    width: 100% !important;
  }
}
.footer-form .frm_form_fields .frm_fields_container .frm_submit button {
  margin: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .footer-form .frm_form_fields .frm_fields_container .frm_submit button {
    width: 100% !important;
  }
}

@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .footer .menu-wrapper .subtitle-wrapper .sub-heading, .footer .menu-wrapper .subtitle-wrapper .heading, .footer .menu-wrapper .title-wrapper .sub-heading, .footer .menu-wrapper .title-wrapper .heading {
    text-align: center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .footer .fc-menu .menu-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.attention-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  max-width: 100%;
  width: 100vw;
  min-height: calc(8.75rem * 1);
}
.attention-bar .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 26s linear infinite;
          animation: marquee 26s linear infinite;
}
.attention-bar .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.attention-bar .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
  white-space: nowrap;
  margin: 0 3.75rem;
  font-style: italic !important;
}
.attention-bar .item strong {
  font-weight: 400;
}
.attention-bar .item a {
  color: #1B2B1C;
}
.attention-bar .item i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .attention-bar .item {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .attention-bar .item {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
.attention-bar .item strong {
  margin-right: 0.625rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .attention-bar {
    height: calc(8.75rem * 1);
  }
}

.footer-logo-group {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-logo-group img {
  opacity: 0.5;
  max-width: 80%;
}

.heading-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7rem;
}
.heading-custom .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.heading-custom .heading:after {
  position: absolute;
  content: " ";
  width: 10rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #1B2B1C;
  bottom: -7rem;
}

.heading-custom-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.heading-custom-medium .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.heading-custom-medium .heading:after {
  position: absolute;
  content: " ";
  width: 10rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #1B2B1C;
  bottom: -2rem;
}

.frm_dropzone .dz-preview .dz-image img {
  display: inline-block !important;
  margin: 0 auto !important;
  width: auto !important;
  padding: 15px !important;
  min-width: 0 !important;
  max-height: 80px !important;
}

.frm_dropzone .dz-preview .dz-image {
  height: 80px !important;
}

.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button] {
  border-color: #1B2B1C !important;
  background-color: #F7F7EE;
  border-width: 1px;
  color: #1B2B1C !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single input[type=button].frm_page_back {
  border-color: #1B2B1C;
  background-color: #1B2B1C !important;
  color: #FFFFFF !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single.frm_current_page input[type=button] {
  border-color: #1B2B1C;
  background-color: #1B2B1C !important;
  color: #FFFFFF !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single:after {
  background: #1B2B1C !important;
  height: 1px !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_rootline_group .frm_page_bar .frm_rootline_single .frm_rootline_title {
    font-size: calc(0.75rem * 0.9);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field .frm_opt_container {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  gap: calc(2.5rem * 0.5);
  row-gap: calc(2.5rem * 0.5);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field .frm_opt_container .frm_radio input[type=radio]:before {
  -webkit-box-shadow: inset 10px 10px #1B2B1C;
          box-shadow: inset 10px 10px #1B2B1C;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field .frm_opt_container .frm_radio input[type=radio]:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: #FFFFFF !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-grid !important;
  display: grid !important;
  flex-wrap: wrap;
  grid-row-gap: calc(0.375rem * 2);
  grid-column-gap: calc(0.375rem * 2);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option {
  margin: 0 !important;
  width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container {
  cursor: pointer !important;
  background: #FFFFFF;
  border: 0 !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container.frm_label_with_image img {
  display: none;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container.frm_label_with_image .frm_selected_checkmark {
  top: 0.625rem !important;
  left: 0.625rem !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container.frm_label_with_image .frm_selected_checkmark svg {
  fill: #1B2B1C;
  width: 20px;
  height: 20px;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2.5rem 1.25rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image {
    padding: 2.1875rem calc(6vw * 0.5);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  font-weight: 500;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner strong {
  font-weight: 600;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner em {
  font-style: italic;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container .frm_text_label_for_image .frm_text_label_for_image_inner {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option .frm_image_option_container:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 16px 32px rgba(0, 0, 0, 0.025), 0 32px 64px rgba(0, 0, 0, 0.025);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 16px 32px rgba(0, 0, 0, 0.025), 0 32px 64px rgba(0, 0, 0, 0.025);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option input[type=radio]:checked + .frm_image_option_container,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.horizontal_radio.frm_image_options .frm_opt_container .frm_image_option input[type=checkbox]:checked + .frm_image_option_container {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-grid !important;
  display: grid !important;
  flex-wrap: wrap;
  grid-row-gap: calc(0.375rem * 2);
  grid-column-gap: calc(0.375rem * 2);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr calc(0.375rem * 2) 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container > *:nth-child(1), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container > *:nth-child(2), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container > *:nth-child(3), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container > *:nth-child(4), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container > *:nth-child(5), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-1, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-7, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-7, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-7, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-7, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-7, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-8, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-8, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-8, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-8, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-8, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-9, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-9, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-9, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-9, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-9, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-10, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-10, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-10, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-10, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-10, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-11, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-11, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-11, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-11, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-11, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-12, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-12, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-12, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-12, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-12, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-1, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-2, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-3, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-4, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-5, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container.columns-phone-6, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox {
  margin: 0 !important;
  width: 100% !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer !important;
  background-color: transparent;
  border: 0 !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 2.5rem 1.25rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0.375rem;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer !important;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
    padding: 2.1875rem calc(6vw * 0.5);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label strong,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label strong, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label strong,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label strong {
  font-weight: 600;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label em,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label em, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label em,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label em {
  font-style: italic;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label em strong,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label em strong, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label em strong,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label,
  .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label:hover,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label:hover, .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label:hover,
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 16px 32px rgba(0, 0, 0, 0.025), 0 32px 64px rgba(0, 0, 0, 0.025);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025), 0 16px 32px rgba(0, 0, 0, 0.025), 0 32px 64px rgba(0, 0, 0, 0.025);
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label:has(input[type=radio]:checked), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label:has(input[type=checkbox]:checked),
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label:has(input[type=radio]:checked),
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label:has(input[type=checkbox]:checked), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label:has(input[type=radio]:checked), .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label:has(input[type=checkbox]:checked),
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label:has(input[type=radio]:checked),
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label:has(input[type=checkbox]:checked) {
  color: #000 !important;
  background-color: #FFFFFF;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label input[type=radio],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_radio label input[type=checkbox],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label input[type=radio],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-radios .frm_opt_container .frm_checkbox label input[type=checkbox], .frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label input[type=radio],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_radio label input[type=checkbox],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label input[type=radio],
.frm_forms .frm_form_fields .frm_fields_container .frm_form_field.custom-checkboxes .frm_opt_container .frm_checkbox label input[type=checkbox] {
  display: none !important;
}
.frm_forms .frm_form_fields .frm_fields_container .frm_submit {
  padding-top: 2rem;
  gap: 2.5rem !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_submit {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_submit {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .frm_forms .frm_form_fields .frm_fields_container .frm_submit {
    padding-top: 2rem;
  }
}

.frm_style_formidables-stilmall.with_frm_style .ui-widget-header,
.frm_style_formidables-stilmall.with_frm_style .ui-datepicker-header {
  background-color: #223623 !important;
}

.with_frm_style .frm_message p {
  color: #FFF;
}

.ui-datepicker {
  font-family: Inter !important;
}
.ui-datepicker .ui-widget-header {
  background-color: #223623 !important;
}
.ui-datepicker .ui-datepicker-calendar th {
  background: #1B2B1C !important;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-active {
  background: #1B2B1C !important;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight {
  background: #EFEFE1 !important;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-default:hover {
  background: #1B2B1C !important;
}

body .header.header-transparent-primary .hamburger-wrapper {
  border-color: #000;
}
body .header.header-transparent-primary .hamburger-wrapper:hover {
  background: #FFFFFF;
  border-color: #FFFFFF;
}

body .header.header-scroll-past .hamburger-wrapper {
  border-color: #FFFFFF !important;
}
body .header.header-scroll-past .hamburger-wrapper:hover {
  background: #253b26 !important;
  border-color: #253b26 !important;
}

.js-tabs__header {
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__header {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .js-tabs__header {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .js-tabs__header {
    padding-bottom: 1.5rem;
  }
}
.js-tabs__header li a {
  height: calc(calc(3.75rem * 1) * 0.8) !important;
  min-height: calc(calc(3.75rem * 1) * 0.8) !important;
  padding: 0 1rem !important;
  font-size: calc(calc(1rem * 1) * 0.8) !important;
}
.js-tabs__header li a.js-tabs__title {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__header li a.js-tabs__title {
    white-space: nowrap;
  }
}
.js-tabs__header li a.js-tabs__title .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__header li a.js-tabs__title .label {
  color: #F7F7EE;
}
.js-tabs__header li a.js-tabs__title:hover {
  background: #223623;
  border-color: #223623;
}
.js-tabs__header li a.js-tabs__title:hover .label {
  color: #F7F7EE;
}
.js-tabs__header li a.js-tabs__title-active {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__header li a.js-tabs__title-active {
    white-space: nowrap;
  }
}
.js-tabs__header li a.js-tabs__title-active .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__header li a.js-tabs__title-active .label {
  color: #1B2B1C;
}
.js-tabs__header li a.js-tabs__title-active:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
}
.js-tabs__header li a.js-tabs__title-active:hover .label {
  color: inherit;
}
.js-tabs__header li:last-child {
  margin-left: -8px;
}

.logo-bar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.logo-bar-footer .link-wrapper {
  background: transparent !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .logo-bar-footer .link-wrapper {
    padding: 0 !important;
  }
}
.logo-bar-footer .link-wrapper .svg {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.logo-bar-footer .link-wrapper .svg:hover {
  opacity: 1;
}
@media only screen and (max-width: 80em) {
  .logo-bar-footer .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.btn-language-switcher {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
}
.btn-language-switcher .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn-language-switcher:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-language-switcher:hover:after {
  width: 50%;
}
.btn-language-switcher .label {
  color: #FFFFFF;
}
.btn-language-switcher:after {
  background: #FFFFFF;
}

.language-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-wrapper .language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
}
.language-wrapper .language-switcher .language-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.language-wrapper .language-switcher .language-item a {
  color: #FFFFFF;
}
.language-wrapper .language-switcher .language-item a:after {
  background: transparent !important;
}
.language-wrapper .language-switcher .language-item.current a:after {
  background: #FFFFFF !important;
}

body.page-id-3648 {
  background-color: #5997B2 !important;
}
body.page-id-3648 #footer {
  display: none !important;
}
body.page-id-3648 #header.header.header-scroll-past {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.page-id-3648 #header .language-wrapper {
  display: none !important;
}
body.page-id-3648 #header .desktop-popup-trigger {
  display: none !important;
}
body.page-id-3648 .popup-trigger-wrapper-phone {
  display: none !important;
}

.top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.75rem;
  min-height: 3.75rem;
  background: #1B2B1C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1B2B1C;
  color: #FFFFFF;
  width: 100vw;
  height: 3.75rem;
  margin: 0;
  overflow: hidden;
  z-index: 700;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
}
.top-bar .top-bar-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
}
.top-bar .label, .top-bar .item {
  font-family: EB_Garamond;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  color: #FFFFFF;
}
.top-bar .label p, .top-bar .item p {
  color: #FFFFFF;
}
.top-bar .label strong, .top-bar .item strong {
  font-weight: 600;
}
.top-bar .label a, .top-bar .item a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: EB_Garamond;
  font-size: 0.75rem;
  font-weight: 600 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
}
.top-bar .label a:hover, .top-bar .item a:hover {
  color: inherit;
  text-decoration: underline;
}
.top-bar a {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: EB_Garamond;
  font-size: 0.75rem;
  font-weight: 600 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
}
.top-bar a:hover {
  color: inherit;
  text-decoration: underline;
}
.top-bar .top-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 3.75rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.top-bar .top-bar-inner .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  height: 100%;
}
.top-bar .top-bar-inner .item.item-center {
  text-align: center;
}
.top-bar .top-bar-inner .item.item-left {
  text-align: center;
}
.top-bar .top-bar-inner .item.item-right {
  text-align: center;
}
.top-bar .top-bar-inner .item p {
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  color: #FFFFFF;
}
.top-bar .top-bar-inner .item p strong {
  font-weight: 600;
}
.top-bar .top-bar-inner .item p a {
  font-family: EB_Garamond;
  font-size: 0.75rem;
  font-weight: 600 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
}
.top-bar .top-bar-inner .item p a:hover {
  color: inherit;
  text-decoration: underline;
}
.top-bar .top-bar-inner .item p a strong {
  font-weight: EB_Garamond;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .top-bar .top-bar-inner .item-left, .top-bar .top-bar-inner .item-right {
    display: none !important;
  }
  .top-bar .top-bar-inner .item-center {
    width: 100%;
  }
}

body.is-scrolling .top-bar {
  top: -3.75rem;
}

body.logged-in.frontend #header, body.is-scrolling.logged-in.frontend #header {
  top: 32px;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.logged-in.frontend #header, body.is-scrolling.logged-in.frontend #header {
    top: 46px;
  }
}
body.logged-in.frontend #slide-menu, body.logged-in.frontend .slide-submenu, body.is-scrolling.logged-in.frontend #slide-menu, body.is-scrolling.logged-in.frontend .slide-submenu {
  top: 32px;
  height: calc(100vh - 32px) !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.logged-in.frontend #slide-menu, body.logged-in.frontend .slide-submenu, body.is-scrolling.logged-in.frontend #slide-menu, body.is-scrolling.logged-in.frontend .slide-submenu {
    top: 46px;
    height: calc(100vh - 46px) !important;
  }
}
body.logged-in.frontend.header-has-top-bar .top-bar, body.is-scrolling.logged-in.frontend.header-has-top-bar .top-bar {
  margin-top: 32px;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.logged-in.frontend.header-has-top-bar .top-bar, body.is-scrolling.logged-in.frontend.header-has-top-bar .top-bar {
    margin-top: 46px;
  }
}

body.frontend #header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
}
@media only screen and (max-width: 80em) {
  body.frontend #header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.frontend #header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.frontend #header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.frontend #header .logo .image, body.frontend #header .logo a, body.frontend #header .logo svg, body.frontend #header .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header .logo .image, body.frontend #header .logo a, body.frontend #header .logo svg, body.frontend #header .logo img {
    width: 4.0625rem;
  }
}
body.frontend #header .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.frontend #header .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.frontend #header .primary_menu_1, body.frontend #header .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.frontend #header .primary_menu_1 .menu-item, body.frontend #header .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
body.frontend #header .primary_menu_1 .menu-item .menu-link, body.frontend #header .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link .toggle, body.frontend #header .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link .label, body.frontend #header .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link .icon, body.frontend #header .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link .icon i, body.frontend #header .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link:after, body.frontend #header .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link:hover:after, body.frontend #header .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link.is-active:after, body.frontend #header .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, body.frontend #header .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.frontend #header .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, body.frontend #header .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.frontend #header .actions-wrapper .trigger-text-icon-primary .label, body.frontend #header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.frontend #header .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
body.frontend #header .actions-wrapper .item, body.frontend #header .actions-wrapper-tablet-phone .item, body.frontend #header .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header .actions-wrapper .item:last-child, body.frontend #header .actions-wrapper-tablet-phone .item:last-child, body.frontend #header .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
body.frontend #header .actions-wrapper .btn-icon-solid-primary, body.frontend #header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.frontend #header .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
body.frontend #header .actions-wrapper .btn-icon-outline-primary, body.frontend #header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.frontend #header .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
body.frontend #header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.frontend #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.frontend #header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
body.frontend #header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.frontend #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.frontend #header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
body.frontend #header .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
body.frontend #header.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  body.frontend #header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.frontend #header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.frontend #header.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
body.frontend #header.header-scroll-past .logo .image, body.frontend #header.header-scroll-past .logo a, body.frontend #header.header-scroll-past .logo svg, body.frontend #header.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header.header-scroll-past .logo .image, body.frontend #header.header-scroll-past .logo a, body.frontend #header.header-scroll-past .logo svg, body.frontend #header.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.frontend #header.header-scroll-past .logo svg, body.frontend #header.header-scroll-past .logo g, body.frontend #header.header-scroll-past .logo path, body.frontend #header.header-scroll-past .logo rect, body.frontend #header.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  body.frontend #header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.frontend #header.header-scroll-past .logo:hover svg, body.frontend #header.header-scroll-past .logo:hover g, body.frontend #header.header-scroll-past .logo:hover path, body.frontend #header.header-scroll-past .logo:hover rect, body.frontend #header.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
body.frontend #header.header-scroll-past .logo.is-active svg, body.frontend #header.header-scroll-past .logo.is-active g, body.frontend #header.header-scroll-past .logo.is-active path, body.frontend #header.header-scroll-past .logo.is-active rect, body.frontend #header.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
body.frontend #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.frontend #header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-primary, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-secondary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-primary .label, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-primary:after, body.frontend #header.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, body.frontend #header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
body.frontend #header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.frontend #header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
body.frontend #header.header-scroll-past:hover {
  background: #1B2B1C !important;
}
body.frontend #header.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
body.frontend #header.header-slide-up {
  top: -8.75rem !important;
}
body.frontend #header .container {
  height: 100%;
}
body.frontend #header .header-inner .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body.frontend #header .header-inner .header-wrapper .hamburger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
@media only screen and (max-width: 80em) {
  body.frontend #header .header-inner .header-wrapper .hamburger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 32%;
  }
}
body.frontend #header .header-inner .header-wrapper .logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
@media only screen and (max-width: 64em) {
  body.frontend #header .header-inner .header-wrapper .logo-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header .header-inner .header-wrapper .logo-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 0;
  }
}
body.frontend #header .header-inner .header-wrapper .primary-menu-1-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 64em) {
  body.frontend #header .header-inner .header-wrapper .primary-menu-1-wrapper {
    display: none;
  }
}
body.frontend #header .header-inner .header-wrapper .primary-menu-2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 10%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 80em) {
  body.frontend #header .header-inner .header-wrapper .primary-menu-2-wrapper {
    display: none;
  }
}
body.frontend #header .header-inner .header-wrapper .actions-wrapper-tablet-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
  margin-left: auto;
  height: 100%;
}
@media only screen and (max-width: 64em) {
  body.frontend #header .header-inner .header-wrapper .actions-wrapper-tablet-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header .header-inner .header-wrapper .actions-wrapper-tablet-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 30%;
  }
}
body.frontend #header .header-inner .header-wrapper .actions-wrapper-tablet-phone .item {
  margin: 0 !important;
}
body.frontend #header .header-inner .header-wrapper .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 40%;
  margin-left: auto;
  height: 100%;
}
@media only screen and (max-width: 64em) {
  body.frontend #header .header-inner .header-wrapper .actions-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend #header .header-inner .header-wrapper .actions-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30% !important;
  }
  body.frontend #header .header-inner .header-wrapper .actions-wrapper .item {
    margin-left: 0 !important;
  }
}
body.admin-bar.frontend #header-old {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar.frontend #header-old {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar.frontend #wpadminbar {
    position: fixed;
  }
}

body.mega-menu-is-open #header.header-transparent-default, body.mega-menu-is-open #header.header-default, body.mega-menu-is-open #header.header-slide-down.header-transparent-default, body.mega-menu-is-open #header.header-slide-down.header-default, body.mega-menu-is-open #header.header-scroll-past.header-transparent-default, body.mega-menu-is-open #header.header-scroll-past.header-default, body.mega-menu-is-open #header.is-scrolling.header-transparent-default, body.mega-menu-is-open #header.is-scrolling.header-default, body.search-is-active #header.header-transparent-default, body.search-is-active #header.header-default, body.search-is-active #header.header-slide-down.header-transparent-default, body.search-is-active #header.header-slide-down.header-default, body.search-is-active #header.header-scroll-past.header-transparent-default, body.search-is-active #header.header-scroll-past.header-default, body.search-is-active #header.is-scrolling.header-transparent-default, body.search-is-active #header.is-scrolling.header-default {
  background: #1B2B1C !important;
}
body.mega-menu-is-open #header.header-transparent-primary, body.mega-menu-is-open #header.header-primary, body.mega-menu-is-open #header.header-slide-down.header-transparent-primary, body.mega-menu-is-open #header.header-slide-down.header-primary, body.mega-menu-is-open #header.header-scroll-past.header-transparent-primary, body.mega-menu-is-open #header.header-scroll-past.header-primary, body.mega-menu-is-open #header.is-scrolling.header-transparent-primary, body.mega-menu-is-open #header.is-scrolling.header-primary, body.search-is-active #header.header-transparent-primary, body.search-is-active #header.header-primary, body.search-is-active #header.header-slide-down.header-transparent-primary, body.search-is-active #header.header-slide-down.header-primary, body.search-is-active #header.header-scroll-past.header-transparent-primary, body.search-is-active #header.header-scroll-past.header-primary, body.search-is-active #header.is-scrolling.header-transparent-primary, body.search-is-active #header.is-scrolling.header-primary {
  background: #1B2B1C !important;
}
body.mega-menu-is-open #header.header-transparent-secondary, body.mega-menu-is-open #header.header-secondary, body.mega-menu-is-open #header.header-slide-down.header-transparent-secondary, body.mega-menu-is-open #header.header-slide-down.header-secondary, body.mega-menu-is-open #header.header-scroll-past.header-transparent-secondary, body.mega-menu-is-open #header.header-scroll-past.header-secondary, body.mega-menu-is-open #header.is-scrolling.header-transparent-secondary, body.mega-menu-is-open #header.is-scrolling.header-secondary, body.search-is-active #header.header-transparent-secondary, body.search-is-active #header.header-secondary, body.search-is-active #header.header-slide-down.header-transparent-secondary, body.search-is-active #header.header-slide-down.header-secondary, body.search-is-active #header.header-scroll-past.header-transparent-secondary, body.search-is-active #header.header-scroll-past.header-secondary, body.search-is-active #header.is-scrolling.header-transparent-secondary, body.search-is-active #header.is-scrolling.header-secondary {
  background: #1B2B1C !important;
}
body.mega-menu-is-open #header .logo svg, body.mega-menu-is-open #header .logo g, body.mega-menu-is-open #header .logo path, body.mega-menu-is-open #header .logo rect, body.mega-menu-is-open #header .logo polygon, body.mega-menu-is-open #header.header-slide-down .logo svg, body.mega-menu-is-open #header.header-slide-down .logo g, body.mega-menu-is-open #header.header-slide-down .logo path, body.mega-menu-is-open #header.header-slide-down .logo rect, body.mega-menu-is-open #header.header-slide-down .logo polygon, body.mega-menu-is-open #header.header-scroll-past .logo svg, body.mega-menu-is-open #header.header-scroll-past .logo g, body.mega-menu-is-open #header.header-scroll-past .logo path, body.mega-menu-is-open #header.header-scroll-past .logo rect, body.mega-menu-is-open #header.header-scroll-past .logo polygon, body.mega-menu-is-open #header.is-scrolling .logo svg, body.mega-menu-is-open #header.is-scrolling .logo g, body.mega-menu-is-open #header.is-scrolling .logo path, body.mega-menu-is-open #header.is-scrolling .logo rect, body.mega-menu-is-open #header.is-scrolling .logo polygon, body.search-is-active #header .logo svg, body.search-is-active #header .logo g, body.search-is-active #header .logo path, body.search-is-active #header .logo rect, body.search-is-active #header .logo polygon, body.search-is-active #header.header-slide-down .logo svg, body.search-is-active #header.header-slide-down .logo g, body.search-is-active #header.header-slide-down .logo path, body.search-is-active #header.header-slide-down .logo rect, body.search-is-active #header.header-slide-down .logo polygon, body.search-is-active #header.header-scroll-past .logo svg, body.search-is-active #header.header-scroll-past .logo g, body.search-is-active #header.header-scroll-past .logo path, body.search-is-active #header.header-scroll-past .logo rect, body.search-is-active #header.header-scroll-past .logo polygon, body.search-is-active #header.is-scrolling .logo svg, body.search-is-active #header.is-scrolling .logo g, body.search-is-active #header.is-scrolling .logo path, body.search-is-active #header.is-scrolling .logo rect, body.search-is-active #header.is-scrolling .logo polygon {
  fill: #F6CF52;
}
body.mega-menu-is-open #header .logo:hover svg, body.mega-menu-is-open #header .logo:hover g, body.mega-menu-is-open #header .logo:hover path, body.mega-menu-is-open #header .logo:hover rect, body.mega-menu-is-open #header .logo:hover polygon, body.mega-menu-is-open #header.header-slide-down .logo:hover svg, body.mega-menu-is-open #header.header-slide-down .logo:hover g, body.mega-menu-is-open #header.header-slide-down .logo:hover path, body.mega-menu-is-open #header.header-slide-down .logo:hover rect, body.mega-menu-is-open #header.header-slide-down .logo:hover polygon, body.mega-menu-is-open #header.header-scroll-past .logo:hover svg, body.mega-menu-is-open #header.header-scroll-past .logo:hover g, body.mega-menu-is-open #header.header-scroll-past .logo:hover path, body.mega-menu-is-open #header.header-scroll-past .logo:hover rect, body.mega-menu-is-open #header.header-scroll-past .logo:hover polygon, body.mega-menu-is-open #header.is-scrolling .logo:hover svg, body.mega-menu-is-open #header.is-scrolling .logo:hover g, body.mega-menu-is-open #header.is-scrolling .logo:hover path, body.mega-menu-is-open #header.is-scrolling .logo:hover rect, body.mega-menu-is-open #header.is-scrolling .logo:hover polygon, body.search-is-active #header .logo:hover svg, body.search-is-active #header .logo:hover g, body.search-is-active #header .logo:hover path, body.search-is-active #header .logo:hover rect, body.search-is-active #header .logo:hover polygon, body.search-is-active #header.header-slide-down .logo:hover svg, body.search-is-active #header.header-slide-down .logo:hover g, body.search-is-active #header.header-slide-down .logo:hover path, body.search-is-active #header.header-slide-down .logo:hover rect, body.search-is-active #header.header-slide-down .logo:hover polygon, body.search-is-active #header.header-scroll-past .logo:hover svg, body.search-is-active #header.header-scroll-past .logo:hover g, body.search-is-active #header.header-scroll-past .logo:hover path, body.search-is-active #header.header-scroll-past .logo:hover rect, body.search-is-active #header.header-scroll-past .logo:hover polygon, body.search-is-active #header.is-scrolling .logo:hover svg, body.search-is-active #header.is-scrolling .logo:hover g, body.search-is-active #header.is-scrolling .logo:hover path, body.search-is-active #header.is-scrolling .logo:hover rect, body.search-is-active #header.is-scrolling .logo:hover polygon {
  fill: #F6CF52;
}
body.mega-menu-is-open #header .logo.is-active svg, body.mega-menu-is-open #header .logo.is-active g, body.mega-menu-is-open #header .logo.is-active path, body.mega-menu-is-open #header .logo.is-active rect, body.mega-menu-is-open #header .logo.is-active polygon, body.mega-menu-is-open #header.header-slide-down .logo.is-active svg, body.mega-menu-is-open #header.header-slide-down .logo.is-active g, body.mega-menu-is-open #header.header-slide-down .logo.is-active path, body.mega-menu-is-open #header.header-slide-down .logo.is-active rect, body.mega-menu-is-open #header.header-slide-down .logo.is-active polygon, body.mega-menu-is-open #header.header-scroll-past .logo.is-active svg, body.mega-menu-is-open #header.header-scroll-past .logo.is-active g, body.mega-menu-is-open #header.header-scroll-past .logo.is-active path, body.mega-menu-is-open #header.header-scroll-past .logo.is-active rect, body.mega-menu-is-open #header.header-scroll-past .logo.is-active polygon, body.mega-menu-is-open #header.is-scrolling .logo.is-active svg, body.mega-menu-is-open #header.is-scrolling .logo.is-active g, body.mega-menu-is-open #header.is-scrolling .logo.is-active path, body.mega-menu-is-open #header.is-scrolling .logo.is-active rect, body.mega-menu-is-open #header.is-scrolling .logo.is-active polygon, body.search-is-active #header .logo.is-active svg, body.search-is-active #header .logo.is-active g, body.search-is-active #header .logo.is-active path, body.search-is-active #header .logo.is-active rect, body.search-is-active #header .logo.is-active polygon, body.search-is-active #header.header-slide-down .logo.is-active svg, body.search-is-active #header.header-slide-down .logo.is-active g, body.search-is-active #header.header-slide-down .logo.is-active path, body.search-is-active #header.header-slide-down .logo.is-active rect, body.search-is-active #header.header-slide-down .logo.is-active polygon, body.search-is-active #header.header-scroll-past .logo.is-active svg, body.search-is-active #header.header-scroll-past .logo.is-active g, body.search-is-active #header.header-scroll-past .logo.is-active path, body.search-is-active #header.header-scroll-past .logo.is-active rect, body.search-is-active #header.header-scroll-past .logo.is-active polygon, body.search-is-active #header.is-scrolling .logo.is-active svg, body.search-is-active #header.is-scrolling .logo.is-active g, body.search-is-active #header.is-scrolling .logo.is-active path, body.search-is-active #header.is-scrolling .logo.is-active rect, body.search-is-active #header.is-scrolling .logo.is-active polygon {
  fill: #F6CF52;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary {
  background: #000000 !important;
  border-color: #000000 !important;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-solid-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-solid-primary .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary {
  background-color: transparent !important;
  border-color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper .popup-button.btn-text-icon-outline-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .popup-button.btn-text-icon-outline-primary .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .search-trigger-wrapper .search-trigger .trigger-text-icon-primary .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .label, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .slide-menu-trigger-label, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span {
  background-color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFFFFF !important;
}
body.mega-menu-is-open #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.mega-menu-is-open #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.header-slide-down .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.header-slide-down .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.is-scrolling .actions-wrapper .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before, body.search-is-active #header.is-scrolling .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link, body.search-is-active #header .primary_menu_1 .menu-item .menu-link, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link .label, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link .label, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link .label, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link .label, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link .label, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link .label, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link .label, body.search-is-active #header .primary_menu_1 .menu-item .menu-link .label, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link .label, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link .label, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link .label, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link .label, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link .label, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link .icon, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link .icon, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link .icon, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link .icon, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link .icon, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link .icon, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link .icon, body.search-is-active #header .primary_menu_1 .menu-item .menu-link .icon, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link .icon, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link .icon, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link .icon, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link .icon, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link .icon, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link:after, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link:after, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link:after, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:after, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:after, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link:after, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:after, body.search-is-active #header .primary_menu_1 .menu-item .menu-link:after, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link:after, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link:after, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:after, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:after, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link:after, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:after {
  background: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover:after, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover:after, body.search-is-active #header .primary_menu_1 .menu-item .menu-link:hover:after, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link:hover:after, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover:after, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover:after, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover:after, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover:after, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover .label, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover .label, body.search-is-active #header .primary_menu_1 .menu-item .menu-link:hover .label, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link:hover .label, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover .label, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover .label, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover .label, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover .label, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover .icon, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover .icon, body.search-is-active #header .primary_menu_1 .menu-item .menu-link:hover .icon, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link:hover .icon, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link:hover .icon, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link:hover .icon, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link:hover .icon, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link:hover .icon, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active:after, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active:after, body.search-is-active #header .primary_menu_1 .menu-item .menu-link.is-active:after, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link.is-active:after, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active:after, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active:after, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active:after, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active:after, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active .label, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active .label, body.search-is-active #header .primary_menu_1 .menu-item .menu-link.is-active .label, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link.is-active .label, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active .label, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active .label, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active .label, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active .label, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFFFFF !important;
}
body.mega-menu-is-open #header .primary_menu_1 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active .icon, body.mega-menu-is-open #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.search-is-active #header .primary_menu_1 .menu-item .menu-link.is-active .icon, body.search-is-active #header .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.search-is-active #header.header-slide-down .primary_menu_1 .menu-item .menu-link.is-active .icon, body.search-is-active #header.header-slide-down .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.search-is-active #header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.search-is-active #header.header-scroll-past .secondary_menu_2 .menu-item .menu-link.is-active .icon, body.search-is-active #header.is-scrolling .primary_menu_1 .menu-item .menu-link.is-active .icon, body.search-is-active #header.is-scrolling .secondary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFFFFF !important;
}

body.header-has-top-bar #header {
  margin-top: 3.75rem;
}

#header .primary_menu_1 .mega-menu,
#header .primary_menu_2 .mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #1B2B1C;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: -1px;
}
#header .primary_menu_1 .mega-menu.is-open,
#header .primary_menu_2 .mega-menu.is-open {
  visibility: visible;
  top: 100%;
  margin-top: 0;
  max-height: 600px !important;
  min-height: 34vw !important;
}
@media only screen and (max-width: 1700px) and (min-width: 1620px) {
  #header .primary_menu_1 .mega-menu.is-open,
  #header .primary_menu_2 .mega-menu.is-open {
    min-height: 38vw !important;
  }
}
@media only screen and (max-width: 100em) {
  #header .primary_menu_1 .mega-menu.is-open,
  #header .primary_menu_2 .mega-menu.is-open {
    min-height: 48vw !important;
  }
}
@media only screen and (max-width: 80em) {
  #header .primary_menu_1 .mega-menu.is-open,
  #header .primary_menu_2 .mega-menu.is-open {
    min-height: 50vw !important;
  }
}
#header .primary_menu_1 .mega-menu.is-closed,
#header .primary_menu_2 .mega-menu.is-closed {
  top: 100%;
  margin-top: 0;
  min-height: 0 !important;
  visibility: hidden;
  max-height: 0px !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner,
#header .primary_menu_2 .mega-menu .mega-menu-inner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: calc(8.75rem * 0.5) 0;
  gap: calc(1rem * 6);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 20%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (max-width: 100em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper {
    width: 25%;
    min-width: 25%;
  }
}
@media only screen and (max-width: 80em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper {
    width: 33%;
    min-width: 33%;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  height: auto;
  margin-bottom: 0.625rem;
  width: 100%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  height: calc(3.75rem * 1);
  background: transparent;
  border-radius: 0.375rem;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #406541;
  margin-bottom: 1.25rem;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 66.6666666667%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper .image-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper .image-wrapper .image,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .thumbnail-wrapper .image-wrapper .image {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #FFFFFF !important;
  padding: 0 !important;
  white-space: nowrap;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: calc(0.75rem * 1.5);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link .title:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
  background: transparent;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover {
  background: #223623;
  height: calc(3.75rem * 1.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .title,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .title {
  color: #FFFFFF !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .title:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .title:after {
  width: 100%;
  background: #FFFFFF !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .thumbnail-wrapper .image,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .child-menu-link:hover .thumbnail-wrapper .image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: hidden;
  opacity: 0;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .submenu-inner,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 5rem;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 {
  height: auto !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: auto !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: calc(3.75rem * 0.4) !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
  color: #FFFFFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link .icon {
  display: none !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
  color: #FFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
  background: #FFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover:after {
  background: #FFF;
  width: 100%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover .label {
  color: #FFF !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link:hover .icon {
  color: #FFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active:after {
  background: #FFF;
  width: 100%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active .label {
  color: #FFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1 .submenu .menu-item.menu-item-depth-2 .child-menu-link.is-active .icon {
  color: #FFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1:hover .submenu,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-depth-1:hover .submenu {
  visibility: visible;
  opacity: 1;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 1.25rem;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link .title:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link .title:after {
  width: 100% !important;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link .thumbnail-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link .thumbnail-wrapper {
  display: none !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link:hover .title:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.see-all .child-menu-link:hover .title:after {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand {
  width: 11.1%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .child-menu-link,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .child-menu-link {
  white-space: normal !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .thumbnail-wrapper:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .thumbnail-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .thumbnail-wrapper .image-wrapper .image,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .thumbnail-wrapper .image-wrapper .image {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .title,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .title {
  font-size: calc(0.75rem * 1) !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .title .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-links-wrapper .mega-menu-links .menu-item.menu-item-object-pwb-brand .title .label {
  font-size: calc(0.75rem * 1) !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 20%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 100em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper {
    width: 25%;
    min-width: 25%;
  }
}
@media only screen and (max-width: 80em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper {
    width: 33%;
    min-width: 33%;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .image-responsive-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .image-responsive-wrapper {
  display: none !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .title-wrapper .title,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .title-wrapper .title {
  color: #FFFFFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #FFFFFF;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p strong,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p strong {
  font-weight: 600;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p em,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p em {
  font-style: italic;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p em strong,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .description-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .featured-ctas,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .featured-ctas,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-content-wrapper .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 60%;
  visibility: hidden;
}
@media only screen and (max-width: 100em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper {
    width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 80em) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper {
    width: 33%;
    min-width: 33%;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper {
  width: 100%;
  border-radius: 1.5rem !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .svg svg,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics .svg,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture img,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger,
  #header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, #header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper picture,
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper span,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper picture,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper picture img,
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper span img,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper picture img,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image-caption-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image-caption-wrapper .caption,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
#header .primary_menu_1 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after,
#header .primary_menu_2 .mega-menu .mega-menu-inner .mega-menu-content .mega-menu-dynamic-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer,
#header .primary_menu_2 .mega-menu .mega-menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 8.75rem;
  background: #E5DFD2;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-footer-inner,
#header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 8.75rem;
  padding-left: 8.75rem;
  width: 100%;
}
@media only screen and (max-width: 80em) {
  #header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-footer-inner,
  #header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-footer-inner {
    padding-left: calc(8.75rem * 0.75);
    padding-right: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  #header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-footer-inner,
  #header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-footer-inner {
    padding-left: calc(8.75rem * 0.75);
    padding-right: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-footer-inner,
  #header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-footer-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .title-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-footer .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper,
#header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item,
#header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item.left,
#header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header .primary_menu_1 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item.right,
#header .primary_menu_2 .mega-menu .mega-menu-footer .mega-menu-actions-wrapper .action-item.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#header .search-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  opacity: 0;
}
#header .search-trigger-wrapper .search-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-family: Inter;
  font-size: 0.75rem;
  color: #000;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#header .search-trigger-wrapper .search-trigger.has-icon.has-label .label {
  display: block;
  font-family: Inter;
  font-size: 0.75rem;
  text-transform: uppercase;
}
#header .search-trigger-wrapper .search-trigger.has-icon.has-label .icon {
  font-size: 1.375rem;
  width: auto !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .search-trigger-wrapper .search-trigger.has-icon.has-label .icon {
    font-size: 1.875rem;
    border: 1px solid #FF0000;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  #header .search-trigger-wrapper .search-trigger.has-icon {
    font-size: 1.875rem;
  }
}
#header .search-trigger-wrapper .search-trigger.is-active {
  color: black;
}
#header .search-trigger-wrapper .search-trigger.is-active:hover {
  color: black;
}
body.is-scrolling.logged-in.frontend #header .search-content-wrapper, body.logged-in.frontend #header .search-content-wrapper {
  top: calc(8.75rem + 32px);
}
@media only screen and (max-width: 80em) {
  body.is-scrolling.logged-in.frontend #header .search-content-wrapper, body.logged-in.frontend #header .search-content-wrapper {
    top: calc(calc(8.75rem * 0.8) + 32px);
  }
}
@media only screen and (max-width: 64em) {
  body.is-scrolling.logged-in.frontend #header .search-content-wrapper, body.logged-in.frontend #header .search-content-wrapper {
    top: calc(calc(8.75rem * 0.8) + 32px);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.is-scrolling.logged-in.frontend #header .search-content-wrapper, body.logged-in.frontend #header .search-content-wrapper {
    top: calc(calc(8.75rem * 0.8) + 46px);
  }
}

body.frontend .search-content-wrapper {
  position: absolute !important;
  top: 100% !important;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: calc(8.75rem * 1.25);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
  background-color: #F7F7EE;
  padding: 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 5000 !important;
}
@media only screen and (max-width: 80em) {
  body.frontend .search-content-wrapper {
    top: calc(8.75rem * 0.8);
    min-height: calc(8.75rem * 0.8);
    padding: 3rem 0 1.5rem 0;
  }
}
@media only screen and (max-width: 64em) {
  body.frontend .search-content-wrapper {
    top: calc(8.75rem * 0.8);
    min-height: calc(8.75rem * 0.8);
    padding: 3rem 0 1.5rem 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend .search-content-wrapper {
    top: calc(8.75rem * 0.8);
    min-height: calc(8.75rem * 0.8);
  }
}
body.frontend .search-content-wrapper.is-open {
  top: 8.75rem;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 80em) {
  body.frontend .search-content-wrapper.is-open {
    top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.frontend .search-content-wrapper.is-open {
    top: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.frontend .search-content-wrapper.is-open {
    top: calc(8.75rem * 0.8);
  }
}
body.frontend .search-content-wrapper.is-closed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: hidden;
  opacity: 0;
}
body.frontend .search-content-wrapper .search-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.frontend .search-content-wrapper .search-form-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: black;
}
body.frontend .search-content-wrapper .container .search-form-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w {
  border-radius: 0 !important;
  background: #FFF !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 6px !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox {
  height: calc(3.75rem * 1) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig {
  border: 1px solid #FF0000 !important;
  width: 100% !important;
  height: calc(3.75rem * 1) !important;
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-webkit-input-placeholder {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 0 !important;
  color: #1E1E1E !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-moz-placeholder {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  color: #1E1E1E !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig:-ms-input-placeholder {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  color: #1E1E1E !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-ms-input-placeholder {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  color: #1E1E1E !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::placeholder {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 0 !important;
  color: #1E1E1E !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-webkit-input-placeholder input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-moz-placeholder input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig:-ms-input-placeholder input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::-ms-input-placeholder input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proinput form input.orig::placeholder input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proclose {
  height: calc(3.75rem * 1) !important;
  width: calc(3.75rem * 1) !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding-right: 0.5rem !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proclose svg {
  background: transparent !important;
  fill: #1B2B1C !important;
  -webkit-box-shadow: 0 0 0 2px #1B2B1C !important;
          box-shadow: 0 0 0 2px #1B2B1C !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .proloading {
  height: calc(3.75rem * 1) !important;
  width: calc(3.75rem * 1) !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .promagnifier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(3.75rem * 1) !important;
  width: auto !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
  padding-right: 1.75rem;
}
body.frontend .search-content-wrapper .container .search-form-wrapper .asp_w_container .asp_w .probox .promagnifier svg {
  fill: #1B2B1C !important;
  width: 30px !important;
}

body .asp_r.vertical {
  border-radius: 0.375rem !important;
  padding: 1.75rem !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body .asp_r.vertical .asp_nores {
  padding-bottom: 2rem !important;
}
body .asp_r.vertical .asp_nores .asp_nores_kw_suggestions {
  color: #1E1E1E !important;
}
body .asp_r.vertical .asp_nores .asp_keyword {
  font-weight: 500 !important;
  color: #1B2B1C !important;
}
body .asp_r.vertical .results {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}
body .asp_r.vertical .results .item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .asp_r.vertical .results .item {
    padding: 1.25rem 1.5625rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .asp_r.vertical .results .item {
    padding: 0 !important;
  }
}
body .asp_r.vertical .results .item .asp_content {
  width: 100% !important;
}
body .asp_r.vertical .results .item .asp_content a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body .asp_r.vertical .results .item .asp_content a:hover {
  color: #426a45;
  text-decoration: underline;
}
body .asp_r.vertical .results .item .asp_content a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body .asp_r.vertical .results .item .asp_content a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .asp_r.vertical .results .item .asp_content .asp_res_image_url {
    display: none !important;
  }
}
body .asp_r.vertical .results .item .asp_content .asp_res_image_url .asp_image {
  padding-right: 2rem !important;
  width: 80px !important;
  height: 80px !important;
  margin: 0px 1.25rem 0 0 !important;
}
body .asp_r.vertical .results .item .asp_content h3 .asp_res_url {
  font-family: EB_Garamond !important;
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  color: #1B2B1C !important;
}
body .asp_r.vertical .results .item .asp_content .asp_res_text {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
body .asp_r.vertical .results .item.hovered {
  background-image: none !important;
  background: #F7F4EF !important;
}
body .asp_r.vertical.is-closed {
  display: none !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.popup-trigger-wrapper.is-active .popup-trigger .popup-button .icon i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.popup-trigger-wrapper.is-active .popup-trigger .popup-button .icon i:before {
  content: "\f00d" !important;
}

.popup-trigger-wrapper-phone {
  position: fixed;
  z-index: 800;
  right: 5vw;
  bottom: 5vw;
}
@media only screen and (max-width: 80em) {
  .popup-trigger-wrapper-phone {
    right: 6vw;
    bottom: 6vw;
  }
}
.popup-trigger-wrapper-phone .popup-trigger-phone {
  cursor: pointer;
  border-radius: 100% !important;
}
.popup-trigger-wrapper-phone .popup-trigger-phone:hover .icon {
  color: #FFFFFF !important;
}

body.logged-in.frontend #popup, body.is-scrolling.logged-in.frontend #popup {
  top: 32px;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.logged-in.frontend #popup, body.is-scrolling.logged-in.frontend #popup {
    top: 46px;
  }
}

body .popup {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 900;
  padding: 0;
}
body .popup.is-visible {
  opacity: 1;
  visibility: visible;
}
body .popup.is-visible .popup-wrapper {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
body .popup.is-visible .popup-close-wrapper {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
body .popup.is-hidden {
  opacity: 0;
  visibility: hidden;
}
body .popup.is-hidden .popup-close-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body .popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 700;
}
body .popup .popup-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: 99vh;
  min-height: 99vh;
  z-index: 800;
  width: 100%;
  overflow-x: hidden;
  cursor: default;
  background: #223623;
  border-radius: 2.5rem 2.5rem 0 0;
}
@media only screen and (max-width: 100em) {
  body .popup .popup-wrapper {
    max-height: 99vh;
    min-height: 99vh;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper {
    max-height: 99vh;
    min-height: 99vh;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper {
    max-height: 99vh;
    min-height: 99vh;
    overflow-y: auto;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content {
  border-radius: 6px 6px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}
@media only screen and (max-width: 100em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content .block-footer .featured-ctas {
  margin-top: 0 !important;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-none {
  padding-top: 0 !important;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-default {
  margin-bottom: 0;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-default {
  margin-top: 0;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-none {
  margin-top: 0 !important;
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper .flexible-content.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-wrapper .popup-fc-wrapper {
    padding-bottom: 5rem;
  }
}
body .popup .js-tabs {
  max-width: 100%;
}
body .popup .js-tabs__header {
  display: block;
  overflow: hidden;
}
body .popup .js-tabs__header li {
  display: inline-block;
}
body .popup .js-tabs__title {
  display: block;
}
body .popup .popup-close-wrapper {
  position: absolute;
  right: 5vw;
  bottom: 5vw;
  z-index: 2000;
}
@media only screen and (max-width: 80em) {
  body .popup .popup-close-wrapper {
    right: 6vw;
    bottom: 6vw;
  }
}
@media only screen and (max-width: 47.9375em) {
  body .popup .popup-close-wrapper {
    top: 6vw;
    bottom: auto !important;
  }
}
body .popup .popup-close-wrapper .popup-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .popup .popup-close-wrapper .popup-close {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body .popup .popup-close-wrapper .popup-close .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body .popup .popup-close-wrapper .popup-close .label {
  color: #FFF !important;
}
body .popup .popup-close-wrapper .popup-close .icon {
  color: #FFF !important;
}
body .popup .popup-close-wrapper .popup-close:hover {
  background: #253b26 !important;
  border-color: #253b26;
  color: #FFF !important;
}
body .popup .popup-close-wrapper .popup-close:hover .label, body .popup .popup-close-wrapper .popup-close:hover .icon {
  color: #FFF !important;
}

body.logged-in.frontend .popup .popup-close-wrapper {
  bottom: calc(5vw + 32px);
}
@media only screen and (max-width: 80em) {
  body.logged-in.frontend .popup .popup-close-wrapper {
    bottom: calc(6vw + 46px);
  }
}
@media only screen and (max-width: 47.9375em) {
  body.logged-in.frontend .popup .popup-close-wrapper {
    top: 6vw;
    bottom: auto !important;
  }
}

.footer .footer-partners {
  background: #FFFFFF;
}
.footer .footer-partners .swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 8.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0 !important;
}
.footer .footer-partners .swiper .swiper-button-next, .footer .footer-partners .swiper .swiper-button-prev {
  display: none !important;
}
.footer .footer-partners .swiper .col {
  width: auto !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.footer .footer-partners .swiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35%;
  z-index: 1000;
  padding: 3.125rem 2.1875rem;
  background-color: #EFEFE1;
  border-radius: 0.375rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .newsletter-popup {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .newsletter-popup {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup {
    padding: 2.9375rem 6vw;
  }
}
.newsletter-popup.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-popup.hidden {
  display: none;
}
@media only screen and (max-width: 64em) {
  .newsletter-popup {
    width: 50vw !important;
  }
}
@media only screen and (max-width: 47.9375em) {
  .newsletter-popup {
    border-radius: 0;
    min-height: auto !important;
    top: 30%;
    left: 4vw;
    right: 4vw;
    width: 92vw !important;
    -webkit-transform: none;
            transform: none;
  }
}
.newsletter-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1100;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  height: calc(3.75rem * 0.75) !important;
  width: calc(3.75rem * 0.75) !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-close {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.newsletter-popup-close .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.newsletter-popup-close .label {
  color: #1B2B1C;
}
.newsletter-popup-close .icon, .newsletter-popup-close:after {
  color: #1B2B1C;
}
.newsletter-popup-close:hover {
  background: #223623;
  border-color: #223623;
  color: #FFFFFF;
}
.newsletter-popup-close:hover .label, .newsletter-popup-close:hover .icon, .newsletter-popup-close:hover:after {
  color: #FFFFFF;
}
.newsletter-popup-form-title .newsletter-title {
  text-align: center;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
.newsletter-popup-form-title .newsletter-title strong {
  font-weight: 400;
}
.newsletter-popup-form-title .newsletter-title a {
  color: #1B2B1C;
}
.newsletter-popup-form-title .newsletter-title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form-title .newsletter-title {
    font-size: calc(1.625rem * 0.85);
  }
}
.newsletter-popup-form-description .newsletter-text {
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-bottom: 2rem !important;
}
.newsletter-popup-form-description .newsletter-text strong {
  font-weight: 600;
}
.newsletter-popup-form-description .newsletter-text em {
  font-style: italic;
}
.newsletter-popup-form-description .newsletter-text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .newsletter-popup-form-description .newsletter-text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form-description .newsletter-text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.newsletter-popup-form {
  width: 100% !important;
}
.newsletter-popup-form .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.newsletter-popup-form .frm_forms .frm_description p strong {
  font-weight: 600;
}
.newsletter-popup-form .frm_forms .frm_description p em {
  font-style: italic;
}
.newsletter-popup-form .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .newsletter-popup-form .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.newsletter-popup-form .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.newsletter-popup-form .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text], .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email], .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel], .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number], .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.newsletter-popup-form .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
.newsletter-popup-form .frm_submit {
  padding-top: 0 !important;
}

body #footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  background: #F7F7EE;
}
body #footer .footer-logo .image-responsive-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body #footer .footer-logo .image-responsive-wrapper {
    width: 10.75rem;
  }
}
body #footer .footer-logo .image-responsive-wrapper .image {
  width: 100%;
}
body #footer .footer-logo .image-responsive-wrapper .image .img {
  width: 10.75rem;
}
body #footer .footer-logo .image-responsive-wrapper .image .img img {
  width: 100%;
}
body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg svg, body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg g, body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg path, body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg rect, body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg polygon {
  fill: #FFFFFF !important;
}
body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg .cls-1, body #footer .footer-logo .image-responsive-wrapper .image.is-svg .svg .cls-2 {
  fill: #FFFFFF !important;
}
body #footer .footer-fc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
body #footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  background: #1B2B1C;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  min-height: 8.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom {
    padding: 5rem 0 5rem 0;
  }
}
@media only screen and (max-width: 47.9375em) {
  body #footer .footer-bottom {
    padding: 4rem 0 4rem 0;
  }
}
body #footer .footer-bottom .title {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
  padding: 0 0.5em 0 0;
  margin: 0;
}
body #footer .footer-bottom .text {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
  margin: 0;
  padding: 0 0 0 0;
}
body #footer .footer-bottom .text a {
  text-decoration: underline;
  color: #FFFFFF;
}
body #footer .footer-bottom .text a:hover {
  color: #FFFFFF;
}
body #footer .footer-bottom .text strong {
  font-weight: 600;
}
body #footer .footer-bottom .text .title {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #FFFFFF;
  padding: 0 0.5em 0 0;
  margin: 0;
}
body #footer .footer-bottom a {
  color: #FFFFFF;
}
body #footer .footer-bottom a:hover {
  color: #FFFFFF;
}
body #footer .footer-bottom .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10.75rem;
}
body #footer .footer-bottom .logo svg {
  fill: #FFFFFF;
}
body #footer .footer-bottom .footer-bottom-inner .footer-bottom-item {
  margin: 0 0 0 0;
  padding: 0 0rem 0 0.9375rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body #footer .footer-bottom .footer-bottom-inner .footer-bottom-item {
    margin: 0 0 0 0;
    padding: 0rem 0 0rem 0;
  }
}
body #footer .footer-bottom .footer-bottom-inner .footer-bottom-item.first {
  padding-left: 0;
}
body #footer .footer-bottom .footer-bottom-inner .footer-bottom-item.last {
  padding-right: 0;
}
body #footer .footer-bottom .footer-bottom-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left {
    width: 100%;
  }
}
@media only screen and (max-width: 47.9375em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.75rem;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .company-info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .company-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .company-info .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .company-info .address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item .menu-link {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
  font-style: none;
  color: #FFFFFF;
  padding: 0;
  margin: 0 0.75rem 0 0.75rem;
  gap: 0.75rem;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item .menu-link:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item .menu-link .title {
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item .menu-link .icon {
  display: none;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item .menu-link:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item:first-child .menu-link {
  margin-left: 0 !important;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright .menu-item:last-child .menu-link {
  margin-right: 0 !important;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-left .copyright-wrapper .footer-menu-copyright {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}
body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-right .made-by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 64em) {
  body #footer .footer-bottom .footer-bottom-inner .row .footer-bottom-right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.75rem;
  }
}
body #footer .footer-bottom .footer-bottom-inner .footer-bottom-left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body #footer .footer-bottom .footer-bottom-inner .footer-bottom-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.hamburger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto !important;
  border: 1px solid #FF0000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .hamburger-wrapper {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.hamburger-wrapper .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.hamburger-wrapper .label {
  color: #F7F7EE;
}
.hamburger-wrapper .icon {
  color: #F7F7EE;
}
.hamburger-wrapper:hover {
  background: #223623;
  border-color: #223623;
}
.hamburger-wrapper:hover .label, .hamburger-wrapper:hover .icon {
  color: #F7F7EE;
}
.hamburger-wrapper .slide-menu-trigger-wrapper {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger .slide-menu-trigger-icon {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.slide-menu, .slide-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  height: 100vh;
  background-color: #EFEFE1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  -webkit-box-shadow: -1px 1px 4px rgba(3, 7, 18, 0.01), -4px 5px 16px rgba(3, 7, 18, 0.03), -9px 12px 36px rgba(3, 7, 18, 0.04), -15px 20px 65px rgba(3, 7, 18, 0.06), -24px 32px 101px rgba(3, 7, 18, 0.07);
          box-shadow: -1px 1px 4px rgba(3, 7, 18, 0.01), -4px 5px 16px rgba(3, 7, 18, 0.03), -9px 12px 36px rgba(3, 7, 18, 0.04), -15px 20px 65px rgba(3, 7, 18, 0.06), -24px 32px 101px rgba(3, 7, 18, 0.07);
  z-index: 1300;
}
.slide-menu-wrapper, .slide-submenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.slide-menu-wrapper.depth-0, .slide-submenu-wrapper.depth-0 {
  z-index: 1300;
}
.slide-menu-wrapper.depth-1, .slide-submenu-wrapper.depth-1 {
  z-index: 1200;
}
.slide-menu-wrapper-header, .slide-submenu-wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 8.75rem;
  color: #152121;
  background: #EFEFE1;
  border-bottom: 1px solid transparent;
  padding: 0 6rem;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-header, .slide-submenu-wrapper-header {
    height: calc(8.75rem * 0.8);
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-header, .slide-submenu-wrapper-header {
    height: calc(8.75rem * 0.8);
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header, .slide-submenu-wrapper-header {
    height: calc(8.75rem * 0.8);
    padding: 0 6vw;
  }
}
.slide-menu-wrapper-header .inner-left, .slide-menu-wrapper-header .inner-right, .slide-menu-wrapper-header .inner-center, .slide-submenu-wrapper-header .inner-left, .slide-submenu-wrapper-header .inner-right, .slide-submenu-wrapper-header .inner-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.slide-menu-wrapper-header .inner-left, .slide-submenu-wrapper-header .inner-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 10%;
}
.slide-menu-wrapper-header .inner-right, .slide-submenu-wrapper-header .inner-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 10%;
}
.slide-menu-wrapper-header .inner-center, .slide-submenu-wrapper-header .inner-center {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 90%;
}
.slide-menu-wrapper-header .slide-submenu-back, .slide-menu-wrapper-header .slide-menu-back, .slide-submenu-wrapper-header .slide-submenu-back, .slide-submenu-wrapper-header .slide-menu-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn, .slide-menu-wrapper-header .slide-menu-back.back-btn, .slide-submenu-wrapper-header .slide-submenu-back.back-btn, .slide-submenu-wrapper-header .slide-menu-back.back-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
  background: transparent;
  transition: all 0.2s ease;
  border-radius: 100%;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #152121;
  opacity: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header .slide-submenu-back.back-btn, .slide-menu-wrapper-header .slide-menu-back.back-btn, .slide-submenu-wrapper-header .slide-submenu-back.back-btn, .slide-submenu-wrapper-header .slide-menu-back.back-btn {
    white-space: nowrap;
  }
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn .label, .slide-menu-wrapper-header .slide-menu-back.back-btn .label, .slide-submenu-wrapper-header .slide-submenu-back.back-btn .label, .slide-submenu-wrapper-header .slide-menu-back.back-btn .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn .icon, .slide-menu-wrapper-header .slide-menu-back.back-btn .icon, .slide-submenu-wrapper-header .slide-submenu-back.back-btn .icon, .slide-submenu-wrapper-header .slide-menu-back.back-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-header .slide-submenu-back.back-btn, .slide-menu-wrapper-header .slide-menu-back.back-btn, .slide-submenu-wrapper-header .slide-submenu-back.back-btn, .slide-submenu-wrapper-header .slide-menu-back.back-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-header .slide-submenu-back.back-btn, .slide-menu-wrapper-header .slide-menu-back.back-btn, .slide-submenu-wrapper-header .slide-submenu-back.back-btn, .slide-submenu-wrapper-header .slide-menu-back.back-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header .slide-submenu-back.back-btn, .slide-menu-wrapper-header .slide-menu-back.back-btn, .slide-submenu-wrapper-header .slide-submenu-back.back-btn, .slide-submenu-wrapper-header .slide-menu-back.back-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn .label, .slide-menu-wrapper-header .slide-menu-back.back-btn .label, .slide-submenu-wrapper-header .slide-submenu-back.back-btn .label, .slide-submenu-wrapper-header .slide-menu-back.back-btn .label {
  display: none;
  font-weight: 700;
  font-size: inherit;
  color: #152121;
  padding: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn .icon, .slide-menu-wrapper-header .slide-menu-back.back-btn .icon, .slide-submenu-wrapper-header .slide-submenu-back.back-btn .icon, .slide-submenu-wrapper-header .slide-menu-back.back-btn .icon {
  padding: 0;
  margin: 0;
  font-size: 1.875rem !important;
  font-weight: 100;
  color: #152121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn:hover, .slide-menu-wrapper-header .slide-menu-back.back-btn:hover, .slide-submenu-wrapper-header .slide-submenu-back.back-btn:hover, .slide-submenu-wrapper-header .slide-menu-back.back-btn:hover {
  background: #FFF;
  opacity: 50%;
}
.slide-menu-wrapper-header .slide-submenu-back.back-btn:hover .label, .slide-menu-wrapper-header .slide-submenu-back.back-btn:hover .icon, .slide-menu-wrapper-header .slide-menu-back.back-btn:hover .label, .slide-menu-wrapper-header .slide-menu-back.back-btn:hover .icon, .slide-submenu-wrapper-header .slide-submenu-back.back-btn:hover .label, .slide-submenu-wrapper-header .slide-submenu-back.back-btn:hover .icon, .slide-submenu-wrapper-header .slide-menu-back.back-btn:hover .label, .slide-submenu-wrapper-header .slide-menu-back.back-btn:hover .icon {
  color: inherit;
}
.slide-menu-wrapper-header .slide-menu-title, .slide-menu-wrapper-header .slide-submenu-title, .slide-submenu-wrapper-header .slide-menu-title, .slide-submenu-wrapper-header .slide-submenu-title {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: Inter !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header .slide-menu-title, .slide-menu-wrapper-header .slide-submenu-title, .slide-submenu-wrapper-header .slide-menu-title, .slide-submenu-wrapper-header .slide-submenu-title {
    white-space: nowrap;
  }
}
.slide-menu-wrapper-header .slide-menu-title .label, .slide-menu-wrapper-header .slide-submenu-title .label, .slide-submenu-wrapper-header .slide-menu-title .label, .slide-submenu-wrapper-header .slide-submenu-title .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slide-menu-wrapper-header .slide-menu-title .label, .slide-menu-wrapper-header .slide-submenu-title .label, .slide-submenu-wrapper-header .slide-menu-title .label, .slide-submenu-wrapper-header .slide-submenu-title .label {
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  color: #152121 !important;
}
.slide-menu-wrapper-header .slide-submenu-close, .slide-menu-wrapper-header .slide-menu-close, .slide-submenu-wrapper-header .slide-submenu-close, .slide-submenu-wrapper-header .slide-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn, .slide-menu-wrapper-header .slide-menu-close.close-btn, .slide-submenu-wrapper-header .slide-submenu-close.close-btn, .slide-submenu-wrapper-header .slide-menu-close.close-btn {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  height: 3.75rem;
  width: 3.75rem;
  min-width: 3.75rem;
  background: transparent;
  transition: all 0.2s ease;
  border-radius: 100%;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  color: #152121;
  opacity: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header .slide-submenu-close.close-btn, .slide-menu-wrapper-header .slide-menu-close.close-btn, .slide-submenu-wrapper-header .slide-submenu-close.close-btn, .slide-submenu-wrapper-header .slide-menu-close.close-btn {
    white-space: nowrap;
  }
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn .label, .slide-menu-wrapper-header .slide-menu-close.close-btn .label, .slide-submenu-wrapper-header .slide-submenu-close.close-btn .label, .slide-submenu-wrapper-header .slide-menu-close.close-btn .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn .icon, .slide-menu-wrapper-header .slide-menu-close.close-btn .icon, .slide-submenu-wrapper-header .slide-submenu-close.close-btn .icon, .slide-submenu-wrapper-header .slide-menu-close.close-btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-header .slide-submenu-close.close-btn, .slide-menu-wrapper-header .slide-menu-close.close-btn, .slide-submenu-wrapper-header .slide-submenu-close.close-btn, .slide-submenu-wrapper-header .slide-menu-close.close-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-header .slide-submenu-close.close-btn, .slide-menu-wrapper-header .slide-menu-close.close-btn, .slide-submenu-wrapper-header .slide-submenu-close.close-btn, .slide-submenu-wrapper-header .slide-menu-close.close-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-header .slide-submenu-close.close-btn, .slide-menu-wrapper-header .slide-menu-close.close-btn, .slide-submenu-wrapper-header .slide-submenu-close.close-btn, .slide-submenu-wrapper-header .slide-menu-close.close-btn {
    height: 3.75rem;
    min-width: 3.75rem !important;
    width: 3.75rem !important;
  }
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn .label, .slide-menu-wrapper-header .slide-menu-close.close-btn .label, .slide-submenu-wrapper-header .slide-submenu-close.close-btn .label, .slide-submenu-wrapper-header .slide-menu-close.close-btn .label {
  display: none;
  font-weight: 700;
  font-size: inherit;
  color: #152121;
  padding: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn .icon, .slide-menu-wrapper-header .slide-menu-close.close-btn .icon, .slide-submenu-wrapper-header .slide-submenu-close.close-btn .icon, .slide-submenu-wrapper-header .slide-menu-close.close-btn .icon {
  padding: 0;
  margin: 0;
  font-size: 1.875rem !important;
  font-weight: 100;
  color: #152121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn:hover, .slide-menu-wrapper-header .slide-menu-close.close-btn:hover, .slide-submenu-wrapper-header .slide-submenu-close.close-btn:hover, .slide-submenu-wrapper-header .slide-menu-close.close-btn:hover {
  background: #FFF;
  opacity: 50%;
}
.slide-menu-wrapper-header .slide-submenu-close.close-btn:hover .label, .slide-menu-wrapper-header .slide-submenu-close.close-btn:hover .icon, .slide-menu-wrapper-header .slide-menu-close.close-btn:hover .label, .slide-menu-wrapper-header .slide-menu-close.close-btn:hover .icon, .slide-submenu-wrapper-header .slide-submenu-close.close-btn:hover .label, .slide-submenu-wrapper-header .slide-submenu-close.close-btn:hover .icon, .slide-submenu-wrapper-header .slide-menu-close.close-btn:hover .label, .slide-submenu-wrapper-header .slide-menu-close.close-btn:hover .icon {
  color: inherit;
}
.slide-menu-wrapper-content, .slide-submenu-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 0 6rem;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-content, .slide-submenu-wrapper-content {
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-content, .slide-submenu-wrapper-content {
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-content, .slide-submenu-wrapper-content {
    padding: 0 6vw;
  }
}
.slide-menu-wrapper-content .slide-menu-list, .slide-submenu-wrapper-content .slide-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-content .slide-menu-list, .slide-submenu-wrapper-content .slide-menu-list {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-content .slide-menu-list, .slide-submenu-wrapper-content .slide-menu-list {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-content .slide-menu-list, .slide-submenu-wrapper-content .slide-menu-list {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
.slide-menu-wrapper-content .slide-menu-list div, .slide-submenu-wrapper-content .slide-menu-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-menu-wrapper-content .slide-menu-list div a, .slide-submenu-wrapper-content .slide-menu-list div a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  padding: 0;
  width: 100%;
  border-radius: 6px;
  height: calc(3.75rem * 1.25);
  overflow: hidden !important;
  border-bottom: 1px solid transparent;
  border-top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: transparent;
  opacity: 100%;
  margin: 0.25rem 0 0.25rem 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-content .slide-menu-list div a, .slide-submenu-wrapper-content .slide-menu-list div a {
    white-space: nowrap;
  }
}
.slide-menu-wrapper-content .slide-menu-list div a .label, .slide-submenu-wrapper-content .slide-menu-list div a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slide-menu-wrapper-content .slide-menu-list div a .icon, .slide-submenu-wrapper-content .slide-menu-list div a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.slide-menu-wrapper-content .slide-menu-list div a .label, .slide-submenu-wrapper-content .slide-menu-list div a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: EB_Garamond;
  font-size: calc(0.75rem * 4);
  color: #1B2B1C;
  font-weight: 400;
  font-style: inherit;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-menu-wrapper-content .slide-menu-list div a .icon, .slide-submenu-wrapper-content .slide-menu-list div a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem !important;
  font-weight: 100;
  color: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-menu-wrapper-content .slide-menu-list div a:hover, .slide-submenu-wrapper-content .slide-menu-list div a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 100%;
  padding: 0;
}
.slide-menu-wrapper-content .slide-menu-list div a:hover .label, .slide-submenu-wrapper-content .slide-menu-list div a:hover .label {
  color: #000;
}
.slide-menu-wrapper-content .slide-menu-list div a:hover .icon, .slide-submenu-wrapper-content .slide-menu-list div a:hover .icon {
  color: #1B2B1C;
}
.slide-menu-wrapper-content .slide-menu-list div:last-child a, .slide-submenu-wrapper-content .slide-menu-list div:last-child a {
  border-top: 0;
  border-bottom: 1px solid transparent;
  opacity: 100%;
}
.slide-menu-wrapper-content .slide-menu-list div:last-child a:hover, .slide-submenu-wrapper-content .slide-menu-list div:last-child a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 100%;
}
.slide-menu-wrapper-footer, .slide-submenu-wrapper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%;
  min-height: calc(8.75rem * 2);
  background: #EFEFE1;
  padding: 0 6rem;
  border-top: 1px solid transparent;
}
@media only screen and (max-width: 80em) {
  .slide-menu-wrapper-footer, .slide-submenu-wrapper-footer {
    height: calc(calc(8.75rem * 0.8) * 2.5);
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu-wrapper-footer, .slide-submenu-wrapper-footer {
    height: calc(calc(8.75rem * 0.8) * 2.5);
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu-wrapper-footer, .slide-submenu-wrapper-footer {
    height: calc(calc(8.75rem * 0.8) * 3.5);
    padding: 0 6vw;
  }
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(3.75rem * 0.65);
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  height: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.094rem;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #1B2B1C;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 0px solid #1B2B1C;
  border-top: 0px solid transparent;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .title, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.5rem;
  font-size: 1.875rem;
  display: none;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon i, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon i {
  font-style: normal !important;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:after, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:after {
  position: absolute;
  content: " ";
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: transparent;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:hover, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:hover {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:hover:after, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link:hover:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .submenu.closed, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .submenu.closed {
  display: none;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item.current-menu-item .menu-link, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item.current-menu-item .menu-link {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item.current-menu-item .menu-link:after, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item.current-menu-item .menu-link:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .menu-item .menu-link .icon {
  display: none !important;
}
.slide-menu-wrapper-footer .slide-menu-additional-1-wrapper .menu .icon, .slide-submenu-wrapper-footer .slide-menu-additional-1-wrapper .menu .icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slide-menu {
  width: 35vw;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu {
    width: 100vw !important;
    z-index: 1200;
  }
}
@media only screen and (max-width: 80em) {
  .slide-menu {
    width: 60vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu {
    width: 60vw;
  }
}
@media only screen and (min-width: 80.0625em) {
  .slide-menu {
    width: 40vw;
  }
}
@media only screen and (min-width: 120.0625em) {
  .slide-menu {
    width: 35vw;
  }
}
.slide-menu.is-closed {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(35vw);
          transform: translateX(35vw);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-menu.is-closed {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@media only screen and (max-width: 64em) {
  .slide-menu.is-closed {
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
  }
}
@media only screen and (max-width: 80em) {
  .slide-menu.is-closed {
    -webkit-transform: translateX(60vw);
            transform: translateX(60vw);
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .slide-menu.is-closed {
    -webkit-transform: translateX(40vw);
            transform: translateX(40vw);
  }
}
@media only screen and (min-width: 120.0625em) {
  .slide-menu.is-closed {
    -webkit-transform: translateX(35vw);
            transform: translateX(35vw);
  }
}
.slide-menu.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.slide-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFEFE1;
  width: 35vw;
  z-index: 1300 !important;
  -webkit-box-shadow: 0 !important;
          box-shadow: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-submenu {
    width: 100vw !important;
    z-index: 1200;
  }
}
@media only screen and (max-width: 80em) {
  .slide-submenu {
    width: 60vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-submenu {
    width: 60vw;
  }
}
@media only screen and (min-width: 80.0625em) {
  .slide-submenu {
    width: 40vw;
  }
}
@media only screen and (min-width: 120.0625em) {
  .slide-submenu {
    width: 35vw;
  }
}
.slide-submenu.is-closed {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 0;
  visibility: hidden;
  width: 35vw;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-submenu.is-closed {
    width: 100vw !important;
    z-index: 1200;
  }
}
@media only screen and (max-width: 80em) {
  .slide-submenu.is-closed {
    width: 60vw;
  }
}
@media only screen and (max-width: 64em) {
  .slide-submenu.is-closed {
    width: 60vw;
  }
}
@media only screen and (min-width: 80.0625em) {
  .slide-submenu.is-closed {
    width: 40vw;
  }
}
@media only screen and (min-width: 120.0625em) {
  .slide-submenu.is-closed {
    width: 35vw;
  }
}
.slide-submenu.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.slide-submenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.slide-submenu-wrapper.depth-0 {
  z-index: 1300;
}
.slide-submenu-wrapper.depth-1 {
  z-index: 1200;
}
.slide-submenu-wrapper-header {
  background: transparent !important;
}
.slide-submenu-wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-submenu-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .slide-submenu-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
}
.slide-submenu-wrapper-content .slide-submenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 8.75rem;
}
.slide-submenu-wrapper-content .slide-submenu-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-submenu-wrapper-content .slide-submenu-list div a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  justify-content: center;
  padding: 0;
  width: 100%;
  border-radius: 6px;
  height: calc(3.75rem * 1.25);
  overflow: hidden !important;
  border-bottom: 1px solid transparent;
  border-top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: transparent;
  opacity: 100%;
  margin: 0.25rem 0 0.25rem 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .slide-submenu-wrapper-content .slide-submenu-list div a {
    white-space: nowrap;
  }
}
.slide-submenu-wrapper-content .slide-submenu-list div a .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.slide-submenu-wrapper-content .slide-submenu-list div a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.slide-submenu-wrapper-content .slide-submenu-list div a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(0.75rem * 4);
  color: #1B2B1C;
  font-weight: 400;
  font-style: inherit;
  font-family: EB_Garamond;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-submenu-wrapper-content .slide-submenu-list div a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem !important;
  font-weight: 100;
  color: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-submenu-wrapper-content .slide-submenu-list div a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 100%;
  padding: 0;
}
.slide-submenu-wrapper-content .slide-submenu-list div a:hover .label {
  color: #000;
}
.slide-submenu-wrapper-content .slide-submenu-list div a:hover .icon {
  color: #1B2B1C;
}
.slide-submenu-wrapper-content .slide-submenu-list div:last-child a {
  border-top: 0;
  border-bottom: 1px solid transparent;
  opacity: 100%;
}
.slide-submenu-wrapper-content .slide-submenu-list div:last-child a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 100%;
}
.slide-submenu-wrapper-content .slide-submenu-list .menu-item-has-children .icon i {
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.slide-submenu-wrapper-content .slide-submenu-list .menu-item-has-children .icon.is-open i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slide-submenu-wrapper-content .slide-submenu-list .menu-item-has-children .icon.is-closed i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 {
  display: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  width: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  padding: 0 2rem;
  border-radius: 6px;
  height: calc(3.75rem * 1.15);
  border-bottom: 1px solid transparent;
  border-top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: transparent;
  opacity: 100%;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: calc(0.75rem * 1.75);
  color: #1B2B1C;
  font-weight: 400;
  font-style: inherit;
  text-transform: none;
  letter-spacing: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem !important;
  font-weight: 100;
  color: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 75%;
  padding: 0 2rem;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a:hover .label {
  color: #000;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div a:hover .icon {
  color: #1B2B1C;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div:last-child a {
  border-top: 0;
  border-bottom: 1px solid transparent;
  opacity: 100%;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1 div:last-child a:hover {
  background: transparent;
  border-color: transparent;
  opacity: 75%;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.slide-submenu-wrapper-content .slide-submenu-list.depth-1.is-closed {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.contact-persons {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.contact-persons-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.contact-persons-header .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.contact-persons-header .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-persons-header .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.contact-persons-header .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.contact-persons-header .title-wrapper .title strong {
  font-weight: 400;
}
.contact-persons-header .title-wrapper .title a {
  color: #1B2B1C;
}
.contact-persons-header .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .contact-persons-header .title-wrapper .title {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-persons-header .title-wrapper .title {
    font-size: calc(2.25rem * 0.6);
  }
}
.contact-persons-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #49754c;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.06);
}
.contact-card .item-image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.contact-card .item-image-wrapper .image-responsive-wrapper {
  width: 100%;
  min-height: 100%;
}
.contact-card .item-image-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border: 1px solid #FF0000;
}
.contact-card .item-image-wrapper .image-responsive-wrapper .image:after {
  content: "";
  display: block;
  padding-bottom: 67.7083333333%;
}
.contact-card .item-image-wrapper .image-responsive-wrapper picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-card .item-image-wrapper .image-responsive-wrapper picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-card .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 300;
  overflow: hidden;
  text-align: left;
  padding: 5.5rem 4.75rem;
  border: 1px solid #FF0000;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .contact-card .item-content {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .contact-card .item-content {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-card .item-content {
    padding: 3.75rem 0;
  }
}
.contact-card .item-content .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: calc(2rem * 2);
}
.contact-card .item-content .details .name {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.contact-card .item-content .details .name strong {
  font-weight: 400;
}
.contact-card .item-content .details .name a {
  color: #1B2B1C;
}
.contact-card .item-content .details .name i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-card .item-content .details .name {
    font-size: calc(1.25rem * 0.8);
  }
}
.contact-card .item-content .details .job-title {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  border: 1px solid #FF0000;
}
.contact-card .item-content .details .job-title strong {
  font-weight: 600;
}
.contact-card .item-content .details .job-title em {
  font-style: italic;
}
.contact-card .item-content .details .job-title em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .contact-card .item-content .details .job-title {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-card .item-content .details .job-title {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.contact-card .item-content .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-card .item-content .contact .mobile-phone-number, .contact-card .item-content .contact .email, .contact-card .item-content .contact .linkedin {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin-bottom: 0;
}
.contact-card .item-content .contact .mobile-phone-number strong, .contact-card .item-content .contact .email strong, .contact-card .item-content .contact .linkedin strong {
  font-weight: 600;
}
.contact-card .item-content .contact .mobile-phone-number em, .contact-card .item-content .contact .email em, .contact-card .item-content .contact .linkedin em {
  font-style: italic;
}
.contact-card .item-content .contact .mobile-phone-number em strong, .contact-card .item-content .contact .email em strong, .contact-card .item-content .contact .linkedin em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .contact-card .item-content .contact .mobile-phone-number, .contact-card .item-content .contact .email, .contact-card .item-content .contact .linkedin {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .contact-card .item-content .contact .mobile-phone-number, .contact-card .item-content .contact .email, .contact-card .item-content .contact .linkedin {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.contact-card .item-content .contact .mobile-phone-number .link, .contact-card .item-content .contact .email .link, .contact-card .item-content .contact .linkedin .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.contact-card .item-content .contact .mobile-phone-number .link:hover, .contact-card .item-content .contact .email .link:hover, .contact-card .item-content .contact .linkedin .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.contact-card .item-content .contact .mobile-phone-number .link:visited, .contact-card .item-content .contact .email .link:visited, .contact-card .item-content .contact .linkedin .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.contact-card .item-content .contact .mobile-phone-number .link:visited:hover, .contact-card .item-content .contact .email .link:visited:hover, .contact-card .item-content .contact .linkedin .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}

body .page-contact-person-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7EE;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body .page-contact-person-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .page-contact-person-wrapper {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body .page-contact-person-wrapper {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body .page-contact-person-wrapper .grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .page-contact-person-wrapper .tease-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  overflow: hidden;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper {
  width: 100%;
  width: 60%;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper picture,
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper picture img,
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper {
    width: 50%;
  }
}
body .page-contact-person-wrapper .tease-employee .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  z-index: 300;
  overflow: hidden;
  text-align: left;
  padding: 3.125rem 2.1875rem;
  background: #FFFFFF;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 2.9375rem 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 3.125rem 2.1875rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper {
    padding: 2.9375rem 6vw;
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .tags-wrapper {
  display: none;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper .title {
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper .title strong {
  font-weight: 400;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper .title a {
  color: #1B2B1C;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .title-wrapper .title {
    font-size: calc(1.375rem * 0.85);
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  color: #406541;
  margin: 0 !important;
  padding-top: 0.25rem;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title strong, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company strong {
  font-weight: 600;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title em, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company em {
  font-style: italic;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title em strong, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .job-title, body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .details-wrapper .company {
  display: none !important;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-bottom: 0;
  margin-top: 0;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper strong {
  font-weight: 600;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper em {
  font-style: italic;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1.25rem;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-bottom: 0 !important;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label {
    font-size: calc(0.75rem * 0.9);
  }
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin: 0 !important;
  white-space: wrap;
  color: #1B2B1C;
  font-weight: 500;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link strong {
  font-weight: 600;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link em {
  font-style: italic;
}
body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body .page-contact-person-wrapper .contact-person-extra-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 80%;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .title-wrapper .title strong {
  font-weight: 400;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .title-wrapper .title a {
  color: #1B2B1C;
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body .page-contact-person-wrapper .contact-person-extra-wrapper .content-wrapper .title-wrapper .title {
    font-size: calc(1.625rem * 0.85);
  }
}
body .page-contact-person-wrapper .contact-person-extra-wrapper .featured-btns-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tease-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-company .image-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tease-company .image-responsive-wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0.375rem;
}
.tease-company .image-responsive-wrapper .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tease-company .image-responsive-wrapper .image .svg, .tease-company .image-responsive-wrapper .image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 8rem !important;
}
.tease-company .image-responsive-wrapper .image .svg img, .tease-company .image-responsive-wrapper .image .svg svg, .tease-company .image-responsive-wrapper .image picture img, .tease-company .image-responsive-wrapper .image picture svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100% !important;
  max-height: 2.8125rem;
}
.tease-company .image-responsive-wrapper .image .svg svg, .tease-company .image-responsive-wrapper .image picture svg {
  fill: #223623;
}
.tease-company .image-responsive-wrapper .image .svg svg g, .tease-company .image-responsive-wrapper .image picture svg g {
  fill: #223623 !important;
}
.tease-company .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
}
.tease-company .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(1rem * 0.5);
}
.tease-company .actions-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
.tease-company .actions-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.tease-company .actions-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.tease-company .actions-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}

body.post-type-archive .company-wrapper .tease-company {
  background: #FFFFFF;
  border-radius: 0.375rem;
  padding: 3.125rem 2.1875rem;
  padding-top: 0 !important;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body.post-type-archive .company-wrapper .tease-company {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body.post-type-archive .company-wrapper .tease-company {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.post-type-archive .company-wrapper .tease-company {
    padding: 2.9375rem 6vw;
  }
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .svg, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  padding: 4rem;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .svg img, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .svg svg, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image picture img, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image picture svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 5rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .svg svg, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image picture svg {
  fill: #223623;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .svg svg g, body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image picture svg g {
  fill: #223623 !important;
}
body.post-type-archive .company-wrapper .tease-company .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper .heading, body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper a {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
  color: #1E1E1E;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper .heading strong, body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper a strong {
  font-weight: 400;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper .heading a, body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper a a {
  color: #1B2B1C;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper .heading i, body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper a i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper .heading, body.post-type-archive .company-wrapper .tease-company .content-wrapper .heading-wrapper a {
    font-size: calc(1.625rem * 0.85);
  }
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .tags-wrapper {
  display: none;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description strong {
  font-weight: 600;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description em {
  font-style: italic;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text strong {
  font-weight: 600;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text em {
  font-style: italic;
}
body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.post-type-archive .company-wrapper .tease-company .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.post-type-archive .company-wrapper .tease-company .actions-wrapper {
  gap: 2.5rem;
}

body.single-company {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-company {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
body.single-company .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  body.single-company .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.single-company .header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-company .header .logo .image, body.single-company .header .logo a, body.single-company .header .logo svg, body.single-company .header .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header .logo .image, body.single-company .header .logo a, body.single-company .header .logo svg, body.single-company .header .logo img {
    width: 4.0625rem;
  }
}
body.single-company .header .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-company .header .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-company .header .primary_menu_1, body.single-company .header .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-company .header .primary_menu_1 .menu-item, body.single-company .header .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
body.single-company .header .primary_menu_1 .menu-item .menu-link, body.single-company .header .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .toggle, body.single-company .header .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .label, body.single-company .header .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .icon, body.single-company .header .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .icon i, body.single-company .header .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:after, body.single-company .header .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:hover:after, body.single-company .header .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.single-company .header .actions-wrapper .trigger-text-icon-primary .label, body.single-company .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-company .header .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
body.single-company .header .actions-wrapper .item, body.single-company .header .actions-wrapper-tablet-phone .item, body.single-company .header .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header .actions-wrapper .item:last-child, body.single-company .header .actions-wrapper-tablet-phone .item:last-child, body.single-company .header .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
body.single-company .header .actions-wrapper .btn-icon-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-company .header .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
body.single-company .header .actions-wrapper .btn-icon-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-company .header .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
body.single-company .header .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
body.single-company .header.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  body.single-company .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.single-company .header.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
body.single-company .header.header-scroll-past .logo .image, body.single-company .header.header-scroll-past .logo a, body.single-company .header.header-scroll-past .logo svg, body.single-company .header.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header.header-scroll-past .logo .image, body.single-company .header.header-scroll-past .logo a, body.single-company .header.header-scroll-past .logo svg, body.single-company .header.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.single-company .header.header-scroll-past .logo svg, body.single-company .header.header-scroll-past .logo g, body.single-company .header.header-scroll-past .logo path, body.single-company .header.header-scroll-past .logo rect, body.single-company .header.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  body.single-company .header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.single-company .header.header-scroll-past .logo:hover svg, body.single-company .header.header-scroll-past .logo:hover g, body.single-company .header.header-scroll-past .logo:hover path, body.single-company .header.header-scroll-past .logo:hover rect, body.single-company .header.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
body.single-company .header.header-scroll-past .logo.is-active svg, body.single-company .header.header-scroll-past .logo.is-active g, body.single-company .header.header-scroll-past .logo.is-active path, body.single-company .header.header-scroll-past .logo.is-active rect, body.single-company .header.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
body.single-company .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.single-company .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-primary, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-secondary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-primary .label, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-primary:after, body.single-company .header.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, body.single-company .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
body.single-company .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-company .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
body.single-company .header.header-scroll-past:hover {
  background: #1B2B1C !important;
}
body.single-company .header.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
body.single-company .header.header-slide-up {
  top: -8.75rem !important;
}
body.single-company .header .logo svg, body.single-company .header .logo g, body.single-company .header .logo path, body.single-company .header .logo rect, body.single-company .header .logo polygon {
  fill: #FFFFFF;
}
body.single-company .header .logo:hover svg, body.single-company .header .logo:hover g, body.single-company .header .logo:hover path, body.single-company .header .logo:hover rect, body.single-company .header .logo:hover polygon {
  fill: #FFFFFF;
}
body.single-company .header .logo.is-active svg, body.single-company .header .logo.is-active g, body.single-company .header .logo.is-active path, body.single-company .header .logo.is-active rect, body.single-company .header .logo.is-active polygon {
  fill: #FFFFFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link, body.single-company .header .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .label, body.single-company .header .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link .icon, body.single-company .header .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:after, body.single-company .header .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:hover:after, body.single-company .header .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:hover .label, body.single-company .header .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link:hover .icon, body.single-company .header .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active .label, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
body.single-company .header .primary_menu_1 .menu-item .menu-link.is-active .icon, body.single-company .header .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
body.single-company .header .actions-wrapper .btn-icon-solid-primary, body.single-company .header .actions-wrapper .btn-text-icon-solid-primary, body.single-company .header .actions-wrapper .btn-text-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-text-solid-primary, body.single-company .header .hamburger-wrapper .btn-icon-solid-primary, body.single-company .header .hamburger-wrapper .btn-text-icon-solid-primary, body.single-company .header .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
body.single-company .header .actions-wrapper .btn-icon-solid-primary .icon, body.single-company .header .actions-wrapper .btn-text-icon-solid-primary .icon, body.single-company .header .actions-wrapper .btn-text-solid-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.single-company .header .hamburger-wrapper .btn-icon-solid-primary .icon, body.single-company .header .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.single-company .header .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
body.single-company .header .actions-wrapper .btn-icon-solid-primary .label, body.single-company .header .actions-wrapper .btn-text-icon-solid-primary .label, body.single-company .header .actions-wrapper .btn-text-solid-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.single-company .header .hamburger-wrapper .btn-icon-solid-primary .label, body.single-company .header .hamburger-wrapper .btn-text-icon-solid-primary .label, body.single-company .header .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
body.single-company .header .actions-wrapper .btn-icon-outline-primary, body.single-company .header .actions-wrapper .btn-text-icon-outline-primary, body.single-company .header .actions-wrapper .btn-text-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .btn-text-outline-primary, body.single-company .header .hamburger-wrapper .btn-icon-outline-primary, body.single-company .header .hamburger-wrapper .btn-text-icon-outline-primary, body.single-company .header .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
body.single-company .header .actions-wrapper .btn-icon-outline-primary .icon, body.single-company .header .actions-wrapper .btn-text-icon-outline-primary .icon, body.single-company .header .actions-wrapper .btn-text-outline-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.single-company .header .hamburger-wrapper .btn-icon-outline-primary .icon, body.single-company .header .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.single-company .header .hamburger-wrapper .btn-text-outline-primary .icon {
  color: #FFF;
}
body.single-company .header .actions-wrapper .btn-icon-outline-primary .label, body.single-company .header .actions-wrapper .btn-text-icon-outline-primary .label, body.single-company .header .actions-wrapper .btn-text-outline-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.single-company .header .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.single-company .header .hamburger-wrapper .btn-icon-outline-primary .label, body.single-company .header .hamburger-wrapper .btn-text-icon-outline-primary .label, body.single-company .header .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
body.single-company .header .actions-wrapper .trigger-text-icon-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.single-company .header .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
body.single-company .header .actions-wrapper .trigger-text-icon-primary .label, body.single-company .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-company .header .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
body.single-company .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-company .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-company .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
body.single-company .header:hover {
  background: #1B2B1C;
}
body.single-company .header.is-active {
  background: #1B2B1C;
}
body.single-company .single-bc-wrapper {
  height: 8.75rem;
  background: #F7F7EE;
}
@media only screen and (max-width: 80em) {
  body.single-company .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent;
  z-index: 200;
  width: 100%;
  height: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper .container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100% !important;
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail {
    padding: 0 6vw;
  }
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #49754c;
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:hover span {
  color: #223623;
  text-decoration: underline;
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:after {
  content: "/";
  color: #49754c;
  font-size: calc(0.75rem * 1);
  margin: 0 0 0 0.75rem;
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb:last-child span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #223623;
}
@media only screen and (max-width: 80em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.single-company .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
body.single-company .content-area-inner {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body.single-company .content-area-inner {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .content-area-inner {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-area-inner {
    padding-top: calc(8.75rem * 0.5);
  }
}
body.single-company .single-header-wrapper {
  padding-bottom: calc(8.75rem * 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 80em) {
  body.single-company .single-header-wrapper {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-header-wrapper {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper {
    padding-bottom: calc(5rem * 0.5);
  }
}
body.single-company .single-header-wrapper .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  row-gap: 0.5rem;
  margin: 0 0 0.75rem 0;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date {
    white-space: nowrap;
  }
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  color: #1B2B1C;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date:hover {
  background: #223623;
  border-color: #223623;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date:hover .label {
  color: #FFFFFF;
}
body.single-company .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link {
    white-space: nowrap;
  }
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link .label {
  color: #FFF !important;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link:hover .label {
  color: #FFF;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .link .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link {
    white-space: nowrap;
  }
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link .label {
  color: #1B2B1C;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link:hover {
  background: #223623;
  border-color: #223623;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link:hover .label {
  color: #FFFFFF;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link .label {
  color: #1B2B1C !important;
}
body.single-company .single-header-wrapper .details-wrapper .primary-category-wrapper:last-child .primary-category .link:hover .label {
  color: #FFFFFF !important;
}
body.single-company .single-header-wrapper .company-logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .company-logo-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .single-header-wrapper .company-logo-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-company .single-header-wrapper .company-logo-wrapper {
    margin-bottom: 1.5rem;
  }
}
body.single-company .single-header-wrapper .company-logo-wrapper .company-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40%;
}
body.single-company .single-header-wrapper .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-company .single-header-wrapper .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
body.single-company .single-header-wrapper .title-wrapper .title strong {
  font-weight: 400;
}
body.single-company .single-header-wrapper .title-wrapper .title a {
  color: #1B2B1C;
}
body.single-company .single-header-wrapper .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-company .single-header-wrapper .title-wrapper .title {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .title-wrapper .title {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
body.single-company .single-header-wrapper .author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-company .single-header-wrapper .author-wrapper .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0.5rem * 0.5);
}
body.single-company .single-header-wrapper .author-wrapper .author .label {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin: 0 !important;
}
body.single-company .single-header-wrapper .author-wrapper .author .label strong {
  font-weight: 600;
}
body.single-company .single-header-wrapper .author-wrapper .author .label em {
  font-style: italic;
}
body.single-company .single-header-wrapper .author-wrapper .author .label em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-company .single-header-wrapper .author-wrapper .author .label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .author-wrapper .author .label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-company .single-header-wrapper .author-wrapper .author .link {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #1B2B1C;
}
body.single-company .single-header-wrapper .author-wrapper .author .link strong {
  font-weight: 600;
}
body.single-company .single-header-wrapper .author-wrapper .author .link em {
  font-style: italic;
}
body.single-company .single-header-wrapper .author-wrapper .author .link em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-company .single-header-wrapper .author-wrapper .author .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-header-wrapper .author-wrapper .author .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-company .single-image-wrapper .image-responsive-wrapper {
  width: 100%;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
body.single-company .single-image-wrapper .image-responsive-wrapper picture,
body.single-company .single-image-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-company .single-image-wrapper .image-responsive-wrapper picture img,
body.single-company .single-image-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
body.single-company .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (max-width: 47.9375em) {
  body.single-company .single-image-wrapper .container {
    width: 100vw;
    padding: 0 !important;
  }
  body.single-company .single-image-wrapper .container .image, body.single-company .single-image-wrapper .container .image img {
    border-radius: 0 !important;
  }
}
body.single-company .content-body {
  padding-bottom: 8.75rem;
}
body.single-company .content-body .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Gutenburg Columns -------------------------------- */
  /* Paragraph -------------------------------- */
  /* Preamble -------------------------------- */
  /* Headings -------------------------------- */
  /* Lists -------------------------------- */
  /* Tables -------------------------------- */
  /* Forms -------------------------------- */
  /* Quotes -------------------------------- */
  /* Images -------------------------------- */
  /* Videos -------------------------------- */
  /* Embed -------------------------------- */
  /* Captions -------------------------------- */
  /* Iframe -------------------------------- */
  /* WP-Block Gallery -------------------------------- */
  padding-bottom: 1.5rem;
}
body.single-company .content-body .content-text .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #FF0000;
  /* Properties for every container */
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 80em) {
  body.single-company .content-body .content-text .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .content-body .content-text .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .content-body .content-text .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.single-company .content-body .content-text .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF0000;
}
body.single-company .content-body .content-text p {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
body.single-company .content-body .content-text p strong {
  font-weight: 600;
}
body.single-company .content-body .content-text p em {
  font-style: italic;
}
body.single-company .content-body .content-text p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-company .content-body .content-text p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text p a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-company .content-body .content-text p.preamble-primary strong {
  font-weight: 500;
}
body.single-company .content-body .content-text p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-company .content-body .content-text p.sub-heading-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
body.single-company .content-body .content-text p.sub-heading-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text p.sub-heading-primary {
    font-size: calc(0.75rem * 0.9);
  }
}
body.single-company .content-body .content-text p.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
body.single-company .content-body .content-text p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-company .content-body .content-text p.preamble-primary strong {
  font-weight: 500;
}
body.single-company .content-body .content-text p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-company .content-body .content-text p.preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text p.preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text p.preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text p.preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-company .content-body .content-text .preamble-primary strong {
  font-weight: 500;
}
body.single-company .content-body .content-text .preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-company .content-body .content-text .preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text .preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text .preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .wp-block-heading {
  color: #000;
}
body.single-company .content-body .content-text h1.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
body.single-company .content-body .content-text h1.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h1.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h1.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text h1.wp-block-heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h1.wp-block-heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
body.single-company .content-body .content-text h2.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
body.single-company .content-body .content-text h2.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h2.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h2.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text h2.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h2.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
body.single-company .content-body .content-text h3.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
body.single-company .content-body .content-text h3.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h3.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h3.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text h3.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h3.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
body.single-company .content-body .content-text h4.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
body.single-company .content-body .content-text h4.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h4.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h4.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h4.wp-block-heading {
    font-size: calc(1.625rem * 0.85);
  }
}
body.single-company .content-body .content-text h5.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
body.single-company .content-body .content-text h5.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h5.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h5.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h5.wp-block-heading {
    font-size: calc(1.375rem * 0.85);
  }
}
body.single-company .content-body .content-text h6.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
body.single-company .content-body .content-text h6.wp-block-heading strong {
  font-weight: 400;
}
body.single-company .content-body .content-text h6.wp-block-heading a {
  color: #1B2B1C;
}
body.single-company .content-body .content-text h6.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text h6.wp-block-heading {
    font-size: calc(1.25rem * 0.8);
  }
}
body.single-company .content-body .content-text ul, body.single-company .content-body .content-text ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
body.single-company .content-body .content-text ul li, body.single-company .content-body .content-text ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text ul li, body.single-company .content-body .content-text ol li {
    font-size: calc(1rem * 0.95);
  }
}
body.single-company .content-body .content-text ul li a, body.single-company .content-body .content-text ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text ul li a:hover, body.single-company .content-body .content-text ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text ul li a:visited, body.single-company .content-body .content-text ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text ul li a:visited:hover, body.single-company .content-body .content-text ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
body.single-company .content-body .content-text table tr th, body.single-company .content-body .content-text table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
body.single-company .content-body .content-text table tr th strong, body.single-company .content-body .content-text table tr td strong {
  font-weight: 600;
}
body.single-company .content-body .content-text table tr th em, body.single-company .content-body .content-text table tr td em {
  font-style: italic;
}
body.single-company .content-body .content-text table tr th em strong, body.single-company .content-body .content-text table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text table tr th, body.single-company .content-body .content-text table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text table tr th, body.single-company .content-body .content-text table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-company .content-body .content-text table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
body.single-company .content-body .content-text table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
body.single-company .content-body .content-text table tr td:last {
  white-space: nowrap;
}
body.single-company .content-body .content-text table tr:last-child td {
  border-bottom: 0 !important;
}
body.single-company .content-body .content-text .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
body.single-company .content-body .content-text .frm_forms .frm_description p strong {
  font-weight: 600;
}
body.single-company .content-body .content-text .frm_forms .frm_description p em {
  font-style: italic;
}
body.single-company .content-body .content-text .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-company .content-body .content-text .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-company .content-body .content-text .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
body.single-company .content-body .content-text .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text], body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email], body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel], body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number], body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
body.single-company .content-body .content-text .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
body.single-company .content-body .content-text .wp-block-quote {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  white-space: break-spaces;
}
body.single-company .content-body .content-text .wp-block-quote strong {
  font-weight: 500;
}
body.single-company .content-body .content-text .wp-block-quote em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text .wp-block-quote {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-company .content-body .content-text img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-company .content-body .content-text .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  body.single-company .content-body .content-text .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
body.single-company .content-body .content-text .wp-block-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-company .content-body .content-text .wp-block-image figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text .wp-block-image figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .wp-block-image figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text .wp-block-image figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-company .content-body .content-text .wp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-company .content-body .content-text .wp-block-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.single-company .content-body .content-text .wp-block-embed figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-company .content-body .content-text .wp-block-embed figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text .wp-block-embed figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .wp-block-embed figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text .wp-block-embed figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
body.single-company .content-body .content-text .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.single-company .content-body .content-text figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-company .content-body .content-text figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-company .content-body .content-text figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-company .content-body .content-text figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-company .content-body .content-text iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
body.single-company .content-body .content-text .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  body.single-company .content-body .content-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .content-text {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .content-body .content-text {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-company .content-body .content-text {
    padding-bottom: 1.5rem;
  }
}
body.single-company .content-body .company-push-wrapper {
  display: none;
  background: #EFEFE1;
  padding: 3.125rem 2.1875rem;
  border-radius: 0.375rem;
  border: 1px solid #FF0000;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body.single-company .content-body .company-push-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body.single-company .content-body .company-push-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .company-push-wrapper {
    padding: 2.9375rem 6vw;
  }
}
body.single-company .content-body .company-facts-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.375rem;
  border: 1px solid #FF0000;
  background: #F7F7EE;
  padding: 3.125rem 2.1875rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  body.single-company .content-body .company-facts-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  body.single-company .content-body .company-facts-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body .company-facts-wrapper {
    padding: 2.9375rem 6vw;
  }
}
@media only screen and (max-width: 80em) {
  body.single-company .content-body {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-company .content-body {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-company .content-body {
    padding-bottom: 5rem;
  }
}

.tease-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.tease-case .image-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tease-case .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.tease-case .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.tease-case .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.tease-case .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.tease-case .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.tease-case .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-case .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.tease-case .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.tease-case .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.tease-case .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.tease-case .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.tease-case .image-responsive-wrapper picture,
.tease-case .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease-case .image-responsive-wrapper picture img,
.tease-case .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease-case .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.tease-case .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
.tease-case .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper-gallery {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tease-case .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper-goto {
  display: none !important;
}
.tease-case .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.5rem 4.75rem;
  padding-right: 30% !important;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .tease-case .content-wrapper {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .tease-case .content-wrapper {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .content-wrapper {
    padding: 3.75rem 0;
  }
}
.tease-case .content-wrapper .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tease-case .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.tease-case .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.tease-case .content-wrapper .tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tease-case .content-wrapper .tags-wrapper .primary-category-wrapper, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper, .tease-case .content-wrapper .tags-wrapper .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(1rem * 0.25);
}
.tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .link, .tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .date, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .link, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .date, .tease-case .content-wrapper .tags-wrapper .date-wrapper .link, .tease-case .content-wrapper .tags-wrapper .date-wrapper .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: calc(auto * 0.75);
  height: calc(3.75rem * 0.5);
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-radius: calc(0.375rem * 0.5);
  margin-right: calc(1rem * 0.25);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .link .label, .tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .date .label, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .link .label, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .date .label, .tease-case .content-wrapper .tags-wrapper .date-wrapper .link .label, .tease-case .content-wrapper .tags-wrapper .date-wrapper .date .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  font-weight: 500;
}
.tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .link:hover, .tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .date:hover, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .link:hover, .tease-case .content-wrapper .tags-wrapper .post-type-wrapper .date:hover, .tease-case .content-wrapper .tags-wrapper .date-wrapper .link:hover, .tease-case .content-wrapper .tags-wrapper .date-wrapper .date:hover {
  color: #152121;
  background: #49754c;
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-color: #49754c;
}
.tease-case .content-wrapper .tags-wrapper .post-type-wrapper .link {
  border: 0;
  color: #bab9b9;
  background: #152121;
}
.tease-case .content-wrapper .tags-wrapper .primary-category-wrapper .link {
  color: #bab9b9;
  background: transparent;
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.tease-case .content-wrapper .tags-wrapper .date-wrapper .date {
  color: #bab9b9;
  background: transparent;
  border-width: 1px;
  border-color: #CCC;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
.tease-case .content-wrapper .heading-wrapper .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
  color: #bab9b9;
  margin-top: 0.25em;
  margin-bottom: 0 !important;
}
.tease-case .content-wrapper .heading-wrapper .heading strong {
  font-weight: 400;
}
.tease-case .content-wrapper .heading-wrapper .heading a {
  color: #1B2B1C;
}
.tease-case .content-wrapper .heading-wrapper .heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .content-wrapper .heading-wrapper .heading {
    font-size: calc(1.625rem * 0.85);
  }
}
.tease-case .content-wrapper .description-wrapper {
  display: none;
}
.tease-case .content-wrapper .description-wrapper .description .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  color: #1E1E1E;
}
.tease-case .content-wrapper .description-wrapper .description .text strong {
  font-weight: 600;
}
.tease-case .content-wrapper .description-wrapper .description .text em {
  font-style: italic;
}
.tease-case .content-wrapper .description-wrapper .description .text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .tease-case .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.tease-case .content-wrapper .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin-bottom: 0;
}
.tease-case .content-wrapper .link-wrapper strong {
  font-weight: 600;
}
.tease-case .content-wrapper .link-wrapper em {
  font-style: italic;
}
.tease-case .content-wrapper .link-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .tease-case .content-wrapper .link-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-case .content-wrapper .link-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.tease-case .content-wrapper .link-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-case .content-wrapper .link-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.tease-case .content-wrapper .link-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.tease-case .content-wrapper .link-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.tease-case:hover .image-responsive-wrapper .image-overlay {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  background-color: rgb(250, 87, 22) !important;
}
.tease-case .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(1rem * 0.5);
}
.tease-case .actions-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
.tease-case .actions-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.tease-case .actions-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.tease-case .actions-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}

body.frontend.has-featured {
  margin-top: 8.75rem;
}

body.header-has-top-bar .block-featured.height-100 {
  height: calc(100vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-95 {
  height: calc(95vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-90 {
  height: calc(90vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-85 {
  height: calc(85vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-80 {
  height: calc(80vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-75 {
  height: calc(75vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-70 {
  height: calc(70vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-65 {
  height: calc(65vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-60 {
  height: calc(60vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-55 {
  height: calc(55vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-50 {
  height: calc(50vh - 3.75rem);
}
body.header-has-top-bar .block-featured.height-25 {
  height: calc(25vh - 3.75rem);
}

.breadcrumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent;
  z-index: 200;
  width: 100%;
}
@media only screen and (max-width: 80em) {
  .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .breadcrumb-wrapper .container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.breadcrumb-wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100% !important;
}
.breadcrumb-wrapper .breadcrumbs__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .breadcrumb-wrapper .breadcrumbs__trail {
    padding: 0 6vw;
  }
}
.breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
}
.breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #49754c;
}
.breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:hover span {
  color: #223623;
  text-decoration: underline;
}
.breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:after {
  content: "/";
  color: #49754c;
  font-size: calc(0.75rem * 1);
  margin: 0 0 0 0.75rem;
}
.breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb:last-child span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #223623;
}

.block-featured {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /* Positioning on mobile */
  /* Positioning on tablet portrait and landscape */
  /* Positioning on desktop */
}
.block-featured.height-100 {
  height: 100vh;
}
.block-featured.height-95 {
  height: 80vh;
}
.block-featured.height-90 {
  height: 80vh;
}
.block-featured.height-85 {
  height: 80vh;
}
.block-featured.height-80 {
  height: 80vh;
}
.block-featured.height-75 {
  height: 75vh;
}
.block-featured.height-70 {
  height: 70vh;
}
.block-featured.height-65 {
  height: 60vh;
}
.block-featured.height-60 {
  height: 60vh;
}
.block-featured.height-55 {
  height: 55vh;
}
.block-featured.height-50 {
  height: 50vh;
}
.block-featured.height-25 {
  height: 25vh;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-top-left .featured-image-wrapper img,
  .block-featured.position-mobile-top-left .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-top-left .featured-video-wrapper img,
  .block-featured.position-mobile-top-left .featured-video-wrapper .featured-video {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-center-left .featured-image-wrapper img,
  .block-featured.position-mobile-center-left .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-center-left .featured-video-wrapper img,
  .block-featured.position-mobile-center-left .featured-video-wrapper .featured-video {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-bottom-left .featured-image-wrapper img,
  .block-featured.position-mobile-bottom-left .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-bottom-left .featured-video-wrapper img,
  .block-featured.position-mobile-bottom-left .featured-video-wrapper .featured-video {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-top-center .featured-image-wrapper img,
  .block-featured.position-mobile-top-center .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-top-center .featured-video-wrapper img,
  .block-featured.position-mobile-top-center .featured-video-wrapper .featured-video {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-center-center .featured-image-wrapper img,
  .block-featured.position-mobile-center-center .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-center-center .featured-video-wrapper img,
  .block-featured.position-mobile-center-center .featured-video-wrapper .featured-video {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-bottom-center .featured-image-wrapper img,
  .block-featured.position-mobile-bottom-center .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-bottom-center .featured-video-wrapper img,
  .block-featured.position-mobile-bottom-center .featured-video-wrapper .featured-video {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-top-right .featured-image-wrapper img,
  .block-featured.position-mobile-top-right .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-top-right .featured-video-wrapper img,
  .block-featured.position-mobile-top-right .featured-video-wrapper .featured-video {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-center-right .featured-image-wrapper img,
  .block-featured.position-mobile-center-right .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-center-right .featured-video-wrapper img,
  .block-featured.position-mobile-center-right .featured-video-wrapper .featured-video {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.position-mobile-bottom-right .featured-image-wrapper img,
  .block-featured.position-mobile-bottom-right .featured-image-wrapper .featured-video,
  .block-featured.position-mobile-bottom-right .featured-video-wrapper img,
  .block-featured.position-mobile-bottom-right .featured-video-wrapper .featured-video {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-top-left .featured-image-wrapper img,
  .block-featured.position-tablet-top-left .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-top-left .featured-video-wrapper img,
  .block-featured.position-tablet-top-left .featured-video-wrapper .featured-video {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-center-left .featured-image-wrapper img,
  .block-featured.position-tablet-center-left .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-center-left .featured-video-wrapper img,
  .block-featured.position-tablet-center-left .featured-video-wrapper .featured-video {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-bottom-left .featured-image-wrapper img,
  .block-featured.position-tablet-bottom-left .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-bottom-left .featured-video-wrapper img,
  .block-featured.position-tablet-bottom-left .featured-video-wrapper .featured-video {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-top-center .featured-image-wrapper img,
  .block-featured.position-tablet-top-center .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-top-center .featured-video-wrapper img,
  .block-featured.position-tablet-top-center .featured-video-wrapper .featured-video {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-center-center .featured-image-wrapper img,
  .block-featured.position-tablet-center-center .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-center-center .featured-video-wrapper img,
  .block-featured.position-tablet-center-center .featured-video-wrapper .featured-video {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-bottom-center .featured-image-wrapper img,
  .block-featured.position-tablet-bottom-center .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-bottom-center .featured-video-wrapper img,
  .block-featured.position-tablet-bottom-center .featured-video-wrapper .featured-video {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-top-right .featured-image-wrapper img,
  .block-featured.position-tablet-top-right .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-top-right .featured-video-wrapper img,
  .block-featured.position-tablet-top-right .featured-video-wrapper .featured-video {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-center-right .featured-image-wrapper img,
  .block-featured.position-tablet-center-right .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-center-right .featured-video-wrapper img,
  .block-featured.position-tablet-center-right .featured-video-wrapper .featured-video {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-featured.position-tablet-bottom-right .featured-image-wrapper img,
  .block-featured.position-tablet-bottom-right .featured-image-wrapper .featured-video,
  .block-featured.position-tablet-bottom-right .featured-video-wrapper img,
  .block-featured.position-tablet-bottom-right .featured-video-wrapper .featured-video {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-top-left .featured-image-wrapper img,
  .block-featured.position-top-left .featured-image-wrapper .featured-video,
  .block-featured.position-top-left .featured-video-wrapper img,
  .block-featured.position-top-left .featured-video-wrapper .featured-video {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-center-left .featured-image-wrapper img,
  .block-featured.position-center-left .featured-image-wrapper .featured-video,
  .block-featured.position-center-left .featured-video-wrapper img,
  .block-featured.position-center-left .featured-video-wrapper .featured-video {
    -o-object-position: left center;
       object-position: left center;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-bottom-left .featured-image-wrapper img,
  .block-featured.position-bottom-left .featured-image-wrapper .featured-video,
  .block-featured.position-bottom-left .featured-video-wrapper img,
  .block-featured.position-bottom-left .featured-video-wrapper .featured-video {
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-top-center .featured-image-wrapper img,
  .block-featured.position-top-center .featured-image-wrapper .featured-video,
  .block-featured.position-top-center .featured-video-wrapper img,
  .block-featured.position-top-center .featured-video-wrapper .featured-video {
    -o-object-position: center top;
       object-position: center top;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-center-center .featured-image-wrapper img,
  .block-featured.position-center-center .featured-image-wrapper .featured-video,
  .block-featured.position-center-center .featured-video-wrapper img,
  .block-featured.position-center-center .featured-video-wrapper .featured-video {
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-bottom-center .featured-image-wrapper img,
  .block-featured.position-bottom-center .featured-image-wrapper .featured-video,
  .block-featured.position-bottom-center .featured-video-wrapper img,
  .block-featured.position-bottom-center .featured-video-wrapper .featured-video {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-top-right .featured-image-wrapper img,
  .block-featured.position-top-right .featured-image-wrapper .featured-video,
  .block-featured.position-top-right .featured-video-wrapper img,
  .block-featured.position-top-right .featured-video-wrapper .featured-video {
    -o-object-position: right top;
       object-position: right top;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-center-right .featured-image-wrapper img,
  .block-featured.position-center-right .featured-image-wrapper .featured-video,
  .block-featured.position-center-right .featured-video-wrapper img,
  .block-featured.position-center-right .featured-video-wrapper .featured-video {
    -o-object-position: right center;
       object-position: right center;
  }
}
@media only screen and (min-width: 80.0625em) {
  .block-featured.position-bottom-right .featured-image-wrapper img,
  .block-featured.position-bottom-right .featured-image-wrapper .featured-video,
  .block-featured.position-bottom-right .featured-video-wrapper img,
  .block-featured.position-bottom-right .featured-video-wrapper .featured-video {
    -o-object-position: right bottom;
       object-position: right bottom;
  }
}
.block-featured .featured-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow: hidden;
  padding: 0 !important;
}
.block-featured .featured-content-wrapper.content-vertical-center-desktop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-featured .featured-content-wrapper.content-vertical-top-desktop {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-featured .featured-content-wrapper.content-vertical-bottom-desktop {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 64em) {
  .block-featured .featured-content-wrapper.content-vertical-center-tablet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-featured .featured-content-wrapper.content-vertical-top-tablet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-featured .featured-content-wrapper.content-vertical-bottom-tablet {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured .featured-content-wrapper.content-vertical-center-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-featured .featured-content-wrapper.content-vertical-top-phone {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-featured .featured-content-wrapper.content-vertical-bottom-phone {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-featured .featured-content-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-featured .featured-content-wrapper .description p strong {
  font-weight: 600;
}
.block-featured .featured-content-wrapper .description p em {
  font-style: italic;
}
.block-featured .featured-content-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-featured .featured-content-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured .featured-content-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-featured .featured-content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured .featured-content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-featured .featured-content-wrapper .featured-ctas {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-featured .featured-content-wrapper .featured-content {
  text-align: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media only screen and (max-width: 64em) {
  .block-featured .featured-content-wrapper .featured-content {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured .featured-content-wrapper .featured-content {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-featured .featured-image-wrapper, .block-featured .featured-video-wrapper {
  position: relative;
  width: 100%;
  z-index: 100;
  height: 100%;
}
.block-featured .featured-image-wrapper .image img, .block-featured .featured-image-wrapper .featured-video, .block-featured .featured-video-wrapper .image img, .block-featured .featured-video-wrapper .featured-video {
  border-radius: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured .featured-image-wrapper, .block-featured .featured-video-wrapper {
    height: 100%;
  }
}
.block-featured .featured-image-wrapper .featured-badge, .block-featured .featured-video-wrapper .featured-badge {
  position: absolute;
  z-index: 500;
  bottom: 8.75rem;
  right: 8.75rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
@media only screen and (max-width: 100em) {
  .block-featured .featured-image-wrapper .featured-badge .image, .block-featured .featured-video-wrapper .featured-badge .image {
    height: 80px;
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .block-featured .featured-image-wrapper .featured-badge, .block-featured .featured-video-wrapper .featured-badge {
    display: none;
  }
}
.block-featured .featured-image-wrapper img, .block-featured .featured-video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-featured .featured-video-wrapper {
  width: 100%;
  height: 100%;
  z-index: 100;
  height: 100%;
}
.block-featured .featured-video-wrapper .featured-video {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-featured.featured-hero.height-25 .featured-content-wrapper, .block-featured.featured-hero.height-25 .featured-image-wrapper, .block-featured.featured-hero.height-25 .featured-video-wrapper {
  height: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.featured-hero.height-25 .featured-content-wrapper, .block-featured.featured-hero.height-25 .featured-image-wrapper, .block-featured.featured-hero.height-25 .featured-video-wrapper {
    height: 100%;
  }
}
.block-featured.featured-hero.height-50 .featured-content-wrapper, .block-featured.featured-hero.height-50 .featured-image-wrapper, .block-featured.featured-hero.height-50 .featured-video-wrapper {
  height: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.featured-hero.height-50 .featured-content-wrapper, .block-featured.featured-hero.height-50 .featured-image-wrapper, .block-featured.featured-hero.height-50 .featured-video-wrapper {
    height: 100%;
  }
}
.block-featured.featured-hero.height-75 .featured-content-wrapper, .block-featured.featured-hero.height-75 .featured-image-wrapper, .block-featured.featured-hero.height-75 .featured-video-wrapper {
  height: 100% !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.featured-hero.height-75 .featured-content-wrapper, .block-featured.featured-hero.height-75 .featured-image-wrapper, .block-featured.featured-hero.height-75 .featured-video-wrapper {
    height: 100%;
  }
}
.block-featured.featured-hero.height-100 .featured-content-wrapper, .block-featured.featured-hero.height-100 .featured-image-wrapper, .block-featured.featured-hero.height-100 .featured-video-wrapper {
  height: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.featured-hero.height-100 .featured-content-wrapper, .block-featured.featured-hero.height-100 .featured-image-wrapper, .block-featured.featured-hero.height-100 .featured-video-wrapper {
    height: 100%;
  }
}
.block-featured .featured-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
}
.block-featured .featured-overlay.opacity-default {
  background-color: rgba(27, 43, 28, 0.15);
}
.block-featured .featured-overlay.opacity-10 {
  background-color: rgba(27, 43, 28, 0.1);
}
.block-featured .featured-overlay.opacity-20 {
  background-color: rgba(27, 43, 28, 0.2);
}
.block-featured .featured-overlay.opacity-30 {
  background-color: rgba(27, 43, 28, 0.3);
}
.block-featured .featured-overlay.opacity-40 {
  background-color: rgba(27, 43, 28, 0.4);
}
.block-featured .featured-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-featured .featured-overlay.opacity-60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.block-featured .featured-overlay.opacity-70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.block-featured .featured-overlay.opacity-80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.block-featured .featured-overlay.opacity-90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.block-featured.color-theme-default .flexible-content-wrapper .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-featured.color-theme-default .flexible-content-wrapper .title-wrapper .title {
  color: #1B2B1C;
}
.block-featured.color-theme-default .flexible-content-wrapper .preamble-wrapper p {
  color: #1B2B1C;
}
.block-featured.color-theme-default .flexible-content-wrapper .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-featured.color-theme-default .flexible-content-wrapper .editor-wrapper p, .block-featured.color-theme-default .flexible-content-wrapper .description p {
  color: #223623;
}
.block-featured.color-theme-default .flexible-content-wrapper .editor-wrapper p a, .block-featured.color-theme-default .flexible-content-wrapper .description p a {
  color: #223623;
}
.block-featured.color-theme-light .flexible-content-wrapper .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-featured.color-theme-light .flexible-content-wrapper .title-wrapper .title {
  color: #1B2B1C;
}
.block-featured.color-theme-light .flexible-content-wrapper .preamble-wrapper p {
  color: #1B2B1C;
}
.block-featured.color-theme-light .flexible-content-wrapper .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-featured.color-theme-light .flexible-content-wrapper .editor-wrapper p, .block-featured.color-theme-light .flexible-content-wrapper .description p {
  color: #223623;
}
.block-featured.color-theme-light .flexible-content-wrapper .editor-wrapper p a, .block-featured.color-theme-light .flexible-content-wrapper .description p a {
  color: #223623;
}
.block-featured.color-theme-dark .flexible-content-wrapper .subtitle-wrapper .subtitle {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .title-wrapper .title {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .preamble-wrapper p {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .preamble-wrapper p a {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .editor-wrapper p, .block-featured.color-theme-dark .flexible-content-wrapper .description p {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .editor-wrapper p a, .block-featured.color-theme-dark .flexible-content-wrapper .description p a {
  color: #FFFFFF;
}
.block-featured.color-theme-dark .flexible-content-wrapper .preamble-wrapper p, .block-featured.color-theme-dark .flexible-content-wrapper .editor-wrapper p, .block-featured.color-theme-dark .flexible-content-wrapper .subtitle-wrapper .subtitle {
  color: #FFF !important;
}

.block-featured.block-featured-default {
  height: 35vw;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.block-featured-default {
    height: 75vw;
  }
}
.block-featured.block-featured-default .featured-image-wrapper .background-image, .block-featured.block-featured-default .featured-image-wrapper .background-image img {
  border-radius: 0 !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.block-featured-default .featured-image-wrapper .background-image img {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: top center;
       object-position: top center;
  }
}
.block-featured.block-featured-default .featured-content-wrapper.content-vertical-center-desktop {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-featured.block-featured-default .featured-content-wrapper.content-vertical-top-desktop {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-featured.block-featured-default .featured-content-wrapper.content-vertical-bottom-desktop {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 64em) {
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-center-tablet {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-top-tablet {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-bottom-tablet {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-center-phone {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-top-phone {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .block-featured.block-featured-default .featured-content-wrapper.content-vertical-bottom-phone {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-featured.block-featured-default .featured-content-wrapper .featured-content {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  text-align: center;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .title-wrapper .title {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .preamble-wrapper p {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .editor-wrapper p, .block-featured.block-featured-default.color-theme-default .featured-content-wrapper .description p {
  color: #223623;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .editor-wrapper p a, .block-featured.block-featured-default.color-theme-default .featured-content-wrapper .description p a {
  color: #223623;
}
.block-featured.block-featured-default.color-theme-default .featured-content-wrapper .preamble-wrapper p, .block-featured.block-featured-default.color-theme-default .featured-content-wrapper .editor-wrapper p, .block-featured.block-featured-default.color-theme-default .featured-content-wrapper .subtitle-wrapper .subtitle {
  color: #FFF !important;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .title-wrapper .title {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .preamble-wrapper p {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .editor-wrapper p, .block-featured.block-featured-default.color-theme-light .featured-content-wrapper .description p {
  color: #223623;
}
.block-featured.block-featured-default.color-theme-light .featured-content-wrapper .editor-wrapper p a, .block-featured.block-featured-default.color-theme-light .featured-content-wrapper .description p a {
  color: #223623;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .subtitle-wrapper .subtitle {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .title-wrapper .title {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .preamble-wrapper p {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .preamble-wrapper p a {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .editor-wrapper p, .block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .description p {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .editor-wrapper p a, .block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .description p a {
  color: #FFFFFF;
}
.block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .preamble-wrapper p, .block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .editor-wrapper p, .block-featured.block-featured-default.color-theme-dark .featured-content-wrapper .subtitle-wrapper .subtitle {
  color: #FFF !important;
}

.featured-menus-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7EE;
  height: 8.75rem;
  overflow-x: auto;
}
@media only screen and (max-width: 80em) {
  .featured-menus-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  .featured-menus-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .featured-menus-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .featured-menus-wrapper {
    padding-right: 8rem;
  }
}
.featured-menus-wrapper .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  height: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .featured-menus-wrapper .menu-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  .featured-menus-wrapper .menu-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .featured-menus-wrapper .menu-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
.featured-menus-wrapper .menu-wrapper nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(3.75rem * 0.65);
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  height: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.094rem;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #1B2B1C;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 0px solid #1B2B1C;
  border-top: 0px solid transparent;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.5rem;
  font-size: 1.875rem;
  display: none;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link .icon i {
  font-style: normal !important;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link:after {
  position: absolute;
  content: " ";
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: transparent;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link:hover {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link:hover:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .submenu.closed {
  display: none;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item.current-menu-item .menu-link {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item.current-menu-item .menu-link:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item {
  width: auto !important;
}
.featured-menus-wrapper .menu-wrapper nav .menu-item .menu-link {
  font-size: calc(0.75rem * 1);
  white-space: nowrap;
}
.block-spotlight-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-spotlight-grid {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block-spotlight-grid .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
.block-spotlight-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-spotlight-grid .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
.block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
.block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-spotlight-grid .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.block-spotlight-grid .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
.block-spotlight-grid .block-footer .featured-ctas {
  margin-top: 0 !important;
}
.block-spotlight-grid.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
.block-spotlight-grid.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
.block-spotlight-grid.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
.block-spotlight-grid.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
.block-spotlight-grid.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
.block-spotlight-grid.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
.block-spotlight-grid.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-spotlight-grid.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
.block-spotlight-grid.g-block-padding-top-none {
  padding-top: 0 !important;
}
.block-spotlight-grid.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
.block-spotlight-grid.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
.block-spotlight-grid.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
.block-spotlight-grid.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-spotlight-grid.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
.block-spotlight-grid.g-block-margin-bottom-default {
  margin-bottom: 0;
}
.block-spotlight-grid.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
.block-spotlight-grid.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
.block-spotlight-grid.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
.block-spotlight-grid.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
.block-spotlight-grid.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
.block-spotlight-grid.g-block-margin-top-default {
  margin-top: 0;
}
.block-spotlight-grid.g-block-margin-top-none {
  margin-top: 0 !important;
}
.block-spotlight-grid.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
.block-spotlight-grid.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
.block-spotlight-grid.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
.block-spotlight-grid.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
.block-spotlight-grid .columns .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-spotlight-grid .columns .item.ratio-square .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-square .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-square .color-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-spotlight-grid .columns .item.ratio-landscape .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-landscape .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-landscape .color-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 57.1428571429%;
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid .columns .item.ratio-landscape .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-landscape .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-landscape .color-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.block-spotlight-grid .columns .item.ratio-portrait .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-portrait .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-portrait .color-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.block-spotlight-grid .columns .item.ratio-banner .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-banner .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-banner .color-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid .columns .item.ratio-banner .image-wrapper:after, .block-spotlight-grid .columns .item.ratio-banner .video-wrapper:after, .block-spotlight-grid .columns .item.ratio-banner .color-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.block-spotlight-grid .columns .item .image-wrapper, .block-spotlight-grid .columns .item .video-wrapper, .block-spotlight-grid .columns .item .color-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.block-spotlight-grid .columns .item .image-wrapper .image,
.block-spotlight-grid .columns .item .image-wrapper .video, .block-spotlight-grid .columns .item .video-wrapper .image,
.block-spotlight-grid .columns .item .video-wrapper .video, .block-spotlight-grid .columns .item .color-wrapper .image,
.block-spotlight-grid .columns .item .color-wrapper .video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-spotlight-grid .columns .item .image-wrapper .image img,
.block-spotlight-grid .columns .item .image-wrapper .image video,
.block-spotlight-grid .columns .item .image-wrapper .video img,
.block-spotlight-grid .columns .item .image-wrapper .video video, .block-spotlight-grid .columns .item .video-wrapper .image img,
.block-spotlight-grid .columns .item .video-wrapper .image video,
.block-spotlight-grid .columns .item .video-wrapper .video img,
.block-spotlight-grid .columns .item .video-wrapper .video video, .block-spotlight-grid .columns .item .color-wrapper .image img,
.block-spotlight-grid .columns .item .color-wrapper .image video,
.block-spotlight-grid .columns .item .color-wrapper .video img,
.block-spotlight-grid .columns .item .color-wrapper .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-spotlight-grid .columns .item .color-wrapper {
  border-radius: calc(0.375rem * 0.5);
}
.block-spotlight-grid .columns .item .item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}
.block-spotlight-grid .columns .item .item-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.15);
}
.block-spotlight-grid .columns .item .item-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.block-spotlight-grid .columns .item .item-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-spotlight-grid .columns .item .item-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.block-spotlight-grid .columns .item .item-content-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  z-index: 150;
  width: 100%;
  height: 100%;
}
.block-spotlight-grid .columns .item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5.5rem 4.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .block-spotlight-grid .columns .item .item-content {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content {
    padding: 5.5rem 4.75rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content {
    padding: 3.75rem 0;
  }
}
@media only screen and (max-width: 64em) {
  .block-spotlight-grid .columns .item .item-content {
    width: 100%;
    padding-right: 5vw !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content {
    width: 100%;
    padding-right: 5vw !important;
  }
}
.block-spotlight-grid .columns .item .item-content .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-spotlight-grid .columns .item .item-content .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-spotlight-grid .columns .item .item-content .title-wrapper .title {
  margin-bottom: 0 !important;
}
.block-spotlight-grid .columns .item .item-content .description-wrapper .description {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
}
.block-spotlight-grid .columns .item .item-content .description-wrapper .description strong {
  font-weight: 600;
}
.block-spotlight-grid .columns .item .item-content .description-wrapper .description em {
  font-style: italic;
}
.block-spotlight-grid .columns .item .item-content .description-wrapper .description em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-spotlight-grid .columns .item .item-content .description-wrapper .description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content .description-wrapper .description {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-spotlight-grid .columns .item .item-content .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-spotlight-grid .columns .item .item-content .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.block-spotlight-grid .columns .item.item-type-color .item-content {
  background: transparent;
}
.block-spotlight-grid .columns .item.color-theme-default .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-spotlight-grid .columns .item.color-theme-default .title-wrapper .title {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-default .preamble-wrapper p {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-default .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-default .editor-wrapper p, .block-spotlight-grid .columns .item.color-theme-default .description p {
  color: #223623;
}
.block-spotlight-grid .columns .item.color-theme-default .editor-wrapper p a, .block-spotlight-grid .columns .item.color-theme-default .description p a {
  color: #223623;
}
.block-spotlight-grid .columns .item.color-theme-dark .subtitle-wrapper .subtitle {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-dark .title-wrapper .title {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-dark .preamble-wrapper p {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-dark .preamble-wrapper p a {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-dark .editor-wrapper p, .block-spotlight-grid .columns .item.color-theme-dark .description p {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-dark .editor-wrapper p a, .block-spotlight-grid .columns .item.color-theme-dark .description p a {
  color: #FFFFFF;
}
.block-spotlight-grid .columns .item.color-theme-light .subtitle-wrapper .subtitle {
  color: #406541;
}
.block-spotlight-grid .columns .item.color-theme-light .title-wrapper .title {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-light .preamble-wrapper p {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-light .preamble-wrapper p a {
  color: #1B2B1C;
}
.block-spotlight-grid .columns .item.color-theme-light .editor-wrapper p, .block-spotlight-grid .columns .item.color-theme-light .description p {
  color: #223623;
}
.block-spotlight-grid .columns .item.color-theme-light .editor-wrapper p a, .block-spotlight-grid .columns .item.color-theme-light .description p a {
  color: #223623;
}
.block-spotlight-grid .columns.grid-ng .item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.block-spotlight-grid .container-full .item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 80em) {
  .block-spotlight-grid .container-full {
    padding: 0 !important;
  }
}

.block-flexible-content, .block-featured .featured-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content, .block-featured .featured-content-wrapper {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content, .block-featured .featured-content-wrapper {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content, .block-featured .featured-content-wrapper {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content, .block-featured .featured-content-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block-flexible-content .block-header, .block-featured .featured-content-wrapper .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  .block-flexible-content .block-header, .block-featured .featured-content-wrapper .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content .block-header, .block-featured .featured-content-wrapper .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .block-header, .block-featured .featured-content-wrapper .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
.block-flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle, .block-featured .featured-content-wrapper .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle strong, .block-featured .featured-content-wrapper .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .block-header .content-wrapper .subtitle-wrapper .subtitle, .block-featured .featured-content-wrapper .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-flexible-content .block-header .content-wrapper .description-wrapper .description p, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-flexible-content .block-header .content-wrapper .description-wrapper .description p strong, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
.block-flexible-content .block-header .content-wrapper .description-wrapper .description p em, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
.block-flexible-content .block-header .content-wrapper .description-wrapper .description p em strong, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content .block-header .content-wrapper .description-wrapper .description p, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .block-header .content-wrapper .description-wrapper .description p, .block-featured .featured-content-wrapper .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-flexible-content .block-header .content-wrapper .featured-ctas, .block-featured .featured-content-wrapper .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .block-header .content-wrapper .featured-ctas, .block-featured .featured-content-wrapper .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.block-flexible-content .block-footer, .block-featured .featured-content-wrapper .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-flexible-content .block-footer, .block-featured .featured-content-wrapper .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content .block-footer, .block-featured .featured-content-wrapper .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .block-footer, .block-featured .featured-content-wrapper .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
.block-flexible-content .block-footer .featured-ctas, .block-featured .featured-content-wrapper .block-footer .featured-ctas {
  margin-top: 0 !important;
}
.block-flexible-content.g-block-padding-bottom-default, .block-featured .featured-content-wrapper.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-bottom-default, .block-featured .featured-content-wrapper.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-bottom-default, .block-featured .featured-content-wrapper.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-bottom-default, .block-featured .featured-content-wrapper.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
.block-flexible-content.g-block-padding-bottom-none, .block-featured .featured-content-wrapper.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
.block-flexible-content.g-block-padding-bottom-header, .block-featured .featured-content-wrapper.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-bottom-header, .block-featured .featured-content-wrapper.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-bottom-header, .block-featured .featured-content-wrapper.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-bottom-header, .block-featured .featured-content-wrapper.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
.block-flexible-content.g-block-padding-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
.block-flexible-content.g-block-padding-bottom-element, .block-featured .featured-content-wrapper.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-bottom-element, .block-featured .featured-content-wrapper.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-bottom-element, .block-featured .featured-content-wrapper.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-bottom-element, .block-featured .featured-content-wrapper.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
.block-flexible-content.g-block-padding-bottom-block, .block-featured .featured-content-wrapper.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-bottom-block, .block-featured .featured-content-wrapper.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-bottom-block, .block-featured .featured-content-wrapper.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-bottom-block, .block-featured .featured-content-wrapper.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
.block-flexible-content.g-block-padding-top-default, .block-featured .featured-content-wrapper.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content.g-block-padding-top-default, .block-featured .featured-content-wrapper.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-top-default, .block-featured .featured-content-wrapper.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-top-default, .block-featured .featured-content-wrapper.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-top-default, .block-featured .featured-content-wrapper.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
.block-flexible-content.g-block-padding-top-none, .block-featured .featured-content-wrapper.g-block-padding-top-none {
  padding-top: 0 !important;
}
.block-flexible-content.g-block-padding-top-header, .block-featured .featured-content-wrapper.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-top-header, .block-featured .featured-content-wrapper.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-top-header, .block-featured .featured-content-wrapper.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-top-header, .block-featured .featured-content-wrapper.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
.block-flexible-content.g-block-padding-top-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-top-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-top-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-top-grid-gap, .block-featured .featured-content-wrapper.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
.block-flexible-content.g-block-padding-top-element, .block-featured .featured-content-wrapper.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-top-element, .block-featured .featured-content-wrapper.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-top-element, .block-featured .featured-content-wrapper.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-top-element, .block-featured .featured-content-wrapper.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
.block-flexible-content.g-block-padding-top-block, .block-featured .featured-content-wrapper.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content.g-block-padding-top-block, .block-featured .featured-content-wrapper.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-padding-top-block, .block-featured .featured-content-wrapper.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-padding-top-block, .block-featured .featured-content-wrapper.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-padding-top-block, .block-featured .featured-content-wrapper.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
.block-flexible-content.g-block-margin-bottom-default, .block-featured .featured-content-wrapper.g-block-margin-bottom-default {
  margin-bottom: 0;
}
.block-flexible-content.g-block-margin-bottom-none, .block-featured .featured-content-wrapper.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
.block-flexible-content.g-block-margin-bottom-header, .block-featured .featured-content-wrapper.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-bottom-header, .block-featured .featured-content-wrapper.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-bottom-header, .block-featured .featured-content-wrapper.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-bottom-header, .block-featured .featured-content-wrapper.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
.block-flexible-content.g-block-margin-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-bottom-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
.block-flexible-content.g-block-margin-bottom-element, .block-featured .featured-content-wrapper.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-bottom-element, .block-featured .featured-content-wrapper.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-bottom-element, .block-featured .featured-content-wrapper.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-bottom-element, .block-featured .featured-content-wrapper.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
.block-flexible-content.g-block-margin-bottom-block, .block-featured .featured-content-wrapper.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-bottom-block, .block-featured .featured-content-wrapper.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-bottom-block, .block-featured .featured-content-wrapper.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-bottom-block, .block-featured .featured-content-wrapper.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
.block-flexible-content.g-block-margin-top-default, .block-featured .featured-content-wrapper.g-block-margin-top-default {
  margin-top: 0;
}
.block-flexible-content.g-block-margin-top-none, .block-featured .featured-content-wrapper.g-block-margin-top-none {
  margin-top: 0 !important;
}
.block-flexible-content.g-block-margin-top-header, .block-featured .featured-content-wrapper.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-top-header, .block-featured .featured-content-wrapper.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-top-header, .block-featured .featured-content-wrapper.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-top-header, .block-featured .featured-content-wrapper.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
.block-flexible-content.g-block-margin-top-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-top-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-top-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-top-grid-gap, .block-featured .featured-content-wrapper.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
.block-flexible-content.g-block-margin-top-element, .block-featured .featured-content-wrapper.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-top-element, .block-featured .featured-content-wrapper.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-top-element, .block-featured .featured-content-wrapper.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-top-element, .block-featured .featured-content-wrapper.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
.block-flexible-content.g-block-margin-top-block, .block-featured .featured-content-wrapper.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-flexible-content.g-block-margin-top-block, .block-featured .featured-content-wrapper.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-flexible-content.g-block-margin-top-block, .block-featured .featured-content-wrapper.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content.g-block-margin-top-block, .block-featured .featured-content-wrapper.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
.block-flexible-content .flexible-content-header, .block-featured .featured-content-wrapper .flexible-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
}
.block-flexible-content .flexible-content-header .subtitle-wrapper .heading.subtitle, .block-featured .featured-content-wrapper .flexible-content-header .subtitle-wrapper .heading.subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-flexible-content .flexible-content-header .subtitle-wrapper .heading.subtitle strong, .block-featured .featured-content-wrapper .flexible-content-header .subtitle-wrapper .heading.subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .flexible-content-header .subtitle-wrapper .heading.subtitle, .block-featured .featured-content-wrapper .flexible-content-header .subtitle-wrapper .heading.subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.block-flexible-content .flexible-content-header .heading-wrapper .heading strong, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading strong {
  font-weight: 400;
}
.block-flexible-content .flexible-content-header .heading-wrapper .heading a, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading a {
  color: #1B2B1C;
}
.block-flexible-content .flexible-content-header .heading-wrapper .heading i, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
    font-size: calc(2.25rem * 0.6);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
    font-family: EB_Garamond;
    font-weight: 400;
    line-height: 1.35em;
    letter-spacing: -0.015em;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
    color: #1B2B1C;
    font-size: 2.25rem;
    line-height: 1.35em;
  }
  .block-flexible-content .flexible-content-header .heading-wrapper .heading strong, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading strong {
    font-weight: 400;
  }
  .block-flexible-content .flexible-content-header .heading-wrapper .heading a, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading a {
    color: #1B2B1C;
  }
  .block-flexible-content .flexible-content-header .heading-wrapper .heading i, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading i {
    font-style: italic;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (max-width: 100em) {
  .block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-flexible-content .flexible-content-header .heading-wrapper .heading, .block-featured .featured-content-wrapper .flexible-content-header .heading-wrapper .heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.block-flexible-content .columns, .block-featured .featured-content-wrapper .columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-flexible-content .columns .column, .block-featured .featured-content-wrapper .columns .column {
  text-align: left;
}
.block-flexible-content .columns .column.grid-column-h-align-default, .block-featured .featured-content-wrapper .columns .column.grid-column-h-align-default {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-flexible-content .columns .column.grid-column-h-align-left, .block-featured .featured-content-wrapper .columns .column.grid-column-h-align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
.block-flexible-content .columns .column.grid-column-h-align-center, .block-featured .featured-content-wrapper .columns .column.grid-column-h-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.block-flexible-content .columns.grid-column-h-align-right, .block-featured .featured-content-wrapper .columns.grid-column-h-align-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  text-align: right;
}
.block-flexible-content .columns.grid-align-v-default, .block-featured .featured-content-wrapper .columns.grid-align-v-default {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-flexible-content .columns.grid-align-v-left, .block-featured .featured-content-wrapper .columns.grid-align-v-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.block-flexible-content .columns.grid-align-v-center, .block-featured .featured-content-wrapper .columns.grid-align-v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-flexible-content .columns.grid-align-v-right, .block-featured .featured-content-wrapper .columns.grid-align-v-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.block-flexible-content .columns .column, .block-featured .featured-content-wrapper .columns .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-flexible-content .columns .column .flexible-content-wrapper, .block-featured .featured-content-wrapper .columns .column .flexible-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-posts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block-posts-grid .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  .block-posts-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
.block-posts-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-posts-grid .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-posts-grid .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-posts-grid .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
.block-posts-grid .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
.block-posts-grid .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-posts-grid .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.block-posts-grid .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-posts-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
.block-posts-grid .block-footer .featured-ctas {
  margin-top: 0 !important;
}
.block-posts-grid.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
.block-posts-grid.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
.block-posts-grid.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
.block-posts-grid.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
.block-posts-grid.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
.block-posts-grid.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
.block-posts-grid.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
.block-posts-grid.g-block-padding-top-none {
  padding-top: 0 !important;
}
.block-posts-grid.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
.block-posts-grid.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
.block-posts-grid.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
.block-posts-grid.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
.block-posts-grid.g-block-margin-bottom-default {
  margin-bottom: 0;
}
.block-posts-grid.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
.block-posts-grid.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
.block-posts-grid.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
.block-posts-grid.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
.block-posts-grid.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
.block-posts-grid.g-block-margin-top-default {
  margin-top: 0;
}
.block-posts-grid.g-block-margin-top-none {
  margin-top: 0 !important;
}
.block-posts-grid.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
.block-posts-grid.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
.block-posts-grid.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
.block-posts-grid.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-posts-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-posts-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
.block-posts-grid .posts-grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .block-posts-grid .posts-grid-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.block-posts-grid .posts-grid-header .col-1, .block-posts-grid .posts-grid-header .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-posts-grid .posts-grid-header .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-posts-grid .posts-grid-header .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .posts-grid-header .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-posts-grid .posts-grid-header .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 3.25rem !important;
  line-height: 1.35em;
}
.block-posts-grid .posts-grid-header .title-wrapper .title strong {
  font-weight: 400;
}
.block-posts-grid .posts-grid-header .title-wrapper .title a {
  color: #1B2B1C;
}
.block-posts-grid .posts-grid-header .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid .posts-grid-header .title-wrapper .title {
    font-size: calc(3.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .posts-grid-header .title-wrapper .title {
    font-size: calc(3.25rem * 0.65) !important;
  }
}
.block-posts-grid .posts-grid-header .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-posts-grid .posts-grid-header .description-wrapper .description p strong {
  font-weight: 600;
}
.block-posts-grid .posts-grid-header .description-wrapper .description p em {
  font-style: italic;
}
.block-posts-grid .posts-grid-header .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-posts-grid .posts-grid-header .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-posts-grid .posts-grid-header .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-posts-grid .archive-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-contact-persons-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.block-contact-persons-grid .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
.block-contact-persons-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block-contact-persons-grid .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
.block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
.block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-contact-persons-grid .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.block-contact-persons-grid .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
.block-contact-persons-grid .block-footer .featured-ctas {
  margin-top: 0 !important;
}
.block-contact-persons-grid.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
.block-contact-persons-grid.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
.block-contact-persons-grid.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
.block-contact-persons-grid.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
.block-contact-persons-grid.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
.block-contact-persons-grid.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
.block-contact-persons-grid.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
.block-contact-persons-grid.g-block-padding-top-none {
  padding-top: 0 !important;
}
.block-contact-persons-grid.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
.block-contact-persons-grid.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
.block-contact-persons-grid.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
.block-contact-persons-grid.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
.block-contact-persons-grid.g-block-margin-bottom-default {
  margin-bottom: 0;
}
.block-contact-persons-grid.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
.block-contact-persons-grid.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
.block-contact-persons-grid.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
.block-contact-persons-grid.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
.block-contact-persons-grid.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
.block-contact-persons-grid.g-block-margin-top-default {
  margin-top: 0;
}
.block-contact-persons-grid.g-block-margin-top-none {
  margin-top: 0 !important;
}
.block-contact-persons-grid.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
.block-contact-persons-grid.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
.block-contact-persons-grid.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
.block-contact-persons-grid.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper {
  width: 100%;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper picture,
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper picture img,
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.block-contact-persons-grid .block-content .grid .tease-employee .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  z-index: 300;
  overflow: hidden;
  text-align: left;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .tags-wrapper {
  display: none;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .title-wrapper {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .title-wrapper {
    margin-top: 1.5rem;
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .title-wrapper .title {
  margin-bottom: 0 !important;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  color: #406541;
  margin: 0 !important;
  padding-top: 0.25rem;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title strong, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company strong {
  font-weight: 600;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title em, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company em {
  font-style: italic;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title em strong, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .job-title, .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .details-wrapper .company {
  display: none !important;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-bottom: 0;
  margin-top: 0;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper strong {
  font-weight: 600;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper em {
  font-style: italic;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1.25rem;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-bottom: 0 !important;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .label {
    font-size: calc(0.75rem * 0.9);
  }
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin: 0 !important;
  white-space: wrap;
  color: #1B2B1C;
  font-weight: 500;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link strong {
  font-weight: 600;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link em {
  font-style: italic;
}
.block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block-contact-persons-grid .block-content .grid .tease-employee .content-wrapper .contact-wrapper .item-row-wrapper .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.block .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  .block .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  .block .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
.block .block-footer .featured-ctas {
  margin-top: 0 !important;
}
.block .block-footer .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.block .block-footer .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .block-footer .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.block .block-footer .content-wrapper .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 3.25rem !important;
  line-height: 1.35em;
}
.block .block-footer .content-wrapper .title-wrapper .title strong {
  font-weight: 400;
}
.block .block-footer .content-wrapper .title-wrapper .title a {
  color: #1B2B1C;
}
.block .block-footer .content-wrapper .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .block .block-footer .content-wrapper .title-wrapper .title {
    font-size: calc(3.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .block-footer .content-wrapper .title-wrapper .title {
    font-size: calc(3.25rem * 0.65) !important;
  }
}
.block .block-footer .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.block .block-footer .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
.block .block-footer .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
.block .block-footer .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .block .block-footer .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .block-footer .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.block .block-footer .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .block .block-footer .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}

body.blog, body.category, body.post-type-archive, body.archive, body.search-results {
  background-color: #F7F7EE;
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body.blog, body.category, body.post-type-archive, body.archive, body.search-results {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.blog, body.category, body.post-type-archive, body.archive, body.search-results {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog, body.category, body.post-type-archive, body.archive, body.search-results {
    padding-top: calc(8.75rem * 0.5);
  }
}
body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
  margin-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .content-area, body.category .content-area, body.post-type-archive .content-area, body.archive .content-area, body.search-results .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
body.blog .main, body.category .main, body.post-type-archive .main, body.archive .main, body.search-results .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.blog .breadcrumbs, body.category .breadcrumbs, body.post-type-archive .breadcrumbs, body.archive .breadcrumbs, body.search-results .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.blog .blog-header-wrapper, body.blog .category-header-wrapper, body.category .blog-header-wrapper, body.category .category-header-wrapper, body.post-type-archive .blog-header-wrapper, body.post-type-archive .category-header-wrapper, body.archive .blog-header-wrapper, body.archive .category-header-wrapper, body.search-results .blog-header-wrapper, body.search-results .category-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.blog .blog-header-wrapper .blog-header-inner, body.blog .blog-header-wrapper .category-header-inner, body.blog .category-header-wrapper .blog-header-inner, body.blog .category-header-wrapper .category-header-inner, body.category .blog-header-wrapper .blog-header-inner, body.category .blog-header-wrapper .category-header-inner, body.category .category-header-wrapper .blog-header-inner, body.category .category-header-wrapper .category-header-inner, body.post-type-archive .blog-header-wrapper .blog-header-inner, body.post-type-archive .blog-header-wrapper .category-header-inner, body.post-type-archive .category-header-wrapper .blog-header-inner, body.post-type-archive .category-header-wrapper .category-header-inner, body.archive .blog-header-wrapper .blog-header-inner, body.archive .blog-header-wrapper .category-header-inner, body.archive .category-header-wrapper .blog-header-inner, body.archive .category-header-wrapper .category-header-inner, body.search-results .blog-header-wrapper .blog-header-inner, body.search-results .blog-header-wrapper .category-header-inner, body.search-results .category-header-wrapper .blog-header-inner, body.search-results .category-header-wrapper .category-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1, body.blog .blog-header-wrapper .category-header-inner .column-1, body.blog .category-header-wrapper .blog-header-inner .column-1, body.blog .category-header-wrapper .category-header-inner .column-1, body.category .blog-header-wrapper .blog-header-inner .column-1, body.category .blog-header-wrapper .category-header-inner .column-1, body.category .category-header-wrapper .blog-header-inner .column-1, body.category .category-header-wrapper .category-header-inner .column-1, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1, body.post-type-archive .category-header-wrapper .category-header-inner .column-1, body.archive .blog-header-wrapper .blog-header-inner .column-1, body.archive .blog-header-wrapper .category-header-inner .column-1, body.archive .category-header-wrapper .blog-header-inner .column-1, body.archive .category-header-wrapper .category-header-inner .column-1, body.search-results .blog-header-wrapper .blog-header-inner .column-1, body.search-results .blog-header-wrapper .category-header-inner .column-1, body.search-results .category-header-wrapper .blog-header-inner .column-1, body.search-results .category-header-wrapper .category-header-inner .column-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading strong, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading strong {
  font-weight: 400;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading a, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading a {
  color: #1B2B1C;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading i, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.blog .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.category .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.archive .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .blog-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .blog-header-inner .column-1 .heading-wrapper .heading, body.search-results .category-header-wrapper .category-header-inner .column-1 .heading-wrapper .heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text strong, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text strong {
  font-weight: 600;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em {
  font-style: italic;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text em strong, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p strong, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p strong {
  font-weight: 600;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em {
  font-style: italic;
}
body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p em strong, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.blog .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.category .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.post-type-archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.archive .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .blog-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .blog-header-inner .column-1 .description-wrapper .description .text p, body.search-results .category-header-wrapper .category-header-inner .column-1 .description-wrapper .description .text p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-2, body.blog .blog-header-wrapper .category-header-inner .column-2, body.blog .category-header-wrapper .blog-header-inner .column-2, body.blog .category-header-wrapper .category-header-inner .column-2, body.category .blog-header-wrapper .blog-header-inner .column-2, body.category .blog-header-wrapper .category-header-inner .column-2, body.category .category-header-wrapper .blog-header-inner .column-2, body.category .category-header-wrapper .category-header-inner .column-2, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2, body.post-type-archive .category-header-wrapper .category-header-inner .column-2, body.archive .blog-header-wrapper .blog-header-inner .column-2, body.archive .blog-header-wrapper .category-header-inner .column-2, body.archive .category-header-wrapper .blog-header-inner .column-2, body.archive .category-header-wrapper .category-header-inner .column-2, body.search-results .blog-header-wrapper .blog-header-inner .column-2, body.search-results .blog-header-wrapper .category-header-inner .column-2, body.search-results .category-header-wrapper .blog-header-inner .column-2, body.search-results .category-header-wrapper .category-header-inner .column-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 80em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2, body.blog .blog-header-wrapper .category-header-inner .column-2, body.blog .category-header-wrapper .blog-header-inner .column-2, body.blog .category-header-wrapper .category-header-inner .column-2, body.category .blog-header-wrapper .blog-header-inner .column-2, body.category .blog-header-wrapper .category-header-inner .column-2, body.category .category-header-wrapper .blog-header-inner .column-2, body.category .category-header-wrapper .category-header-inner .column-2, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2, body.post-type-archive .category-header-wrapper .category-header-inner .column-2, body.archive .blog-header-wrapper .blog-header-inner .column-2, body.archive .blog-header-wrapper .category-header-inner .column-2, body.archive .category-header-wrapper .blog-header-inner .column-2, body.archive .category-header-wrapper .category-header-inner .column-2, body.search-results .blog-header-wrapper .blog-header-inner .column-2, body.search-results .blog-header-wrapper .category-header-inner .column-2, body.search-results .category-header-wrapper .blog-header-inner .column-2, body.search-results .category-header-wrapper .category-header-inner .column-2 {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2, body.blog .blog-header-wrapper .category-header-inner .column-2, body.blog .category-header-wrapper .blog-header-inner .column-2, body.blog .category-header-wrapper .category-header-inner .column-2, body.category .blog-header-wrapper .blog-header-inner .column-2, body.category .blog-header-wrapper .category-header-inner .column-2, body.category .category-header-wrapper .blog-header-inner .column-2, body.category .category-header-wrapper .category-header-inner .column-2, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2, body.post-type-archive .category-header-wrapper .category-header-inner .column-2, body.archive .blog-header-wrapper .blog-header-inner .column-2, body.archive .blog-header-wrapper .category-header-inner .column-2, body.archive .category-header-wrapper .blog-header-inner .column-2, body.archive .category-header-wrapper .category-header-inner .column-2, body.search-results .blog-header-wrapper .blog-header-inner .column-2, body.search-results .blog-header-wrapper .category-header-inner .column-2, body.search-results .category-header-wrapper .blog-header-inner .column-2, body.search-results .category-header-wrapper .category-header-inner .column-2 {
    width: 100%;
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 0.5rem;
  gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    padding-bottom: 2rem;
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category {
    white-space: nowrap;
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label {
  color: #1B2B1C;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category:hover .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category:hover .label {
  color: #FFFFFF;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current {
    white-space: nowrap;
  }
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label {
  color: #FFF !important;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current:hover .label {
  color: #FFF;
}
body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper .category.current .label, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper .category.current .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
@media only screen and (max-width: 64em) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.blog .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.category .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.post-type-archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.archive .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .blog-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .blog-header-inner .column-2 .categories-menu-wrapper, body.search-results .category-header-wrapper .category-header-inner .column-2 .categories-menu-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body.blog .teases-wrapper, body.category .teases-wrapper, body.post-type-archive .teases-wrapper, body.archive .teases-wrapper, body.search-results .teases-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  body.blog .teases-wrapper, body.category .teases-wrapper, body.post-type-archive .teases-wrapper, body.archive .teases-wrapper, body.search-results .teases-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  body.blog .teases-wrapper, body.category .teases-wrapper, body.post-type-archive .teases-wrapper, body.archive .teases-wrapper, body.search-results .teases-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .teases-wrapper, body.category .teases-wrapper, body.post-type-archive .teases-wrapper, body.archive .teases-wrapper, body.search-results .teases-wrapper {
    padding-top: calc(5rem * 0.25);
  }
}
body.blog .pagination-wrapper, body.category .pagination-wrapper, body.post-type-archive .pagination-wrapper, body.archive .pagination-wrapper, body.search-results .pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 80em) {
  body.blog .pagination-wrapper, body.category .pagination-wrapper, body.post-type-archive .pagination-wrapper, body.archive .pagination-wrapper, body.search-results .pagination-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.blog .pagination-wrapper, body.category .pagination-wrapper, body.post-type-archive .pagination-wrapper, body.archive .pagination-wrapper, body.search-results .pagination-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .pagination-wrapper, body.category .pagination-wrapper, body.post-type-archive .pagination-wrapper, body.archive .pagination-wrapper, body.search-results .pagination-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.blog .pagination-wrapper .pagination-inner, body.category .pagination-wrapper .pagination-inner, body.post-type-archive .pagination-wrapper .pagination-inner, body.archive .pagination-wrapper .pagination-inner, body.search-results .pagination-wrapper .pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.blog .pagination-wrapper .pagination-inner .prev, body.blog .pagination-wrapper .pagination-inner .next, body.category .pagination-wrapper .pagination-inner .prev, body.category .pagination-wrapper .pagination-inner .next, body.post-type-archive .pagination-wrapper .pagination-inner .prev, body.post-type-archive .pagination-wrapper .pagination-inner .next, body.archive .pagination-wrapper .pagination-inner .prev, body.archive .pagination-wrapper .pagination-inner .next, body.search-results .pagination-wrapper .pagination-inner .prev, body.search-results .pagination-wrapper .pagination-inner .next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  border-width: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .pagination-wrapper .pagination-inner .prev, body.blog .pagination-wrapper .pagination-inner .next, body.category .pagination-wrapper .pagination-inner .prev, body.category .pagination-wrapper .pagination-inner .next, body.post-type-archive .pagination-wrapper .pagination-inner .prev, body.post-type-archive .pagination-wrapper .pagination-inner .next, body.archive .pagination-wrapper .pagination-inner .prev, body.archive .pagination-wrapper .pagination-inner .next, body.search-results .pagination-wrapper .pagination-inner .prev, body.search-results .pagination-wrapper .pagination-inner .next {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body.blog .pagination-wrapper .pagination-inner .prev .icon, body.blog .pagination-wrapper .pagination-inner .next .icon, body.category .pagination-wrapper .pagination-inner .prev .icon, body.category .pagination-wrapper .pagination-inner .next .icon, body.post-type-archive .pagination-wrapper .pagination-inner .prev .icon, body.post-type-archive .pagination-wrapper .pagination-inner .next .icon, body.archive .pagination-wrapper .pagination-inner .prev .icon, body.archive .pagination-wrapper .pagination-inner .next .icon, body.search-results .pagination-wrapper .pagination-inner .prev .icon, body.search-results .pagination-wrapper .pagination-inner .next .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body.blog .pagination-wrapper .pagination-inner .prev .label, body.blog .pagination-wrapper .pagination-inner .next .label, body.category .pagination-wrapper .pagination-inner .prev .label, body.category .pagination-wrapper .pagination-inner .next .label, body.post-type-archive .pagination-wrapper .pagination-inner .prev .label, body.post-type-archive .pagination-wrapper .pagination-inner .next .label, body.archive .pagination-wrapper .pagination-inner .prev .label, body.archive .pagination-wrapper .pagination-inner .next .label, body.search-results .pagination-wrapper .pagination-inner .prev .label, body.search-results .pagination-wrapper .pagination-inner .next .label {
  color: #1B2B1C;
}
body.blog .pagination-wrapper .pagination-inner .prev .icon, body.blog .pagination-wrapper .pagination-inner .next .icon, body.category .pagination-wrapper .pagination-inner .prev .icon, body.category .pagination-wrapper .pagination-inner .next .icon, body.post-type-archive .pagination-wrapper .pagination-inner .prev .icon, body.post-type-archive .pagination-wrapper .pagination-inner .next .icon, body.archive .pagination-wrapper .pagination-inner .prev .icon, body.archive .pagination-wrapper .pagination-inner .next .icon, body.search-results .pagination-wrapper .pagination-inner .prev .icon, body.search-results .pagination-wrapper .pagination-inner .next .icon {
  color: #1B2B1C;
}
body.blog .pagination-wrapper .pagination-inner .prev:hover, body.blog .pagination-wrapper .pagination-inner .next:hover, body.category .pagination-wrapper .pagination-inner .prev:hover, body.category .pagination-wrapper .pagination-inner .next:hover, body.post-type-archive .pagination-wrapper .pagination-inner .prev:hover, body.post-type-archive .pagination-wrapper .pagination-inner .next:hover, body.archive .pagination-wrapper .pagination-inner .prev:hover, body.archive .pagination-wrapper .pagination-inner .next:hover, body.search-results .pagination-wrapper .pagination-inner .prev:hover, body.search-results .pagination-wrapper .pagination-inner .next:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFFFFF;
}
body.blog .pagination-wrapper .pagination-inner .prev:hover .label, body.blog .pagination-wrapper .pagination-inner .prev:hover .icon, body.blog .pagination-wrapper .pagination-inner .next:hover .label, body.blog .pagination-wrapper .pagination-inner .next:hover .icon, body.category .pagination-wrapper .pagination-inner .prev:hover .label, body.category .pagination-wrapper .pagination-inner .prev:hover .icon, body.category .pagination-wrapper .pagination-inner .next:hover .label, body.category .pagination-wrapper .pagination-inner .next:hover .icon, body.post-type-archive .pagination-wrapper .pagination-inner .prev:hover .label, body.post-type-archive .pagination-wrapper .pagination-inner .prev:hover .icon, body.post-type-archive .pagination-wrapper .pagination-inner .next:hover .label, body.post-type-archive .pagination-wrapper .pagination-inner .next:hover .icon, body.archive .pagination-wrapper .pagination-inner .prev:hover .label, body.archive .pagination-wrapper .pagination-inner .prev:hover .icon, body.archive .pagination-wrapper .pagination-inner .next:hover .label, body.archive .pagination-wrapper .pagination-inner .next:hover .icon, body.search-results .pagination-wrapper .pagination-inner .prev:hover .label, body.search-results .pagination-wrapper .pagination-inner .prev:hover .icon, body.search-results .pagination-wrapper .pagination-inner .next:hover .label, body.search-results .pagination-wrapper .pagination-inner .next:hover .icon {
  color: #FFFFFF;
}
body.blog .pagination-wrapper .pagination-inner .prev.disabled, body.blog .pagination-wrapper .pagination-inner .next.disabled, body.category .pagination-wrapper .pagination-inner .prev.disabled, body.category .pagination-wrapper .pagination-inner .next.disabled, body.post-type-archive .pagination-wrapper .pagination-inner .prev.disabled, body.post-type-archive .pagination-wrapper .pagination-inner .next.disabled, body.archive .pagination-wrapper .pagination-inner .prev.disabled, body.archive .pagination-wrapper .pagination-inner .next.disabled, body.search-results .pagination-wrapper .pagination-inner .prev.disabled, body.search-results .pagination-wrapper .pagination-inner .next.disabled {
  opacity: 0.5;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list, body.category .pagination-wrapper .pagination-inner .pagination-list, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list, body.archive .pagination-wrapper .pagination-inner .pagination-list, body.search-results .pagination-wrapper .pagination-inner .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  height: 100%;
  margin: 0 !important;
  gap: 0.5rem;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number {
    white-space: nowrap;
  }
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label {
  color: #1B2B1C;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover {
  background: #1B2B1C;
  border-color: #1B2B1C;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number:hover .label {
  color: #FFFFFF;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current {
    white-space: nowrap;
  }
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label {
  color: #FFF !important;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current:hover .label {
  color: #FFF;
}
body.blog .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.category .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.post-type-archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.archive .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label, body.search-results .pagination-wrapper .pagination-inner .pagination-list .pagination-list-item .number.current .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-post, body.events-single {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post, body.events-single {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post, body.events-single {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post, body.events-single {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
body.single-post .header, body.events-single .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8.75rem;
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 750;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  border-bottom: 0 solid rgb(255, 255, 255);
  background: #1B2B1C;
}
@media only screen and (max-width: 80em) {
  body.single-post .header, body.events-single .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .header, body.events-single .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header, body.events-single .header {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.single-post .header .logo, body.events-single .header .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  visibility: visible;
  opacity: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  z-index: 6000;
  width: 4.6875rem;
  bottom: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-post .header .logo .image, body.single-post .header .logo a, body.single-post .header .logo svg, body.single-post .header .logo img, body.events-single .header .logo .image, body.events-single .header .logo a, body.events-single .header .logo svg, body.events-single .header .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header .logo .image, body.single-post .header .logo a, body.single-post .header .logo svg, body.single-post .header .logo img, body.events-single .header .logo .image, body.events-single .header .logo a, body.events-single .header .logo svg, body.events-single .header .logo img {
    width: 4.0625rem;
  }
}
body.single-post .header .slide-menu-trigger-wrapper, body.events-single .header .slide-menu-trigger-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-post .header .slide-menu-trigger-wrapper .slide-menu-trigger-icon, body.events-single .header .slide-menu-trigger-wrapper .slide-menu-trigger-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-post .header .primary_menu_1, body.single-post .header .primary_menu_2, body.events-single .header .primary_menu_1, body.events-single .header .primary_menu_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-post .header .primary_menu_1 .menu-item, body.single-post .header .primary_menu_2 .menu-item, body.events-single .header .primary_menu_1 .menu-item, body.events-single .header .primary_menu_2 .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(3.75rem * 0.4);
}
body.single-post .header .primary_menu_1 .menu-item .menu-link, body.single-post .header .primary_menu_2 .menu-item .menu-link, body.events-single .header .primary_menu_1 .menu-item .menu-link, body.events-single .header .primary_menu_2 .menu-item .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1.875rem 0 0;
  padding: 0.05rem 0;
  white-space: nowrap;
  height: 100%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .toggle, body.single-post .header .primary_menu_2 .menu-item .menu-link .toggle, body.events-single .header .primary_menu_1 .menu-item .menu-link .toggle, body.events-single .header .primary_menu_2 .menu-item .menu-link .toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .label, body.single-post .header .primary_menu_2 .menu-item .menu-link .label, body.events-single .header .primary_menu_1 .menu-item .menu-link .label, body.events-single .header .primary_menu_2 .menu-item .menu-link .label {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: normal;
  font-style: normal;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .icon, body.single-post .header .primary_menu_2 .menu-item .menu-link .icon, body.events-single .header .primary_menu_1 .menu-item .menu-link .icon, body.events-single .header .primary_menu_2 .menu-item .menu-link .icon {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-family: "Font Awesome Pro 6";
  font-size: 1.1875rem;
  font-weight: 100;
  margin: 0;
  padding: 0 0 0 0.5rem;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .icon i, body.single-post .header .primary_menu_2 .menu-item .menu-link .icon i, body.events-single .header .primary_menu_1 .menu-item .menu-link .icon i, body.events-single .header .primary_menu_2 .menu-item .menu-link .icon i {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:after, body.single-post .header .primary_menu_2 .menu-item .menu-link:after, body.events-single .header .primary_menu_1 .menu-item .menu-link:after, body.events-single .header .primary_menu_2 .menu-item .menu-link:after {
  position: absolute;
  top: 100%;
  content: "";
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: width;
  transition-property: width;
  height: 0.0625rem;
  width: 0%;
  margin: 0.3125rem 0rem;
  padding: 0rem 0rem;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:hover:after, body.single-post .header .primary_menu_2 .menu-item .menu-link:hover:after, body.events-single .header .primary_menu_1 .menu-item .menu-link:hover:after, body.events-single .header .primary_menu_2 .menu-item .menu-link:hover:after {
  width: 100%;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active:after, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active:after {
  width: 100%;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .label, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .label, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active .toggle .icon i, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active .toggle .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.single-post .header .actions-wrapper .trigger-text-icon-primary .label, body.single-post .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-post .header .hamburger-wrapper .trigger-text-icon-primary .label, body.events-single .header .actions-wrapper .trigger-text-icon-primary .label, body.events-single .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.events-single .header .hamburger-wrapper .trigger-text-icon-primary .label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 100;
}
body.single-post .header .actions-wrapper .item, body.single-post .header .actions-wrapper-tablet-phone .item, body.single-post .header .hamburger-wrapper .item, body.events-single .header .actions-wrapper .item, body.events-single .header .actions-wrapper-tablet-phone .item, body.events-single .header .hamburger-wrapper .item {
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header .actions-wrapper .item:last-child, body.single-post .header .actions-wrapper-tablet-phone .item:last-child, body.single-post .header .hamburger-wrapper .item:last-child, body.events-single .header .actions-wrapper .item:last-child, body.events-single .header .actions-wrapper-tablet-phone .item:last-child, body.events-single .header .hamburger-wrapper .item:last-child {
    margin-right: 0 !important;
  }
}
body.single-post .header .actions-wrapper .btn-icon-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-post .header .hamburger-wrapper .btn-icon-solid-primary, body.events-single .header .actions-wrapper .btn-icon-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.events-single .header .hamburger-wrapper .btn-icon-solid-primary {
  border-width: 1px !important;
}
body.single-post .header .actions-wrapper .btn-icon-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-post .header .hamburger-wrapper .btn-icon-outline-primary, body.events-single .header .actions-wrapper .btn-icon-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.events-single .header .hamburger-wrapper .btn-icon-outline-primary {
  border-width: 1px !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-width: 1px !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-width: 1px !important;
}
body.single-post .header .hamburger-wrapper, body.events-single .header .hamburger-wrapper {
  margin: 0 0 2rem 0;
}
body.single-post .header.header-scroll-past, body.events-single .header.header-scroll-past {
  top: 0;
  height: calc(8.75rem * 1);
  padding: 0 0;
  margin: 0rem 0rem 0rem 0rem;
  background: #1B2B1C !important;
  border-bottom: 0 solid rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 8px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.07), 0 16px 32px rgba(0, 0, 0, 0.07), 0 32px 64px rgba(0, 0, 0, 0.07);
}
@media only screen and (max-width: 80em) {
  body.single-post .header.header-scroll-past, body.events-single .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .header.header-scroll-past, body.events-single .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header.header-scroll-past, body.events-single .header.header-scroll-past {
    padding: 0 0;
    height: calc(8.75rem * 0.8);
  }
}
body.single-post .header.header-scroll-past .logo, body.events-single .header.header-scroll-past .logo {
  position: relative;
  width: 4.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 100;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  bottom: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  z-index: 6000;
}
body.single-post .header.header-scroll-past .logo .image, body.single-post .header.header-scroll-past .logo a, body.single-post .header.header-scroll-past .logo svg, body.single-post .header.header-scroll-past .logo img, body.events-single .header.header-scroll-past .logo .image, body.events-single .header.header-scroll-past .logo a, body.events-single .header.header-scroll-past .logo svg, body.events-single .header.header-scroll-past .logo img {
  width: 4.6875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header.header-scroll-past .logo .image, body.single-post .header.header-scroll-past .logo a, body.single-post .header.header-scroll-past .logo svg, body.single-post .header.header-scroll-past .logo img, body.events-single .header.header-scroll-past .logo .image, body.events-single .header.header-scroll-past .logo a, body.events-single .header.header-scroll-past .logo svg, body.events-single .header.header-scroll-past .logo img {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.single-post .header.header-scroll-past .logo svg, body.single-post .header.header-scroll-past .logo g, body.single-post .header.header-scroll-past .logo path, body.single-post .header.header-scroll-past .logo rect, body.single-post .header.header-scroll-past .logo polygon, body.events-single .header.header-scroll-past .logo svg, body.events-single .header.header-scroll-past .logo g, body.events-single .header.header-scroll-past .logo path, body.events-single .header.header-scroll-past .logo rect, body.events-single .header.header-scroll-past .logo polygon {
  fill: #FFFFFF;
}
@media only screen and (max-width: 64em) {
  body.single-post .header.header-scroll-past .logo, body.events-single .header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .header.header-scroll-past .logo, body.events-single .header.header-scroll-past .logo {
    width: 4.0625rem;
    bottom: 0;
  }
}
body.single-post .header.header-scroll-past .logo:hover svg, body.single-post .header.header-scroll-past .logo:hover g, body.single-post .header.header-scroll-past .logo:hover path, body.single-post .header.header-scroll-past .logo:hover rect, body.single-post .header.header-scroll-past .logo:hover polygon, body.events-single .header.header-scroll-past .logo:hover svg, body.events-single .header.header-scroll-past .logo:hover g, body.events-single .header.header-scroll-past .logo:hover path, body.events-single .header.header-scroll-past .logo:hover rect, body.events-single .header.header-scroll-past .logo:hover polygon {
  fill: #FFFFFF;
}
body.single-post .header.header-scroll-past .logo.is-active svg, body.single-post .header.header-scroll-past .logo.is-active g, body.single-post .header.header-scroll-past .logo.is-active path, body.single-post .header.header-scroll-past .logo.is-active rect, body.single-post .header.header-scroll-past .logo.is-active polygon, body.events-single .header.header-scroll-past .logo.is-active svg, body.events-single .header.header-scroll-past .logo.is-active g, body.events-single .header.header-scroll-past .logo.is-active path, body.events-single .header.header-scroll-past .logo.is-active rect, body.events-single .header.header-scroll-past .logo.is-active polygon {
  fill: #FFFFFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .label, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .label, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link .icon, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:after, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:after, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover:after, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .label, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link:hover .icon, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active:after, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .label, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
body.single-post .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.single-post .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon, body.events-single .header.header-scroll-past .primary_menu_1 .menu-item .menu-link.is-active .icon, body.events-single .header.header-scroll-past .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary {
  border-color: #FFF !important;
  background: transparent;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-solid-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-solid-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-primary, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-secondary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-primary, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-secondary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary {
  border-color: #FFF !important;
  background: transparent;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .icon {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-primary .label, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-secondary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary .label {
  color: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-primary:after, body.single-post .header.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, body.single-post .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after, body.events-single .header.header-scroll-past .actions-wrapper .btn-icon-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-icon-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-primary:after, body.events-single .header.header-scroll-past .actions-wrapper .btn-text-link-secondary:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-icon-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-icon-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-outline-primary:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-primary:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .btn-text-link-secondary:after, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-icon-outline-primary:after, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-icon-outline-primary:after, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-outline-primary:after, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-primary:after, body.events-single .header.header-scroll-past .hamburger-wrapper .btn-text-link-secondary:after {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
body.single-post .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF !important;
  display: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important !important;
  background: transparent !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-post .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header.header-scroll-past .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF !important;
}
body.single-post .header.header-scroll-past:hover, body.events-single .header.header-scroll-past:hover {
  background: #1B2B1C !important;
}
body.single-post .header.header-scroll-past.is-active, body.events-single .header.header-scroll-past.is-active {
  background: #1B2B1C !important;
}
body.single-post .header.header-slide-up, body.events-single .header.header-slide-up {
  top: -8.75rem !important;
}
body.single-post .header .logo svg, body.single-post .header .logo g, body.single-post .header .logo path, body.single-post .header .logo rect, body.single-post .header .logo polygon, body.events-single .header .logo svg, body.events-single .header .logo g, body.events-single .header .logo path, body.events-single .header .logo rect, body.events-single .header .logo polygon {
  fill: #FFFFFF;
}
body.single-post .header .logo:hover svg, body.single-post .header .logo:hover g, body.single-post .header .logo:hover path, body.single-post .header .logo:hover rect, body.single-post .header .logo:hover polygon, body.events-single .header .logo:hover svg, body.events-single .header .logo:hover g, body.events-single .header .logo:hover path, body.events-single .header .logo:hover rect, body.events-single .header .logo:hover polygon {
  fill: #FFFFFF;
}
body.single-post .header .logo.is-active svg, body.single-post .header .logo.is-active g, body.single-post .header .logo.is-active path, body.single-post .header .logo.is-active rect, body.single-post .header .logo.is-active polygon, body.events-single .header .logo.is-active svg, body.events-single .header .logo.is-active g, body.events-single .header .logo.is-active path, body.events-single .header .logo.is-active rect, body.events-single .header .logo.is-active polygon {
  fill: #FFFFFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link, body.single-post .header .primary_menu_2 .menu-item .menu-link, body.events-single .header .primary_menu_1 .menu-item .menu-link, body.events-single .header .primary_menu_2 .menu-item .menu-link {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .label, body.single-post .header .primary_menu_2 .menu-item .menu-link .label, body.events-single .header .primary_menu_1 .menu-item .menu-link .label, body.events-single .header .primary_menu_2 .menu-item .menu-link .label {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link .icon, body.single-post .header .primary_menu_2 .menu-item .menu-link .icon, body.events-single .header .primary_menu_1 .menu-item .menu-link .icon, body.events-single .header .primary_menu_2 .menu-item .menu-link .icon {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:after, body.single-post .header .primary_menu_2 .menu-item .menu-link:after, body.events-single .header .primary_menu_1 .menu-item .menu-link:after, body.events-single .header .primary_menu_2 .menu-item .menu-link:after {
  background: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:hover:after, body.single-post .header .primary_menu_2 .menu-item .menu-link:hover:after, body.events-single .header .primary_menu_1 .menu-item .menu-link:hover:after, body.events-single .header .primary_menu_2 .menu-item .menu-link:hover:after {
  background: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:hover .label, body.single-post .header .primary_menu_2 .menu-item .menu-link:hover .label, body.events-single .header .primary_menu_1 .menu-item .menu-link:hover .label, body.events-single .header .primary_menu_2 .menu-item .menu-link:hover .label {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link:hover .icon, body.single-post .header .primary_menu_2 .menu-item .menu-link:hover .icon, body.events-single .header .primary_menu_1 .menu-item .menu-link:hover .icon, body.events-single .header .primary_menu_2 .menu-item .menu-link:hover .icon {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active:after, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active:after, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active:after {
  background: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active .label, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active .label, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active .label, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active .label {
  color: #FFF;
}
body.single-post .header .primary_menu_1 .menu-item .menu-link.is-active .icon, body.single-post .header .primary_menu_2 .menu-item .menu-link.is-active .icon, body.events-single .header .primary_menu_1 .menu-item .menu-link.is-active .icon, body.events-single .header .primary_menu_2 .menu-item .menu-link.is-active .icon {
  color: #FFF;
}
body.single-post .header .actions-wrapper .btn-icon-solid-primary, body.single-post .header .actions-wrapper .btn-text-icon-solid-primary, body.single-post .header .actions-wrapper .btn-text-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-text-solid-primary, body.single-post .header .hamburger-wrapper .btn-icon-solid-primary, body.single-post .header .hamburger-wrapper .btn-text-icon-solid-primary, body.single-post .header .hamburger-wrapper .btn-text-solid-primary, body.events-single .header .actions-wrapper .btn-icon-solid-primary, body.events-single .header .actions-wrapper .btn-text-icon-solid-primary, body.events-single .header .actions-wrapper .btn-text-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-text-solid-primary, body.events-single .header .hamburger-wrapper .btn-icon-solid-primary, body.events-single .header .hamburger-wrapper .btn-text-icon-solid-primary, body.events-single .header .hamburger-wrapper .btn-text-solid-primary {
  border-color: #1B2B1C;
  background: #1B2B1C;
}
body.single-post .header .actions-wrapper .btn-icon-solid-primary .icon, body.single-post .header .actions-wrapper .btn-text-icon-solid-primary .icon, body.single-post .header .actions-wrapper .btn-text-solid-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.single-post .header .hamburger-wrapper .btn-icon-solid-primary .icon, body.single-post .header .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.single-post .header .hamburger-wrapper .btn-text-solid-primary .icon, body.events-single .header .actions-wrapper .btn-icon-solid-primary .icon, body.events-single .header .actions-wrapper .btn-text-icon-solid-primary .icon, body.events-single .header .actions-wrapper .btn-text-solid-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-text-solid-primary .icon, body.events-single .header .hamburger-wrapper .btn-icon-solid-primary .icon, body.events-single .header .hamburger-wrapper .btn-text-icon-solid-primary .icon, body.events-single .header .hamburger-wrapper .btn-text-solid-primary .icon {
  color: #FFF !important;
}
body.single-post .header .actions-wrapper .btn-icon-solid-primary .label, body.single-post .header .actions-wrapper .btn-text-icon-solid-primary .label, body.single-post .header .actions-wrapper .btn-text-solid-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.single-post .header .hamburger-wrapper .btn-icon-solid-primary .label, body.single-post .header .hamburger-wrapper .btn-text-icon-solid-primary .label, body.single-post .header .hamburger-wrapper .btn-text-solid-primary .label, body.events-single .header .actions-wrapper .btn-icon-solid-primary .label, body.events-single .header .actions-wrapper .btn-text-icon-solid-primary .label, body.events-single .header .actions-wrapper .btn-text-solid-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-solid-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-solid-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-text-solid-primary .label, body.events-single .header .hamburger-wrapper .btn-icon-solid-primary .label, body.events-single .header .hamburger-wrapper .btn-text-icon-solid-primary .label, body.events-single .header .hamburger-wrapper .btn-text-solid-primary .label {
  color: #FFF !important;
}
body.single-post .header .actions-wrapper .btn-icon-outline-primary, body.single-post .header .actions-wrapper .btn-text-icon-outline-primary, body.single-post .header .actions-wrapper .btn-text-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .btn-text-outline-primary, body.single-post .header .hamburger-wrapper .btn-icon-outline-primary, body.single-post .header .hamburger-wrapper .btn-text-icon-outline-primary, body.single-post .header .hamburger-wrapper .btn-text-outline-primary, body.events-single .header .actions-wrapper .btn-icon-outline-primary, body.events-single .header .actions-wrapper .btn-text-icon-outline-primary, body.events-single .header .actions-wrapper .btn-text-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .btn-text-outline-primary, body.events-single .header .hamburger-wrapper .btn-icon-outline-primary, body.events-single .header .hamburger-wrapper .btn-text-icon-outline-primary, body.events-single .header .hamburger-wrapper .btn-text-outline-primary {
  border-color: #FFF;
  background: transparent;
}
body.single-post .header .actions-wrapper .btn-icon-outline-primary .icon, body.single-post .header .actions-wrapper .btn-text-icon-outline-primary .icon, body.single-post .header .actions-wrapper .btn-text-outline-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.single-post .header .hamburger-wrapper .btn-icon-outline-primary .icon, body.single-post .header .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.single-post .header .hamburger-wrapper .btn-text-outline-primary .icon, body.events-single .header .actions-wrapper .btn-icon-outline-primary .icon, body.events-single .header .actions-wrapper .btn-text-icon-outline-primary .icon, body.events-single .header .actions-wrapper .btn-text-outline-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .btn-text-outline-primary .icon, body.events-single .header .hamburger-wrapper .btn-icon-outline-primary .icon, body.events-single .header .hamburger-wrapper .btn-text-icon-outline-primary .icon, body.events-single .header .hamburger-wrapper .btn-text-outline-primary .icon {
  color: #FFF;
}
body.single-post .header .actions-wrapper .btn-icon-outline-primary .label, body.single-post .header .actions-wrapper .btn-text-icon-outline-primary .label, body.single-post .header .actions-wrapper .btn-text-outline-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.single-post .header .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.single-post .header .hamburger-wrapper .btn-icon-outline-primary .label, body.single-post .header .hamburger-wrapper .btn-text-icon-outline-primary .label, body.single-post .header .hamburger-wrapper .btn-text-outline-primary .label, body.events-single .header .actions-wrapper .btn-icon-outline-primary .label, body.events-single .header .actions-wrapper .btn-text-icon-outline-primary .label, body.events-single .header .actions-wrapper .btn-text-outline-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-icon-outline-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-text-icon-outline-primary .label, body.events-single .header .actions-wrapper-tablet-phone .btn-text-outline-primary .label, body.events-single .header .hamburger-wrapper .btn-icon-outline-primary .label, body.events-single .header .hamburger-wrapper .btn-text-icon-outline-primary .label, body.events-single .header .hamburger-wrapper .btn-text-outline-primary .label {
  color: #FFF;
}
body.single-post .header .actions-wrapper .trigger-text-icon-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.single-post .header .hamburger-wrapper .trigger-text-icon-primary .icon, body.events-single .header .actions-wrapper .trigger-text-icon-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .icon, body.events-single .header .hamburger-wrapper .trigger-text-icon-primary .icon {
  color: #FFF;
}
body.single-post .header .actions-wrapper .trigger-text-icon-primary .label, body.single-post .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.single-post .header .hamburger-wrapper .trigger-text-icon-primary .label, body.events-single .header .actions-wrapper .trigger-text-icon-primary .label, body.events-single .header .actions-wrapper-tablet-phone .trigger-text-icon-primary .label, body.events-single .header .hamburger-wrapper .trigger-text-icon-primary .label {
  color: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span {
  background-color: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:after {
  background-color: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .hamburger-box span:before {
  background-color: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper .slide-menu-trigger.trigger-text-icon-primary .label {
  color: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary {
  border-color: #1B2B1C !important;
  background: #1B2B1C !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .icon {
  color: #FFF !important !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span {
  background: #FFF !important !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:after {
  background: #FFF !important !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-solid-primary .hamburger-box span:before {
  background: #FFF !important !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary {
  border-color: #FFF !important;
  background: transparent !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .icon {
  color: #FFF !important;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span {
  background: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:after {
  background: #FFF;
}
body.single-post .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-post .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.single-post .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header .actions-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header .actions-wrapper-tablet-phone .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before, body.events-single .header .hamburger-wrapper .slide-menu-trigger-wrapper.btn-icon-outline-primary .hamburger-box span:before {
  background: #FFF;
}
body.single-post .header:hover, body.events-single .header:hover {
  background: #1B2B1C;
}
body.single-post .header.is-active, body.events-single .header.is-active {
  background: #1B2B1C;
}
body.single-post .single-bc-wrapper, body.events-single .single-bc-wrapper {
  height: 8.75rem;
  background: #F7F7EE;
}
@media only screen and (max-width: 80em) {
  body.single-post .single-bc-wrapper, body.events-single .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .single-bc-wrapper, body.events-single .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-bc-wrapper, body.events-single .single-bc-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent;
  z-index: 200;
  width: 100%;
  height: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper .container, body.events-single .single-bc-wrapper .breadcrumb-wrapper .container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100% !important;
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail {
    padding: 0 6vw;
  }
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a span, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #49754c;
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:hover span, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:hover span {
  color: #223623;
  text-decoration: underline;
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:after, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb a:after {
  content: "/";
  color: #49754c;
  font-size: calc(0.75rem * 1);
  margin: 0 0 0 0.75rem;
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb:last-child span, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs__trail .breadcrumbs__crumb:last-child span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #223623;
}
@media only screen and (max-width: 80em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-bc-wrapper .breadcrumb-wrapper, body.events-single .single-bc-wrapper .breadcrumb-wrapper {
    height: calc(8.75rem * 0.8) !important;
  }
}
body.single-post .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs, body.events-single .single-bc-wrapper .breadcrumb-wrapper .breadcrumbs {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
body.single-post .content-area-inner, body.events-single .content-area-inner {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body.single-post .content-area-inner, body.events-single .content-area-inner {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .content-area-inner, body.events-single .content-area-inner {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-area-inner, body.events-single .content-area-inner {
    padding-top: calc(8.75rem * 0.5);
  }
}
body.single-post .single-header-wrapper, body.events-single .single-header-wrapper {
  padding-bottom: calc(8.75rem * 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 80em) {
  body.single-post .single-header-wrapper, body.events-single .single-header-wrapper {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .single-header-wrapper, body.events-single .single-header-wrapper {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper, body.events-single .single-header-wrapper {
    padding-bottom: calc(5rem * 0.5);
  }
}
body.single-post .single-header-wrapper .details-wrapper, body.events-single .single-header-wrapper .details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.5rem;
  row-gap: 0.5rem;
  margin: 0 0 0.75rem 0;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper, body.events-single .single-header-wrapper .details-wrapper .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date {
    white-space: nowrap;
  }
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date .label, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date .label, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  color: #1B2B1C;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date:hover, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date:hover {
  background: #223623;
  border-color: #223623;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date:hover .label, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date:hover .label {
  color: #FFFFFF;
}
body.single-post .single-header-wrapper .details-wrapper .date-wrapper .date .label, body.events-single .single-header-wrapper .details-wrapper .date-wrapper .date .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category {
    white-space: nowrap;
  }
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label {
  color: #FFF !important;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category:hover, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category:hover .label, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category:hover .label {
  color: #FFF;
}
body.single-post .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label, body.events-single .single-header-wrapper .details-wrapper .primary-category-wrapper .primary-category .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
body.single-post .single-header-wrapper .title-wrapper .title, body.events-single .single-header-wrapper .title-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
body.single-post .single-header-wrapper .title-wrapper .title strong, body.events-single .single-header-wrapper .title-wrapper .title strong {
  font-weight: 400;
}
body.single-post .single-header-wrapper .title-wrapper .title a, body.events-single .single-header-wrapper .title-wrapper .title a {
  color: #1B2B1C;
}
body.single-post .single-header-wrapper .title-wrapper .title i, body.events-single .single-header-wrapper .title-wrapper .title i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-post .single-header-wrapper .title-wrapper .title, body.events-single .single-header-wrapper .title-wrapper .title {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper .title-wrapper .title, body.events-single .single-header-wrapper .title-wrapper .title {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
body.single-post .single-header-wrapper .author-wrapper, body.events-single .single-header-wrapper .author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-post .single-header-wrapper .author-wrapper .author, body.events-single .single-header-wrapper .author-wrapper .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(0.5rem * 0.5);
}
body.single-post .single-header-wrapper .author-wrapper .author .label, body.events-single .single-header-wrapper .author-wrapper .author .label {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin: 0 !important;
}
body.single-post .single-header-wrapper .author-wrapper .author .label strong, body.events-single .single-header-wrapper .author-wrapper .author .label strong {
  font-weight: 600;
}
body.single-post .single-header-wrapper .author-wrapper .author .label em, body.events-single .single-header-wrapper .author-wrapper .author .label em {
  font-style: italic;
}
body.single-post .single-header-wrapper .author-wrapper .author .label em strong, body.events-single .single-header-wrapper .author-wrapper .author .label em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .single-header-wrapper .author-wrapper .author .label, body.events-single .single-header-wrapper .author-wrapper .author .label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper .author-wrapper .author .label, body.events-single .single-header-wrapper .author-wrapper .author .label {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .single-header-wrapper .author-wrapper .author .link, body.events-single .single-header-wrapper .author-wrapper .author .link {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  font-weight: 600 !important;
  margin: 0 !important;
  color: #1B2B1C;
}
body.single-post .single-header-wrapper .author-wrapper .author .link strong, body.events-single .single-header-wrapper .author-wrapper .author .link strong {
  font-weight: 600;
}
body.single-post .single-header-wrapper .author-wrapper .author .link em, body.events-single .single-header-wrapper .author-wrapper .author .link em {
  font-style: italic;
}
body.single-post .single-header-wrapper .author-wrapper .author .link em strong, body.events-single .single-header-wrapper .author-wrapper .author .link em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .single-header-wrapper .author-wrapper .author .link, body.events-single .single-header-wrapper .author-wrapper .author .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-header-wrapper .author-wrapper .author .link, body.events-single .single-header-wrapper .author-wrapper .author .link {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .single-image-wrapper .image-responsive-wrapper, body.events-single .single-image-wrapper .image-responsive-wrapper {
  width: 100%;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image, body.events-single .single-image-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after, body.events-single .single-image-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .svg svg, body.events-single .single-image-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics .svg, body.events-single .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture, body.events-single .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture img, body.events-single .single-image-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75, body.events-single .single-image-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
body.single-post .single-image-wrapper .image-responsive-wrapper picture,
body.single-post .single-image-wrapper .image-responsive-wrapper span, body.events-single .single-image-wrapper .image-responsive-wrapper picture,
body.events-single .single-image-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-post .single-image-wrapper .image-responsive-wrapper picture img,
body.single-post .single-image-wrapper .image-responsive-wrapper span img, body.events-single .single-image-wrapper .image-responsive-wrapper picture img,
body.events-single .single-image-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper, body.events-single .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
body.single-post .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper .caption, body.events-single .single-image-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (max-width: 47.9375em) {
  body.single-post .single-image-wrapper .container, body.events-single .single-image-wrapper .container {
    width: 100vw;
    padding: 0 !important;
  }
  body.single-post .single-image-wrapper .container .image, body.single-post .single-image-wrapper .container .image img, body.events-single .single-image-wrapper .container .image, body.events-single .single-image-wrapper .container .image img {
    border-radius: 0 !important;
  }
}
body.single-post .content-body, body.events-single .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: calc(8.75rem * 0.25);
  padding-bottom: 8.75rem;
  /* Gutenburg Columns -------------------------------- */
  /* Paragraph -------------------------------- */
  /* Preamble -------------------------------- */
  /* Headings -------------------------------- */
  /* Lists -------------------------------- */
  /* Tables -------------------------------- */
  /* Forms -------------------------------- */
  /* Quotes -------------------------------- */
  /* Images -------------------------------- */
  /* Videos -------------------------------- */
  /* Embed -------------------------------- */
  /* Captions -------------------------------- */
  /* Iframe -------------------------------- */
  /* WP-Block Gallery -------------------------------- */
}
@media only screen and (max-width: 80em) {
  body.single-post .content-body, body.events-single .content-body {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .content-body, body.events-single .content-body {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body, body.events-single .content-body {
    padding-top: calc(5rem * 0.25);
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .content-body, body.events-single .content-body {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .content-body, body.events-single .content-body {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body, body.events-single .content-body {
    padding-bottom: 5rem;
  }
}
body.single-post .content-body .wp-block-columns, body.events-single .content-body .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #FF0000;
  /* Properties for every container */
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 80em) {
  body.single-post .content-body .wp-block-columns, body.events-single .content-body .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .content-body .wp-block-columns, body.events-single .content-body .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .wp-block-columns, body.events-single .content-body .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .content-body .wp-block-columns, body.events-single .content-body .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.single-post .content-body .wp-block-columns .wp-block-column, body.events-single .content-body .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF0000;
}
body.single-post .content-body p, body.events-single .content-body p {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
body.single-post .content-body p strong, body.events-single .content-body p strong {
  font-weight: 600;
}
body.single-post .content-body p em, body.events-single .content-body p em {
  font-style: italic;
}
body.single-post .content-body p em strong, body.events-single .content-body p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body p, body.events-single .content-body p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body p, body.events-single .content-body p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .content-body p a, body.events-single .content-body p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body p a:hover, body.events-single .content-body p a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body p a:visited, body.events-single .content-body p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body p a:visited:hover, body.events-single .content-body p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body p.preamble-primary, body.events-single .content-body p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-post .content-body p.preamble-primary strong, body.events-single .content-body p.preamble-primary strong {
  font-weight: 500;
}
body.single-post .content-body p.preamble-primary em, body.events-single .content-body p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body p.preamble-primary, body.events-single .content-body p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-post .content-body p.sub-heading-primary, body.events-single .content-body p.sub-heading-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
body.single-post .content-body p.sub-heading-primary strong, body.events-single .content-body p.sub-heading-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body p.sub-heading-primary, body.events-single .content-body p.sub-heading-primary {
    font-size: calc(0.75rem * 0.9);
  }
}
body.single-post .content-body p.caption-primary, body.events-single .content-body p.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
body.single-post .content-body p.preamble-primary, body.events-single .content-body p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-post .content-body p.preamble-primary strong, body.events-single .content-body p.preamble-primary strong {
  font-weight: 500;
}
body.single-post .content-body p.preamble-primary em, body.events-single .content-body p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body p.preamble-primary, body.events-single .content-body p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-post .content-body p.preamble-primary a, body.events-single .content-body p.preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body p.preamble-primary a:hover, body.events-single .content-body p.preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body p.preamble-primary a:visited, body.events-single .content-body p.preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body p.preamble-primary a:visited:hover, body.events-single .content-body p.preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .preamble-primary, body.events-single .content-body .preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
body.single-post .content-body .preamble-primary strong, body.events-single .content-body .preamble-primary strong {
  font-weight: 500;
}
body.single-post .content-body .preamble-primary em, body.events-single .content-body .preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .preamble-primary, body.events-single .content-body .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-post .content-body .preamble-primary a, body.events-single .content-body .preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body .preamble-primary a:hover, body.events-single .content-body .preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .preamble-primary a:visited, body.events-single .content-body .preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body .preamble-primary a:visited:hover, body.events-single .content-body .preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .wp-block-heading, body.events-single .content-body .wp-block-heading {
  color: #000;
}
body.single-post .content-body h1.wp-block-heading, body.events-single .content-body h1.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
body.single-post .content-body h1.wp-block-heading strong, body.events-single .content-body h1.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h1.wp-block-heading a, body.events-single .content-body h1.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h1.wp-block-heading i, body.events-single .content-body h1.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body h1.wp-block-heading, body.events-single .content-body h1.wp-block-heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h1.wp-block-heading, body.events-single .content-body h1.wp-block-heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
body.single-post .content-body h2.wp-block-heading, body.events-single .content-body h2.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
body.single-post .content-body h2.wp-block-heading strong, body.events-single .content-body h2.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h2.wp-block-heading a, body.events-single .content-body h2.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h2.wp-block-heading i, body.events-single .content-body h2.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body h2.wp-block-heading, body.events-single .content-body h2.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h2.wp-block-heading, body.events-single .content-body h2.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
body.single-post .content-body h3.wp-block-heading, body.events-single .content-body h3.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
body.single-post .content-body h3.wp-block-heading strong, body.events-single .content-body h3.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h3.wp-block-heading a, body.events-single .content-body h3.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h3.wp-block-heading i, body.events-single .content-body h3.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body h3.wp-block-heading, body.events-single .content-body h3.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h3.wp-block-heading, body.events-single .content-body h3.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
body.single-post .content-body h4.wp-block-heading, body.events-single .content-body h4.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
body.single-post .content-body h4.wp-block-heading strong, body.events-single .content-body h4.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h4.wp-block-heading a, body.events-single .content-body h4.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h4.wp-block-heading i, body.events-single .content-body h4.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h4.wp-block-heading, body.events-single .content-body h4.wp-block-heading {
    font-size: calc(1.625rem * 0.85);
  }
}
body.single-post .content-body h5.wp-block-heading, body.events-single .content-body h5.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
body.single-post .content-body h5.wp-block-heading strong, body.events-single .content-body h5.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h5.wp-block-heading a, body.events-single .content-body h5.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h5.wp-block-heading i, body.events-single .content-body h5.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h5.wp-block-heading, body.events-single .content-body h5.wp-block-heading {
    font-size: calc(1.375rem * 0.85);
  }
}
body.single-post .content-body h6.wp-block-heading, body.events-single .content-body h6.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
body.single-post .content-body h6.wp-block-heading strong, body.events-single .content-body h6.wp-block-heading strong {
  font-weight: 400;
}
body.single-post .content-body h6.wp-block-heading a, body.events-single .content-body h6.wp-block-heading a {
  color: #1B2B1C;
}
body.single-post .content-body h6.wp-block-heading i, body.events-single .content-body h6.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body h6.wp-block-heading, body.events-single .content-body h6.wp-block-heading {
    font-size: calc(1.25rem * 0.8);
  }
}
body.single-post .content-body ul, body.single-post .content-body ol, body.events-single .content-body ul, body.events-single .content-body ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
body.single-post .content-body ul li, body.single-post .content-body ol li, body.events-single .content-body ul li, body.events-single .content-body ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body ul li, body.single-post .content-body ol li, body.events-single .content-body ul li, body.events-single .content-body ol li {
    font-size: calc(1rem * 0.95);
  }
}
body.single-post .content-body ul li a, body.single-post .content-body ol li a, body.events-single .content-body ul li a, body.events-single .content-body ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body ul li a:hover, body.single-post .content-body ol li a:hover, body.events-single .content-body ul li a:hover, body.events-single .content-body ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body ul li a:visited, body.single-post .content-body ol li a:visited, body.events-single .content-body ul li a:visited, body.events-single .content-body ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body ul li a:visited:hover, body.single-post .content-body ol li a:visited:hover, body.events-single .content-body ul li a:visited:hover, body.events-single .content-body ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body table, body.events-single .content-body table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
body.single-post .content-body table tr th, body.single-post .content-body table tr td, body.events-single .content-body table tr th, body.events-single .content-body table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
body.single-post .content-body table tr th strong, body.single-post .content-body table tr td strong, body.events-single .content-body table tr th strong, body.events-single .content-body table tr td strong {
  font-weight: 600;
}
body.single-post .content-body table tr th em, body.single-post .content-body table tr td em, body.events-single .content-body table tr th em, body.events-single .content-body table tr td em {
  font-style: italic;
}
body.single-post .content-body table tr th em strong, body.single-post .content-body table tr td em strong, body.events-single .content-body table tr th em strong, body.events-single .content-body table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body table tr th, body.single-post .content-body table tr td, body.events-single .content-body table tr th, body.events-single .content-body table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body table tr th, body.single-post .content-body table tr td, body.events-single .content-body table tr th, body.events-single .content-body table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .content-body table tr th, body.events-single .content-body table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
body.single-post .content-body table tr td, body.events-single .content-body table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
body.single-post .content-body table tr td:last, body.events-single .content-body table tr td:last {
  white-space: nowrap;
}
body.single-post .content-body table tr:last-child td, body.events-single .content-body table tr:last-child td {
  border-bottom: 0 !important;
}
body.single-post .content-body .frm_forms .frm_description p, body.events-single .content-body .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
body.single-post .content-body .frm_forms .frm_description p strong, body.events-single .content-body .frm_forms .frm_description p strong {
  font-weight: 600;
}
body.single-post .content-body .frm_forms .frm_description p em, body.events-single .content-body .frm_forms .frm_description p em {
  font-style: italic;
}
body.single-post .content-body .frm_forms .frm_description p em strong, body.events-single .content-body .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .content-body .frm_forms .frm_description p, body.events-single .content-body .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .frm_forms .frm_description p, body.events-single .content-body .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .content-body .frm_forms .frm_error_style, body.events-single .content-body .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
body.single-post .content-body .frm_forms .frm_message, body.events-single .content-body .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field label, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text], body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email], body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel], body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number], body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text], body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email], body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel], body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number], body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field select input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox], body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field .frm_error, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field a, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_form_field.hide-label label, body.events-single .content-body .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
body.single-post .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover, body.events-single .content-body .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
body.single-post .content-body .wp-block-quote, body.events-single .content-body .wp-block-quote {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  white-space: break-spaces;
}
body.single-post .content-body .wp-block-quote strong, body.events-single .content-body .wp-block-quote strong {
  font-weight: 500;
}
body.single-post .content-body .wp-block-quote em, body.events-single .content-body .wp-block-quote em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .content-body .wp-block-quote, body.events-single .content-body .wp-block-quote {
    font-size: calc(2.25rem * 0.8);
  }
}
body.single-post .content-body img, body.events-single .content-body img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-post .content-body .wp-block-image, body.events-single .content-body .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  body.single-post .content-body .wp-block-image, body.events-single .content-body .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
body.single-post .content-body .wp-block-image figcaption, body.events-single .content-body .wp-block-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-post .content-body .wp-block-image figcaption a, body.events-single .content-body .wp-block-image figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body .wp-block-image figcaption a:hover, body.events-single .content-body .wp-block-image figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .wp-block-image figcaption a:visited, body.events-single .content-body .wp-block-image figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body .wp-block-image figcaption a:visited:hover, body.events-single .content-body .wp-block-image figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body video, body.events-single .content-body video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-post .content-body .wp-video, body.events-single .content-body .wp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
body.single-post .content-body .wp-block-embed, body.events-single .content-body .wp-block-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.single-post .content-body .wp-block-embed figcaption, body.events-single .content-body .wp-block-embed figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-post .content-body .wp-block-embed figcaption a, body.events-single .content-body .wp-block-embed figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body .wp-block-embed figcaption a:hover, body.events-single .content-body .wp-block-embed figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .wp-block-embed figcaption a:visited, body.events-single .content-body .wp-block-embed figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body .wp-block-embed figcaption a:visited:hover, body.events-single .content-body .wp-block-embed figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body .wp-block-embed.is-type-video .wp-block-embed__wrapper, body.events-single .content-body .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
body.single-post .content-body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe, body.events-single .content-body .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body.single-post .content-body figcaption, body.events-single .content-body figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
body.single-post .content-body figcaption a, body.events-single .content-body figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
body.single-post .content-body figcaption a:hover, body.events-single .content-body figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body figcaption a:visited, body.events-single .content-body figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
body.single-post .content-body figcaption a:visited:hover, body.events-single .content-body figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
body.single-post .content-body iframe, body.events-single .content-body iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
body.single-post .content-body .wp-block-gallery, body.events-single .content-body .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  body.single-post .content-body .wp-block-gallery, body.events-single .content-body .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
body.single-post .block.block-related-posts, body.events-single .block.block-related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body.single-post .block.block-related-posts, body.events-single .block.block-related-posts {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts, body.events-single .block.block-related-posts {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts, body.events-single .block.block-related-posts {
    padding-top: calc(8.75rem * 0.75);
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts, body.events-single .block.block-related-posts {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
body.single-post .block.block-related-posts .block-header, body.events-single .block.block-related-posts .block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: calc(8.75rem * 0.35);
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts .block-header, body.events-single .block.block-related-posts .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts .block-header, body.events-single .block.block-related-posts .block-header {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.35);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts .block-header, body.events-single .block.block-related-posts .block-header {
    padding-bottom: calc(5rem * 0.35);
  }
}
body.single-post .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle, body.events-single .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
body.single-post .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle strong, body.events-single .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle, body.events-single .block.block-related-posts .block-header .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p strong, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p strong {
  font-weight: 600;
}
body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p em, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p em {
  font-style: italic;
}
body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p em strong, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p, body.events-single .block.block-related-posts .block-header .content-wrapper .description-wrapper .description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
body.single-post .block.block-related-posts .block-header .content-wrapper .featured-ctas, body.events-single .block.block-related-posts .block-header .content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: calc(1rem * 2);
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts .block-header .content-wrapper .featured-ctas, body.events-single .block.block-related-posts .block-header .content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
body.single-post .block.block-related-posts .block-footer, body.events-single .block.block-related-posts .block-footer {
  padding-top: calc(8.75rem * 0.5);
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts .block-footer, body.events-single .block.block-related-posts .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts .block-footer, body.events-single .block.block-related-posts .block-footer {
    padding-top: calc(calc(8.75rem * 0.75) * 0.5);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts .block-footer, body.events-single .block.block-related-posts .block-footer {
    padding-top: calc(8.75rem * 0.5);
  }
}
body.single-post .block.block-related-posts .block-footer .featured-ctas, body.events-single .block.block-related-posts .block-footer .featured-ctas {
  margin-top: 0 !important;
}
body.single-post .block.block-related-posts.g-block-padding-bottom-default, body.events-single .block.block-related-posts.g-block-padding-bottom-default {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-default, body.events-single .block.block-related-posts.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-default, body.events-single .block.block-related-posts.g-block-padding-bottom-default {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-default, body.events-single .block.block-related-posts.g-block-padding-bottom-default {
    padding-bottom: 5rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-bottom-none, body.events-single .block.block-related-posts.g-block-padding-bottom-none {
  padding-bottom: 0 !important;
}
body.single-post .block.block-related-posts.g-block-padding-bottom-header, body.events-single .block.block-related-posts.g-block-padding-bottom-header {
  padding-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-header, body.events-single .block.block-related-posts.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-header, body.events-single .block.block-related-posts.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-header, body.events-single .block.block-related-posts.g-block-padding-bottom-header {
    padding-bottom: calc(8.75rem * 0.8);
  }
}
body.single-post .block.block-related-posts.g-block-padding-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-padding-bottom-grid-gap {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-padding-bottom-grid-gap {
    padding-bottom: 2rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-bottom-element, body.events-single .block.block-related-posts.g-block-padding-bottom-element {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-element, body.events-single .block.block-related-posts.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-element, body.events-single .block.block-related-posts.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-element, body.events-single .block.block-related-posts.g-block-padding-bottom-element {
    padding-bottom: 1.5rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-bottom-block, body.events-single .block.block-related-posts.g-block-padding-bottom-block {
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-block, body.events-single .block.block-related-posts.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-block, body.events-single .block.block-related-posts.g-block-padding-bottom-block {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-bottom-block, body.events-single .block.block-related-posts.g-block-padding-bottom-block {
    padding-bottom: 5rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-top-default, body.events-single .block.block-related-posts.g-block-padding-top-default {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body.single-post .block.block-related-posts.g-block-padding-top-default, body.events-single .block.block-related-posts.g-block-padding-top-default {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-top-default, body.events-single .block.block-related-posts.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-top-default, body.events-single .block.block-related-posts.g-block-padding-top-default {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-top-default, body.events-single .block.block-related-posts.g-block-padding-top-default {
    padding-top: 5rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-top-none, body.events-single .block.block-related-posts.g-block-padding-top-none {
  padding-top: 0 !important;
}
body.single-post .block.block-related-posts.g-block-padding-top-header, body.events-single .block.block-related-posts.g-block-padding-top-header {
  padding-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-top-header, body.events-single .block.block-related-posts.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-top-header, body.events-single .block.block-related-posts.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-top-header, body.events-single .block.block-related-posts.g-block-padding-top-header {
    padding-top: calc(8.75rem * 0.8);
  }
}
body.single-post .block.block-related-posts.g-block-padding-top-grid-gap, body.events-single .block.block-related-posts.g-block-padding-top-grid-gap {
  padding-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-top-grid-gap, body.events-single .block.block-related-posts.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-top-grid-gap, body.events-single .block.block-related-posts.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-top-grid-gap, body.events-single .block.block-related-posts.g-block-padding-top-grid-gap {
    padding-top: 2rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-top-element, body.events-single .block.block-related-posts.g-block-padding-top-element {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-top-element, body.events-single .block.block-related-posts.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-top-element, body.events-single .block.block-related-posts.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-top-element, body.events-single .block.block-related-posts.g-block-padding-top-element {
    padding-top: 1.5rem;
  }
}
body.single-post .block.block-related-posts.g-block-padding-top-block, body.events-single .block.block-related-posts.g-block-padding-top-block {
  padding-top: 8.75rem;
}
@media only screen and (max-width: 100em) {
  body.single-post .block.block-related-posts.g-block-padding-top-block, body.events-single .block.block-related-posts.g-block-padding-top-block {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-padding-top-block, body.events-single .block.block-related-posts.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-padding-top-block, body.events-single .block.block-related-posts.g-block-padding-top-block {
    padding-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-padding-top-block, body.events-single .block.block-related-posts.g-block-padding-top-block {
    padding-top: 5rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-bottom-default, body.events-single .block.block-related-posts.g-block-margin-bottom-default {
  margin-bottom: 0;
}
body.single-post .block.block-related-posts.g-block-margin-bottom-none, body.events-single .block.block-related-posts.g-block-margin-bottom-none {
  margin-bottom: 0 !important;
}
body.single-post .block.block-related-posts.g-block-margin-bottom-header, body.events-single .block.block-related-posts.g-block-margin-bottom-header {
  margin-bottom: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-header, body.events-single .block.block-related-posts.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-header, body.events-single .block.block-related-posts.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-header, body.events-single .block.block-related-posts.g-block-margin-bottom-header {
    margin-bottom: calc(8.75rem * 0.8);
  }
}
body.single-post .block.block-related-posts.g-block-margin-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-margin-bottom-grid-gap {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-grid-gap, body.events-single .block.block-related-posts.g-block-margin-bottom-grid-gap {
    margin-bottom: 2rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-bottom-element, body.events-single .block.block-related-posts.g-block-margin-bottom-element {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-element, body.events-single .block.block-related-posts.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-element, body.events-single .block.block-related-posts.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-element, body.events-single .block.block-related-posts.g-block-margin-bottom-element {
    margin-bottom: 1.5rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-bottom-block, body.events-single .block.block-related-posts.g-block-margin-bottom-block {
  margin-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-block, body.events-single .block.block-related-posts.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-block, body.events-single .block.block-related-posts.g-block-margin-bottom-block {
    margin-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-bottom-block, body.events-single .block.block-related-posts.g-block-margin-bottom-block {
    margin-bottom: 5rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-top-default, body.events-single .block.block-related-posts.g-block-margin-top-default {
  margin-top: 0;
}
body.single-post .block.block-related-posts.g-block-margin-top-none, body.events-single .block.block-related-posts.g-block-margin-top-none {
  margin-top: 0 !important;
}
body.single-post .block.block-related-posts.g-block-margin-top-header, body.events-single .block.block-related-posts.g-block-margin-top-header {
  margin-top: 8.75rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-top-header, body.events-single .block.block-related-posts.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-top-header, body.events-single .block.block-related-posts.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-top-header, body.events-single .block.block-related-posts.g-block-margin-top-header {
    margin-top: calc(8.75rem * 0.8);
  }
}
body.single-post .block.block-related-posts.g-block-margin-top-grid-gap, body.events-single .block.block-related-posts.g-block-margin-top-grid-gap {
  margin-top: 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-top-grid-gap, body.events-single .block.block-related-posts.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-top-grid-gap, body.events-single .block.block-related-posts.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-top-grid-gap, body.events-single .block.block-related-posts.g-block-margin-top-grid-gap {
    margin-top: 2rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-top-element, body.events-single .block.block-related-posts.g-block-margin-top-element {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-top-element, body.events-single .block.block-related-posts.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-top-element, body.events-single .block.block-related-posts.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-top-element, body.events-single .block.block-related-posts.g-block-margin-top-element {
    margin-top: 1.5rem;
  }
}
body.single-post .block.block-related-posts.g-block-margin-top-block, body.events-single .block.block-related-posts.g-block-margin-top-block {
  margin-top: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.single-post .block.block-related-posts.g-block-margin-top-block, body.events-single .block.block-related-posts.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.single-post .block.block-related-posts.g-block-margin-top-block, body.events-single .block.block-related-posts.g-block-margin-top-block {
    margin-top: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.single-post .block.block-related-posts.g-block-margin-top-block, body.events-single .block.block-related-posts.g-block-margin-top-block {
    margin-top: 5rem;
  }
}
body.single-post .block.block-related-posts .block-content, body.events-single .block.block-related-posts .block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
body.single-post .block.block-related-posts .block-content .teases-wrapper, body.events-single .block.block-related-posts .block-content .teases-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* -------------------------------- Tease post -------------------------------- */
/* Default style -------------------------------- */
.tease-post,
.tease-page {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post,
  .tease-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tease-post .image-responsive-wrapper,
.tease-page .image-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.tease-post .image-responsive-wrapper .image,
.tease-page .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-none picture,
.tease-page .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-default:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-portrait:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-landscape:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-square:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after,
  .tease-page .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.tease-post .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after,
.tease-page .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after,
  .tease-page .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.tease-post .image-responsive-wrapper .image .svg svg,
.tease-page .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.tease-post .image-responsive-wrapper .image.image-type-graphics .svg,
.tease-page .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.tease-post .image-responsive-wrapper .image.image-type-graphics picture,
.tease-page .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.tease-post .image-responsive-wrapper .image.image-type-graphics picture img,
.tease-page .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .image-responsive-wrapper .image .image-ctas-wrapper,
  .tease-page .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger,
  .tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon,
.tease-page .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.tease-post .image-responsive-wrapper .image .image-overlay,
.tease-page .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-post .image-responsive-wrapper .image .image-overlay.opacity-0,
.tease-page .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.tease-post .image-responsive-wrapper .image .image-overlay.opacity-15,
.tease-page .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.tease-post .image-responsive-wrapper .image .image-overlay.opacity-25,
.tease-page .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.tease-post .image-responsive-wrapper .image .image-overlay.opacity-50,
.tease-page .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.tease-post .image-responsive-wrapper .image .image-overlay.opacity-75,
.tease-page .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.tease-post .image-responsive-wrapper picture,
.tease-post .image-responsive-wrapper span,
.tease-page .image-responsive-wrapper picture,
.tease-page .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease-post .image-responsive-wrapper picture img,
.tease-post .image-responsive-wrapper span img,
.tease-page .image-responsive-wrapper picture img,
.tease-page .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tease-post .image-responsive-wrapper .image-caption-wrapper,
.tease-page .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.tease-post .image-responsive-wrapper .image-caption-wrapper .caption,
.tease-page .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .image-responsive-wrapper,
  .tease-page .image-responsive-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.tease-post .content-wrapper,
.tease-page .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: transparent;
  border-radius: 0 0 0.375rem 0.375rem;
  padding-top: 2rem;
}
.tease-post .content-wrapper .content-wrapper-inner,
.tease-page .content-wrapper .content-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tease-post .content-wrapper .tags-wrapper,
.tease-page .content-wrapper .tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.5rem;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper, .tease-post .content-wrapper .tags-wrapper .post-type-wrapper, .tease-post .content-wrapper .tags-wrapper .date-wrapper,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper,
.tease-page .content-wrapper .tags-wrapper .post-type-wrapper,
.tease-page .content-wrapper .tags-wrapper .date-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link, .tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .date, .tease-post .content-wrapper .tags-wrapper .post-type-wrapper .link, .tease-post .content-wrapper .tags-wrapper .post-type-wrapper .date, .tease-post .content-wrapper .tags-wrapper .date-wrapper .link, .tease-post .content-wrapper .tags-wrapper .date-wrapper .date,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .date,
.tease-page .content-wrapper .tags-wrapper .post-type-wrapper .link,
.tease-page .content-wrapper .tags-wrapper .post-type-wrapper .date,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .link,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link,
  .tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link {
    white-space: nowrap;
  }
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link .label,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link .label,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link .label {
  color: #FFF !important;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link:hover,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link:hover .label,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link:hover .label {
  color: #FFF;
}
.tease-post .content-wrapper .tags-wrapper .primary-category-wrapper .link .label,
.tease-page .content-wrapper .tags-wrapper .primary-category-wrapper .link .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #F7F7EE;
  color: #F7F7EE;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
  border-color: transparent;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .tags-wrapper .date-wrapper .date,
  .tease-page .content-wrapper .tags-wrapper .date-wrapper .date {
    white-space: nowrap;
  }
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date .label {
  color: #F7F7EE;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover {
  background: #223623;
  border-color: #223623;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover .label {
  color: #F7F7EE;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  border-color: #1B2B1C;
  color: #1B2B1C;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: auto;
  height: calc(3.75rem * 0.6) !important;
  padding: 0.45rem 1rem;
  border-radius: calc(0.375rem * 0.5);
  margin: 0 0 0 0 !important;
  min-width: auto;
  border-color: transparent !important;
  background: transparent !important;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover,
  .tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover {
    white-space: nowrap;
  }
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover .label {
  color: #1B2B1C;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover:hover,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover:hover {
  background: #223623;
  border-color: #223623;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover:hover .label {
  color: #FFFFFF;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover .label {
  font-size: calc(0.75rem * 0.85);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
}
.tease-post .content-wrapper .tags-wrapper .date-wrapper .date:hover .label,
.tease-page .content-wrapper .tags-wrapper .date-wrapper .date:hover .label {
  color: #1B2B1C !important;
}
.tease-post .content-wrapper .subtitle-wrapper .subtitle,
.tease-page .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.tease-post .content-wrapper .subtitle-wrapper .subtitle strong,
.tease-page .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .subtitle-wrapper .subtitle,
  .tease-page .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.tease-post .content-wrapper .title-wrapper .heading,
.tease-page .content-wrapper .title-wrapper .heading {
  margin-top: 0 !important;
}
.tease-post .content-wrapper .title-wrapper .heading .link,
.tease-page .content-wrapper .title-wrapper .heading .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25em;
  color: #1B2B1C;
}
.tease-post .content-wrapper .title-wrapper .heading .link .label,
.tease-page .content-wrapper .title-wrapper .heading .link .label {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
  color: #1B2B1C;
  margin-top: 0 !important;
}
.tease-post .content-wrapper .title-wrapper .heading .link .label strong,
.tease-page .content-wrapper .title-wrapper .heading .link .label strong {
  font-weight: 400;
}
.tease-post .content-wrapper .title-wrapper .heading .link .label a,
.tease-page .content-wrapper .title-wrapper .heading .link .label a {
  color: #1B2B1C;
}
.tease-post .content-wrapper .title-wrapper .heading .link .label i,
.tease-page .content-wrapper .title-wrapper .heading .link .label i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .tease-post .content-wrapper .title-wrapper .heading .link .label,
  .tease-page .content-wrapper .title-wrapper .heading .link .label {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .title-wrapper .heading .link .label,
  .tease-page .content-wrapper .title-wrapper .heading .link .label {
    font-size: calc(2.25rem * 0.6);
  }
}
.tease-post .content-wrapper .description-wrapper .description .text,
.tease-page .content-wrapper .description-wrapper .description .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  color: #223623 !important;
  margin-top: 0 !important;
}
.tease-post .content-wrapper .description-wrapper .description .text strong,
.tease-page .content-wrapper .description-wrapper .description .text strong {
  font-weight: 600;
}
.tease-post .content-wrapper .description-wrapper .description .text em,
.tease-page .content-wrapper .description-wrapper .description .text em {
  font-style: italic;
}
.tease-post .content-wrapper .description-wrapper .description .text em strong,
.tease-page .content-wrapper .description-wrapper .description .text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .tease-post .content-wrapper .description-wrapper .description .text,
  .tease-page .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .description-wrapper .description .text,
  .tease-page .content-wrapper .description-wrapper .description .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.tease-post .content-wrapper .link-wrapper,
.tease-page .content-wrapper .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin-bottom: 0;
}
.tease-post .content-wrapper .link-wrapper strong,
.tease-page .content-wrapper .link-wrapper strong {
  font-weight: 600;
}
.tease-post .content-wrapper .link-wrapper em,
.tease-page .content-wrapper .link-wrapper em {
  font-style: italic;
}
.tease-post .content-wrapper .link-wrapper em strong,
.tease-page .content-wrapper .link-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .tease-post .content-wrapper .link-wrapper,
  .tease-page .content-wrapper .link-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .tease-post .content-wrapper .link-wrapper,
  .tease-page .content-wrapper .link-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.tease-post .content-wrapper .link-wrapper .link,
.tease-page .content-wrapper .link-wrapper .link {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.tease-post .content-wrapper .link-wrapper .link:hover,
.tease-page .content-wrapper .link-wrapper .link:hover {
  color: #426a45;
  text-decoration: underline;
}
.tease-post .content-wrapper .link-wrapper .link:visited,
.tease-page .content-wrapper .link-wrapper .link:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.tease-post .content-wrapper .link-wrapper .link:visited:hover,
.tease-page .content-wrapper .link-wrapper .link:visited:hover {
  color: #426a45;
  text-decoration: underline;
}

/* Tease post custom -------------------------------- */
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper-gallery {
  display: none !important;
}
.tease-post .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper-goto {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flexible-content-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flexible-content-image .image-responsive-wrapper {
  width: 100%;
}
.flexible-content-image .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-image .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-image .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.flexible-content-image .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.flexible-content-image .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.flexible-content-image .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.flexible-content-image .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.flexible-content-image .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.flexible-content-image .image-responsive-wrapper picture,
.flexible-content-image .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-image .image-responsive-wrapper picture img,
.flexible-content-image .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-image .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.flexible-content-image .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}

.responsive-video {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100%;
}

.flexible-content-video .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
}
.flexible-content-video .video-wrapper:after {
  display: none;
}
.flexible-content-video .video-wrapper .video {
  margin-bottom: 0 !important;
}

.flexible-content-gallery .gallery-wrapper .fc-gallery {
  display: -ms-grid !important;
  display: grid !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper {
  width: 100%;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.image-type-graphics picture {
  position: relative;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper picture,
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper picture img,
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.flexible-content-gallery .gallery-wrapper .fc-gallery .image-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}

.flexible-content-subtitle .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.flexible-content-subtitle .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-subtitle .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-subtitle .subtitle-wrapper.text-align-h-left {
  text-align: left;
}
.flexible-content-subtitle .subtitle-wrapper.text-align-h-right {
  text-align: right;
}
.flexible-content-subtitle .subtitle-wrapper.text-align-h-center {
  text-align: center;
}

.flexible-content-title .title-wrapper.text-align-h-left {
  text-align: left;
}
.flexible-content-title .title-wrapper.text-align-h-right {
  text-align: right;
}
.flexible-content-title .title-wrapper.text-align-h-center {
  text-align: center;
}

.flexible-content-preamble .preamble-wrapper .preamble.text-align-h-left {
  text-align: left;
}
.flexible-content-preamble .preamble-wrapper .preamble.text-align-h-right {
  text-align: right;
}
.flexible-content-preamble .preamble-wrapper .preamble.text-align-h-center {
  text-align: center;
}
.flexible-content-preamble .preamble-wrapper .preamble p {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-preamble .preamble-wrapper .preamble p strong {
  font-weight: 500;
}
.flexible-content-preamble .preamble-wrapper .preamble p em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-preamble .preamble-wrapper .preamble p {
    font-size: calc(2.25rem * 0.8);
  }
}

.flexible-content-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Gutenburg Columns -------------------------------- */
  /* Paragraph -------------------------------- */
  /* Preamble -------------------------------- */
  /* Headings -------------------------------- */
  /* Lists -------------------------------- */
  /* Tables -------------------------------- */
  /* Forms -------------------------------- */
  /* Quotes -------------------------------- */
  /* Images -------------------------------- */
  /* Videos -------------------------------- */
  /* Embed -------------------------------- */
  /* Captions -------------------------------- */
  /* Iframe -------------------------------- */
  /* WP-Block Gallery -------------------------------- */
  width: 100%;
}
.flexible-content-editor .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #FF0000;
  /* Properties for every container */
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 80em) {
  .flexible-content-editor .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-editor .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-editor .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexible-content-editor .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF0000;
}
.flexible-content-editor p {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
.flexible-content-editor p strong {
  font-weight: 600;
}
.flexible-content-editor p em {
  font-style: italic;
}
.flexible-content-editor p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor p a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-editor p.preamble-primary strong {
  font-weight: 500;
}
.flexible-content-editor p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-editor p.sub-heading-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.flexible-content-editor p.sub-heading-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor p.sub-heading-primary {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-editor p.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
.flexible-content-editor p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-editor p.preamble-primary strong {
  font-weight: 500;
}
.flexible-content-editor p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-editor p.preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor p.preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor p.preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor p.preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-editor .preamble-primary strong {
  font-weight: 500;
}
.flexible-content-editor .preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-editor .preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor .preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor .preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .wp-block-heading {
  color: #000;
}
.flexible-content-editor h1.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
.flexible-content-editor h1.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h1.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h1.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor h1.wp-block-heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h1.wp-block-heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
.flexible-content-editor h2.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.flexible-content-editor h2.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h2.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h2.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor h2.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h2.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.flexible-content-editor h3.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.flexible-content-editor h3.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h3.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h3.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor h3.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h3.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.flexible-content-editor h4.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
.flexible-content-editor h4.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h4.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h4.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h4.wp-block-heading {
    font-size: calc(1.625rem * 0.85);
  }
}
.flexible-content-editor h5.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
.flexible-content-editor h5.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h5.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h5.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h5.wp-block-heading {
    font-size: calc(1.375rem * 0.85);
  }
}
.flexible-content-editor h6.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.flexible-content-editor h6.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-editor h6.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-editor h6.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor h6.wp-block-heading {
    font-size: calc(1.25rem * 0.8);
  }
}
.flexible-content-editor ul, .flexible-content-editor ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
.flexible-content-editor ul li, .flexible-content-editor ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor ul li, .flexible-content-editor ol li {
    font-size: calc(1rem * 0.95);
  }
}
.flexible-content-editor ul li a, .flexible-content-editor ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor ul li a:hover, .flexible-content-editor ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor ul li a:visited, .flexible-content-editor ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor ul li a:visited:hover, .flexible-content-editor ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
.flexible-content-editor table tr th, .flexible-content-editor table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
.flexible-content-editor table tr th strong, .flexible-content-editor table tr td strong {
  font-weight: 600;
}
.flexible-content-editor table tr th em, .flexible-content-editor table tr td em {
  font-style: italic;
}
.flexible-content-editor table tr th em strong, .flexible-content-editor table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor table tr th, .flexible-content-editor table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor table tr th, .flexible-content-editor table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.flexible-content-editor table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.flexible-content-editor table tr td:last {
  white-space: nowrap;
}
.flexible-content-editor table tr:last-child td {
  border-bottom: 0 !important;
}
.flexible-content-editor .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.flexible-content-editor .frm_forms .frm_description p strong {
  font-weight: 600;
}
.flexible-content-editor .frm_forms .frm_description p em {
  font-style: italic;
}
.flexible-content-editor .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-editor .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text], .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email], .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel], .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number], .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .flexible-content-editor .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.flexible-content-editor .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
.flexible-content-editor .wp-block-quote {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  white-space: break-spaces;
}
.flexible-content-editor .wp-block-quote strong {
  font-weight: 500;
}
.flexible-content-editor .wp-block-quote em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .wp-block-quote {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-editor img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-editor .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .flexible-content-editor .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexible-content-editor .wp-block-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-editor .wp-block-image figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor .wp-block-image figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .wp-block-image figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor .wp-block-image figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-editor .wp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-editor .wp-block-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-editor .wp-block-embed figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-editor .wp-block-embed figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor .wp-block-embed figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .wp-block-embed figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor .wp-block-embed figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.flexible-content-editor .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flexible-content-editor figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-editor figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-editor figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-editor figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-editor iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.flexible-content-editor .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .flexible-content-editor .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexible-content-editor .editor-wrapper {
  width: 100%;
}
.flexible-content-editor .editor-wrapper p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
.flexible-content-editor .editor-wrapper p strong {
  font-weight: 600;
}
.flexible-content-editor .editor-wrapper p em {
  font-style: italic;
}
.flexible-content-editor .editor-wrapper p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor .editor-wrapper.text-default-primary p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.flexible-content-editor .editor-wrapper.text-default-primary p strong {
  font-weight: 600;
}
.flexible-content-editor .editor-wrapper.text-default-primary p em {
  font-style: italic;
}
.flexible-content-editor .editor-wrapper.text-default-primary p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .editor-wrapper.text-default-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .editor-wrapper.text-default-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor .editor-wrapper.text-large-primary p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 1.15rem;
  line-height: 1.796875rem;
}
.flexible-content-editor .editor-wrapper.text-large-primary p strong {
  font-weight: 600;
}
.flexible-content-editor .editor-wrapper.text-large-primary p em {
  font-style: italic;
}
.flexible-content-editor .editor-wrapper.text-large-primary p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .editor-wrapper.text-large-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .editor-wrapper.text-large-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor .editor-wrapper.text-medium-primary p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.flexible-content-editor .editor-wrapper.text-medium-primary p strong {
  font-weight: 600;
}
.flexible-content-editor .editor-wrapper.text-medium-primary p em {
  font-style: italic;
}
.flexible-content-editor .editor-wrapper.text-medium-primary p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .editor-wrapper.text-medium-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .editor-wrapper.text-medium-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-editor .editor-wrapper.text-small-primary p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
}
.flexible-content-editor .editor-wrapper.text-small-primary p strong {
  font-weight: 600;
}
.flexible-content-editor .editor-wrapper.text-small-primary p em {
  font-style: italic;
}
.flexible-content-editor .editor-wrapper.text-small-primary p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-editor .editor-wrapper.text-small-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-editor .editor-wrapper.text-small-primary p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.flexible-content-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-content-ctas .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-ctas .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}

.flexible-content-featured_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flexible-content-featured_link .featured-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0.375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  width: 100%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper {
  width: 100%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper picture,
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper picture img,
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.flexible-content-featured_link .featured-link-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.125rem 2.1875rem;
  background: #FFFFFF;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper {
    padding: 3.125rem 2.1875rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper {
    padding: 2.9375rem 6vw;
  }
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .subtitle-wrapper .subtitle a {
  color: #406541;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .title-wrapper .title {
  margin-top: 0.25em;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .title-wrapper .title .link {
  color: #1E1E1E;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p strong {
  font-weight: 600;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p em {
  font-style: italic;
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_link .featured-link-wrapper .content-wrapper .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-featured_link .featured-link-wrapper .content-wrapper .link-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-featured_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.flexible-content-featured_content .featured-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper {
  width: 100%;
  margin-bottom: calc(1.5rem * 1.5);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper picture,
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper picture img,
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.flexible-content-featured_content .featured-content-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
  margin-bottom: 0 !important;
  margin-bottom: 1.5rem !important;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .video-wrapper.g-video-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexible-content-featured_content .featured-content-wrapper .video-wrapper video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0 !important;
}
.flexible-content-featured_content .featured-content-wrapper .icon-wrapper {
  display: block;
}
.flexible-content-featured_content .featured-content-wrapper .icon-wrapper .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 5rem;
  margin-bottom: 1rem;
  color: #1B2B1C;
}
.flexible-content-featured_content .featured-content-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
  margin-top: 0 !important;
}
.flexible-content-featured_content .featured-content-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-featured_content .featured-content-wrapper .title-wrapper .title .link {
  color: #1B2B1C;
}
.flexible-content-featured_content .featured-content-wrapper .editor-wrapper p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.flexible-content-featured_content .featured-content-wrapper .editor-wrapper p strong {
  font-weight: 600;
}
.flexible-content-featured_content .featured-content-wrapper .editor-wrapper p em {
  font-style: italic;
}
.flexible-content-featured_content .featured-content-wrapper .editor-wrapper p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-featured_content .featured-content-wrapper .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .editor-wrapper p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-featured_content .featured-content-wrapper .featured-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 2.5rem;
  margin: calc(1.5rem * 1.5) 0 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-featured_content .featured-content-wrapper .featured-ctas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: calc(2.5rem * 0.5);
       -moz-column-gap: calc(2.5rem * 0.5);
            column-gap: calc(2.5rem * 0.5);
    row-gap: calc(2.5rem * 0.5);
  }
}
.flexible-content-featured_content .featured-content-wrapper.list-style {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flexible-content-featured_content .featured-content-wrapper.list-style .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: calc(5rem * 1.15);
}
.flexible-content-featured_content .featured-content-wrapper.list-style .icon-wrapper .icon {
  margin: 0 !important;
}
.flexible-content-featured_content .featured-content-wrapper.list-style .content-wrapper {
  padding-left: 1rem;
}
.flexible-content-featured_content .featured-content-wrapper.grid-style {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexible-content-image_collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-image_collection .image-collection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-grid !important;
  display: grid !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexible-content-image_collection .image-collection-wrapper.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.flexible-content-image_collection .image-collection-wrapper.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .flexible-content-image_collection .image-collection-wrapper.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.flexible-content-image_collection .image-collection-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-none picture {
  position: relative;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-default:after {
  content: "";
  display: block;
  padding-bottom: 62.5%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-portrait:after {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-landscape:after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
  content: "";
  display: block;
  padding-bottom: 43.75%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-landscape:after {
    content: "";
    display: block;
    padding-bottom: 75%;
  }
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
  content: "";
  display: block;
  padding-bottom: 457.1428571429%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.g-image-ratio-banner-portrait:after {
    content: "";
    display: block;
    padding-bottom: 140%;
  }
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .svg svg {
  width: 100%;
  height: auto;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.image-type-graphics .svg {
  position: relative;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.image-type-graphics picture {
  position: relative;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image.image-type-graphics picture img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
  display: none !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 400;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper {
  display: none !important;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(3.75rem * 1.15);
  height: calc(3.75rem * 1.15);
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: 100%;
  border-width: 1px;
  border-style: solid;
  background: #EFEFE1;
  border-color: #EFEFE1;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger {
    height: calc(calc(3.75rem * 1.15) * 0.85) !important;
    width: calc(calc(3.75rem * 1.15) * 0.85) !important;
  }
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  width: calc(3.75rem * 1.15);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .label {
  color: #1B2B1C;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  color: #1B2B1C;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover {
  background: #f8f8f2;
  border-color: #f8f8f2;
  color: inherit;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .label, .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger:hover .icon {
  color: inherit;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-ctas-wrapper .cta-wrapper .trigger .icon {
  position: relative !important;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-0 {
  background-color: rgba(0, 0, 0, 0);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-15 {
  background-color: rgba(0, 0, 0, 0.45);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image .image-overlay.opacity-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper picture,
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper picture img,
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image-caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  margin: 0.5rem 0;
  padding: 0;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .image-caption-wrapper .caption {
  font-family: Inter;
  font-size: 0.75rem;
  color: #1B2B1C;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
  font-style: normal;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .g-image-ratio-none .svg {
  position: static !important;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  height: 100%;
  width: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .image-responsive-wrapper .is-svg {
  overflow: inherit !important;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
  color: #1E1E1E;
  font-weight: 600;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title strong {
  font-weight: 400;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title a {
  color: #1B2B1C;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title {
    font-size: calc(1.25rem * 0.8);
  }
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-bottom: 0;
  color: #1E1E1E;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper strong {
  font-weight: 600;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper em {
  font-style: italic;
}
.flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-image_collection .image-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}

.flexible-content-link_collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-link_collection .inner-grid {
  display: -ms-grid !important;
  display: grid !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flexible-content-link_collection .inner-grid.columns-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.flexible-content-link_collection .inner-grid.columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-3 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-4 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-6 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-7 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-8 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-9 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-10 {
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-10 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-11 {
  -ms-grid-columns: (1fr)[11];
  grid-template-columns: repeat(11, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-11 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.flexible-content-link_collection .inner-grid.columns-12 {
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8, 1fr);
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .flexible-content-link_collection .inner-grid.columns-12 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .inner-grid.columns-phone-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
.flexible-content-link_collection .link-collection-wrapper {
  display: -ms-grid;
  display: grid;
}
.flexible-content-link_collection .link-collection-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.375rem;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 2.875rem;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .icon-wrapper .icon {
  font-size: 2.875rem;
  color: #223623;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title {
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
  color: #1B2B1C;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title strong {
  font-weight: 400;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title a {
  color: #1B2B1C;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .heading-wrapper .title {
    font-size: calc(1.625rem * 0.85);
  }
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  font-size: 0.85rem !important;
  line-height: 1.328125rem !important;
  margin-top: 0;
  margin-bottom: 0;
  color: #223623;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper strong {
  font-weight: 600;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper em {
  font-style: italic;
}
.flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item .link-wrapper .content-wrapper .short-description-wrapper {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal:after {
  content: "";
  display: block;
  padding-bottom: 25%;
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal .link-wrapper {
  min-height: 0rem;
  padding: 0.9375rem 2rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal .link-wrapper {
    padding: 0.9375rem 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal .link-wrapper {
    padding-right: 6vw !important;
    padding-left: 6vw !important;
  }
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal .link-wrapper .content-wrapper {
  padding-left: calc(1rem * 2);
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-horizontal .link-wrapper .content-wrapper .title-wrapper .heading {
  margin-top: 0 !important;
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical:after {
  content: "";
  display: block;
  padding-bottom: 125%;
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 1.25rem;
}
@media only screen and (min-width: 64em) and (max-width: 80em) and (orientation: landscape) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper {
    padding: 2.5rem 1.25rem;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper {
    padding: 2.1875rem calc(6vw * 0.5);
  }
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .icon-wrapper {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .icon-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .icon-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .icon-wrapper {
    margin-bottom: 1.5rem;
  }
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .content-wrapper {
  width: 100%;
  text-align: center;
}
.flexible-content-link_collection .link-collection-wrapper .item.grid-flow-vertical .link-wrapper .content-wrapper .title-wrapper .heading {
  margin-top: 0 !important;
}

.flexible-content-toggle_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-toggle_content .toggle-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 4px solid #F7F7EE;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  background: #FFFFFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger {
    padding: 1.25rem 1.5625rem;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger .title-wrapper {
  padding-right: 2.875rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger .title-wrapper {
    padding-right: 0 1.4375rem;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger .title-wrapper .title {
  margin-bottom: 0;
  margin-top: 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .trigger .icon {
  font-size: 1.875rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content {
  cursor: text;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Gutenburg Columns -------------------------------- */
  /* Paragraph -------------------------------- */
  /* Preamble -------------------------------- */
  /* Headings -------------------------------- */
  /* Lists -------------------------------- */
  /* Tables -------------------------------- */
  /* Forms -------------------------------- */
  /* Quotes -------------------------------- */
  /* Images -------------------------------- */
  /* Videos -------------------------------- */
  /* Embed -------------------------------- */
  /* Captions -------------------------------- */
  /* Iframe -------------------------------- */
  /* WP-Block Gallery -------------------------------- */
  padding-bottom: calc(8.75rem * 0.25);
  min-height: 5.625rem;
  padding: 1.25rem 2.1875rem;
  background: #FFFFFF;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  border: 1px solid #FF0000;
  /* Properties for every container */
  display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 82.5rem;
  max-width: 81.25rem;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 80em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns {
    width: 100vw !important;
    max-width: 100vw !important;
    padding: 0 6vw;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-columns .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #FF0000;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  margin: 1rem 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p strong {
  font-weight: 600;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p em {
  font-style: italic;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary strong {
  font-weight: 500;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.sub-heading-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.sub-heading-primary strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.sub-heading-primary {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.caption-primary {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary strong {
  font-weight: 500;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content p.preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary strong {
  font-weight: 500;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .preamble-primary a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-heading {
  color: #000;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 5.5rem !important;
  line-height: 1.25em !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading {
    font-size: calc(5.5rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h1.wp-block-heading {
    font-size: calc(5.5rem * 0.5) !important;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h2.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 2.25rem;
  line-height: 1.35em;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading i {
  font-style: italic;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading {
    font-size: calc(2.25rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h3.wp-block-heading {
    font-size: calc(2.25rem * 0.6);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h4.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.625rem;
  line-height: 1.35em;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h4.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h4.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h4.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h4.wp-block-heading {
    font-size: calc(1.625rem * 0.85);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h5.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.375rem;
  line-height: 1.35em;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h5.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h5.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h5.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h5.wp-block-heading {
    font-size: calc(1.375rem * 0.85);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h6.wp-block-heading {
  margin-top: 2.25rem !important;
  margin-bottom: 0 !important;
  font-family: EB_Garamond;
  font-weight: 400;
  line-height: 1.35em;
  letter-spacing: -0.015em;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  color: #1B2B1C;
  font-size: 1.25rem;
  line-height: 1.35em;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h6.wp-block-heading strong {
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h6.wp-block-heading a {
  color: #1B2B1C;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h6.wp-block-heading i {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content h6.wp-block-heading {
    font-size: calc(1.25rem * 0.8);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol {
  padding: 0;
  margin: 0.75rem 0 2rem 1.25rem;
  list-style-position: outside;
  list-style-type: disc;
  color: #223623;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li {
  display: list-item;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  padding: 0.25rem 0;
  margin: 0;
  color: #223623;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li {
    font-size: calc(1rem * 0.95);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li a, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li a:hover, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li a:visited, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ul li a:visited:hover, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content ol li a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  border-color: #223623;
  border-style: solid;
  border-width: 1px;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th strong, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td strong {
  font-weight: 600;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th em, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td em {
  font-style: italic;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th em strong, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr th {
  font-weight: 600;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td {
  font-weight: 400;
  padding: 1rem 0 1rem 0;
  border-right: 0 solid #223623;
  border-left: 0 solid #223623;
  border-bottom: 1px solid #223623;
  border-top: 0 solid #223623;
  color: #223623;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr td:last {
  white-space: nowrap;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content table tr:last-child td {
  border-bottom: 0 !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p strong {
  font-weight: 600;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p em {
  font-style: italic;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text], .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email], .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel], .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number], .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-quote {
  font-family: EB_Garamond;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: none;
  margin-bottom: 2.5rem !important;
  margin-top: 1.5rem;
  color: #1B2B1C;
  white-space: break-spaces;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-quote strong {
  font-weight: 500;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-quote em {
  font-style: italic;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-quote {
    font-size: calc(2.25rem * 0.8);
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-image figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0;
  border-radius: calc(0.375rem * 0.5);
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed.is-type-video .wp-block-embed__wrapper {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 0;
  color: #223623;
  margin: 1.25rem 0 0 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content figcaption a {
  font-family: inherit;
  font-weight: 500;
  font-size: inherit;
  color: #1B2B1C;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content figcaption a:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content figcaption a:visited {
  color: #1B2B1C;
  text-decoration: none;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content figcaption a:visited:hover {
  color: #426a45;
  text-decoration: underline;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-gallery {
  margin-left: 0;
  margin-right: 0;
  margin-top: calc(1rem * 2);
  margin-bottom: calc(1rem * 2);
}
@media only screen and (max-width: 80em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content {
    padding-bottom: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content {
    padding-bottom: calc(5rem * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content {
    padding: 1.25rem 1.5625rem;
  }
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row .content.is-hidden {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row.is-active .trigger .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #223623;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row:hover {
  border-color: #F7F7EE;
}
.flexible-content-toggle_content .toggle-content-wrapper .toggle-content-row:hover.trigger {
  background: #EFEFE1;
}
.flexible-content-shortcode .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.flexible-content-shortcode .frm_forms .frm_description p strong {
  font-weight: 600;
}
.flexible-content-shortcode .frm_forms .frm_description p em {
  font-style: italic;
}
.flexible-content-shortcode .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-shortcode .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-shortcode .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-shortcode .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-shortcode .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text], .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email], .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel], .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number], .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.flexible-content-shortcode .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}

.flexible-content-menus .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-menus .menu-wrapper .subtitle-wrapper .subtitle {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.094rem;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #406541;
}
.flexible-content-menus .menu-wrapper .subtitle-wrapper .subtitle strong {
  font-weight: 500;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-menus .menu-wrapper .subtitle-wrapper .subtitle {
    font-size: calc(0.75rem * 0.9);
  }
}
.flexible-content-menus .menu-wrapper .title-wrapper {
  margin-bottom: 1rem;
}
.flexible-content-menus .menu-wrapper .description-wrapper .text {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
}
.flexible-content-menus .menu-wrapper .description-wrapper .text strong {
  font-weight: 600;
}
.flexible-content-menus .menu-wrapper .description-wrapper .text em {
  font-style: italic;
}
.flexible-content-menus .menu-wrapper .description-wrapper .text em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .flexible-content-menus .menu-wrapper .description-wrapper .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-menus .menu-wrapper .description-wrapper .text {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.flexible-content-menus .menu-wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flexible-content-menus .menu-wrapper .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(3.75rem * 0.65);
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
  height: 100%;
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.094rem;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  color: #1B2B1C;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 0px solid #1B2B1C;
  border-top: 0px solid transparent;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.5rem;
  font-size: 1.875rem;
  display: none;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link .icon i {
  font-style: normal !important;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link:after {
  position: absolute;
  content: " ";
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: transparent;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link:hover {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .menu-link:hover:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.flexible-content-menus .menu-wrapper .menu .menu-item .submenu.closed {
  display: none;
}
.flexible-content-menus .menu-wrapper .menu .menu-item.current-menu-item .menu-link {
  text-decoration: inherit;
  color: #426a45;
  padding: 0 0;
  border-color: inherit;
}
.flexible-content-menus .menu-wrapper .menu .menu-item.current-menu-item .menu-link:after {
  right: auto;
  top: auto;
  left: 0;
  bottom: 0.35rem;
  height: 1px;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #426a45;
}
.flexible-content-menus .menu-wrapper.is-toggle .title-wrapper .icon {
  display: none;
}
.flexible-content-menus .menu-wrapper.is-toggle .title-wrapper .icon i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.flexible-content-menus .menu-wrapper.is-toggle-tablet-portrait .title-wrapper, .flexible-content-menus .menu-wrapper.is-toggle-desktop .title-wrapper, .flexible-content-menus .menu-wrapper.is-toggle-phone .title-wrapper {
  cursor: pointer;
}
.flexible-content-menus .menu-wrapper.is-toggle-tablet-portrait .title-wrapper .icon, .flexible-content-menus .menu-wrapper.is-toggle-desktop .title-wrapper .icon, .flexible-content-menus .menu-wrapper.is-toggle-phone .title-wrapper .icon {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flexible-content-menus .menu-wrapper.is-toggle.is-open .title-wrapper .icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flexible-content-menus .menu-wrapper.is-toggle.is-open .fc-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-content-menus .menu-wrapper.is-toggle.is-closed .title-wrapper .icon i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.flexible-content-menus .menu-wrapper.is-toggle.is-closed .fc-menu {
  display: none;
}

.js-tabs__content .frm_forms .frm_description p {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5625rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  color: #223623;
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 2rem;
}
.js-tabs__content .frm_forms .frm_description p strong {
  font-weight: 600;
}
.js-tabs__content .frm_forms .frm_description p em {
  font-style: italic;
}
.js-tabs__content .frm_forms .frm_description p em strong {
  font-weight: 600;
}
@media only screen and (max-width: 100em) {
  .js-tabs__content .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__content .frm_forms .frm_description p {
    font-size: calc(1rem * 0.95);
    line-height: calc(1.5625rem * 0.95);
  }
}
.js-tabs__content .frm_forms .frm_error_style {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.js-tabs__content .frm_forms .frm_message {
  font-family: Inter;
  font-size: calc(1rem * 0.9);
  font-weight: 600;
  line-height: 1.5625rem;
  color: #000 !important;
  background-color: transparent !important;
  border-width: 0rem;
  border-style: solid;
  border-color: transparent !important;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  padding: 1.25rem 0.9375rem;
  margin: 1.25rem 0rem;
  text-align: center;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field {
  margin-bottom: 0 !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_primary_label,
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: none;
  padding: 0rem 0rem;
  margin: 1.25rem 0rem 0.9375rem 0rem;
  height: auto;
  min-height: auto;
  min-width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  opacity: 1 !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text], .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email], .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel], .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number], .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-webkit-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-webkit-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-webkit-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-webkit-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-moz-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-moz-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-moz-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-moz-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text] input:-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email] input:-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input:-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number] input:-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::-ms-input-placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=text] input::placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=email] input::placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=tel] input::placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field input[type=number] input::placeholder, .js-tabs__content .frm_forms .frm_fields_container .frm_form_field select input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea {
  font-family: Inter !important;
  font-size: calc(1rem * 1) !important;
  font-weight: 500 !important;
  line-height: 1.6em !important;
  letter-spacing: 0 !important;
  color: #000 !important;
  text-transform: none !important;
  padding: 0rem 1.25rem !important;
  margin: 0rem 0rem 0.3125rem 0rem !important;
  height: calc(3.75rem * 1) !important;
  min-height: calc(3.75rem * 1) !important;
  min-width: 100% !important;
  width: 100% !important;
  border-color: rgb(214, 214, 214);
  border-width: 0 !important;
  border-style: solid !important;
  background: #FFF !important;
  outline: none !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: calc(0.375rem * 0.5) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 1.6em !important;
  padding: 1.25rem 1.25rem !important;
  height: auto !important;
  min-height: calc(calc(3.75rem * 1) * 3) !important;
  min-width: 100% !important;
  width: 100% !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea input::-webkit-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea input::-moz-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea input:-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea input::-ms-input-placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field textarea input::placeholder {
  font-size: inherit !important;
  font-family: inherit !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox label {
  text-indent: 0;
  font-weight: 400;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 0.3125rem !important;
  background-color: #FFF !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: calc(3.75rem * 0.4);
  width: calc(3.75rem * 0.4);
  min-width: calc(3.75rem * 0.4);
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input[type=checkbox]:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1rem;
  color: #000 !important;
  clip-path: none;
  content: "\f00d";
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  height: calc(3.75rem * 0.2);
  width: calc(3.75rem * 0.2);
  min-width: calc(3.75rem * 0.2);
  margin-left: calc(3.75rem * 0.1) !important;
  margin-top: calc(3.75rem * 0.1) !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field .frm_error {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.75rem;
  color: #FF0000;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  font-style: normal;
  margin: 0rem 0rem;
  padding: 0.3125rem 0rem;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field a {
  color: #1B2B1C;
  font-weight: 700;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_form_field.hide-label label {
  display: none;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit {
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  font-family: Inter !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.094rem !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 10rem;
  height: 3.75rem;
  padding: 1.25rem 1.6rem 1.25rem 1.6rem;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.2s ease;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  background: #1B2B1C;
  border-color: #1B2B1C;
  color: #FFF !important;
  transition-duration: 0.2s;
  transition-delay: 0;
  transition-timing-function: ease;
  transition-property: background-color;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label {
  color: #FFF;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit {
    white-space: nowrap;
  }
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem !important;
  font-weight: 100;
  line-height: 100%;
  height: calc(3.75rem * 1.15);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 0.5rem;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .label {
  color: #FFF !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit .icon {
  color: #FFF !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover {
  background: #253b26 !important;
  border-color: #253b26;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .label, .js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_button_submit:hover .icon {
  color: #FFF;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page {
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 3.75rem;
  border-width: 0;
  border-style: solid;
  background: transparent;
  text-decoration: none !important;
  border-radius: calc(0.375rem * 0.5);
  font-family: Inter;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  font-family: Inter;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.094rem;
  font-style: normal;
  text-decoration: none !important;
  text-transform: uppercase;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  position: absolute;
  content: " ";
  bottom: 0.35rem;
  height: 1px;
  left: 0;
  width: 100%;
  background: transparent;
  border-radius: 1px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover:after {
  width: 50%;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page .label {
  color: #FFFFFF;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:after {
  background: #FFFFFF;
}
.js-tabs__content .frm_forms .frm_fields_container .frm_submit .frm_prev_page:hover {
  color: #F7F7EE !important;
}

.flexible-content-spacing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flexible-content-spacing .spacing-wrapper.spacing-default {
  height: 1rem;
}
.flexible-content-spacing .spacing-wrapper.spacing-header {
  height: 8.75rem;
}
@media only screen and (max-width: 80em) {
  .flexible-content-spacing .spacing-wrapper.spacing-header {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-spacing .spacing-wrapper.spacing-header {
    height: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-spacing .spacing-wrapper.spacing-header {
    height: calc(8.75rem * 0.8) !important;
  }
}
.flexible-content-spacing .spacing-wrapper.spacing-block {
  height: 8.75rem;
}
@media only screen and (max-width: 100em) {
  .flexible-content-spacing .spacing-wrapper.spacing-block {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 80em) {
  .flexible-content-spacing .spacing-wrapper.spacing-block {
    height: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-spacing .spacing-wrapper.spacing-block {
    height: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-spacing .spacing-wrapper.spacing-block {
    height: 5rem;
  }
}
.flexible-content-spacing .spacing-wrapper.spacing-grid-gap {
  height: 1rem;
}
.flexible-content-spacing .spacing-wrapper.spacing-element {
  height: 1.5rem;
}

.flexible-content-breadcrumb {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 8.75rem;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: transparent;
  z-index: 200;
  width: 100%;
}
@media only screen and (max-width: 80em) {
  .flexible-content-breadcrumb {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-breadcrumb {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .flexible-content-breadcrumb {
    height: calc(8.75rem * 0.8);
  }
}
@media only screen and (max-width: 64em) {
  .flexible-content-breadcrumb .container {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.flexible-content-breadcrumb .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100% !important;
}
.flexible-content-breadcrumb .breadcrumbs__trail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 64em) {
  .flexible-content-breadcrumb .breadcrumbs__trail {
    padding: 0 6vw;
  }
}
.flexible-content-breadcrumb .breadcrumbs__trail .breadcrumbs__crumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  white-space: nowrap;
}
.flexible-content-breadcrumb .breadcrumbs__trail .breadcrumbs__crumb a span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 400;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #49754c;
}
.flexible-content-breadcrumb .breadcrumbs__trail .breadcrumbs__crumb a:hover span {
  color: #223623;
  text-decoration: underline;
}
.flexible-content-breadcrumb .breadcrumbs__trail .breadcrumbs__crumb a:after {
  content: "/";
  color: #49754c;
  font-size: calc(0.75rem * 1);
  margin: 0 0 0 0.75rem;
}
.flexible-content-breadcrumb .breadcrumbs__trail .breadcrumbs__crumb:last-child span {
  font-family: Inter;
  font-size: calc(0.75rem * 1);
  font-weight: 600;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  color: #223623;
}
@media only screen and (max-width: 64em) {
  .flexible-content-breadcrumb .breadcrumbs__trail {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body.page-template-tpl-template-with-image .block-featured-default .featured-content-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-template-with-image .block-featured-default .featured-content-wrapper .featured-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-tpl-template-with-image .block-featured-default .featured-content-wrapper .featured-content .title-wrapper .title {
  color: #FFFFFF !important;
}
body.page-template-tpl-template-with-image .block-featured-default .featured-content-wrapper .featured-content .title-wrapper .title:after {
  font-size: 12px;
}
body.page-template-tpl-template-with-image .content-wrapper {
  padding-top: calc(8.75rem * 0.25);
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-top: calc(5rem * 0.25);
  }
}
@media only screen and (max-width: 80em) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.page-template-tpl-template-with-image .content-wrapper {
    padding-bottom: 5rem;
  }
}
body.page-template-tpl-template-with-image .content-wrapper .block .container {
  width: 100% !important;
  padding: 0 0 0 0 !important;
}

body.page-template-tpl-template-without-image .content-area {
  margin-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 80em) {
  body.page-template-tpl-template-without-image .content-area {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (max-width: 64em) {
  body.page-template-tpl-template-without-image .content-area {
    padding-bottom: calc(8.75rem * 0.75);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.page-template-tpl-template-without-image .content-area {
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 80em) {
  body.page-template-tpl-template-without-image .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (max-width: 64em) {
  body.page-template-tpl-template-without-image .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.page-template-tpl-template-without-image .content-area {
    margin-top: calc(8.75rem * 0.8) !important;
  }
}
body.page-template-tpl-template-without-image .content-area .block .container {
  width: 100% !important;
  padding: 0 0 0 0 !important;
}
body.page-template-tpl-template-without-image .content-area .content-wrapper {
  padding-top: calc(8.75rem * 0.25);
}
@media only screen and (max-width: 80em) {
  body.page-template-tpl-template-without-image .content-area .content-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (max-width: 64em) {
  body.page-template-tpl-template-without-image .content-area .content-wrapper {
    padding-top: calc(calc(8.75rem * 0.75) * 0.25);
  }
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  body.page-template-tpl-template-without-image .content-area .content-wrapper {
    padding-top: calc(5rem * 0.25);
  }
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fasr,
.fal,
.fa-light,
.fasl,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fass,
.fa-sharp-solid,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fass,
.fasr,
.fasl,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-wagon-covered::before {
  content: "\f8ee";
}

.fa-line-height::before {
  content: "\f871";
}

.fa-bagel::before {
  content: "\e3d7";
}

.fa-transporter-7::before {
  content: "\e2a8";
}

.fa-at::before {
  content: "\@";
}

.fa-rectangles-mixed::before {
  content: "\e323";
}

.fa-phone-arrow-up-right::before {
  content: "\e224";
}

.fa-phone-arrow-up::before {
  content: "\e224";
}

.fa-phone-outgoing::before {
  content: "\e224";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-circle-l::before {
  content: "\e114";
}

.fa-head-side-goggles::before {
  content: "\f6ea";
}

.fa-head-vr::before {
  content: "\f6ea";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-face-hand-yawn::before {
  content: "\e379";
}

.fa-gauge-simple-min::before {
  content: "\f62d";
}

.fa-tachometer-slowest::before {
  content: "\f62d";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-coffin::before {
  content: "\f6c6";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-salad::before {
  content: "\f81e";
}

.fa-bowl-salad::before {
  content: "\f81e";
}

.fa-info::before {
  content: "\f129";
}

.fa-robot-astromech::before {
  content: "\e2d2";
}

.fa-ring-diamond::before {
  content: "\e5ab";
}

.fa-fondue-pot::before {
  content: "\e40d";
}

.fa-theta::before {
  content: "\f69e";
}

.fa-face-hand-peeking::before {
  content: "\e481";
}

.fa-square-user::before {
  content: "\e283";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-tire-pressure-warning::before {
  content: "\f633";
}

.fa-wifi-fair::before {
  content: "\f6ab";
}

.fa-wifi-2::before {
  content: "\f6ab";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-mp3-player::before {
  content: "\f8ce";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-tally-4::before {
  content: "\e297";
}

.fa-rectangle-history::before {
  content: "\e4a2";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-sun-haze::before {
  content: "\f765";
}

.fa-text-size::before {
  content: "\f894";
}

.fa-ufo::before {
  content: "\e047";
}

.fa-fork::before {
  content: "\f2e3";
}

.fa-utensil-fork::before {
  content: "\f2e3";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-mobile-signal::before {
  content: "\e1ef";
}

.fa-barcode-scan::before {
  content: "\f465";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-folder-arrow-down::before {
  content: "\e053";
}

.fa-folder-download::before {
  content: "\e053";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-face-icicles::before {
  content: "\e37c";
}

.fa-shovel::before {
  content: "\f713";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-films::before {
  content: "\e17a";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-face-glasses::before {
  content: "\e377";
}

.fa-nfc::before {
  content: "\e1f7";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-closed-captioning-slash::before {
  content: "\e135";
}

.fa-calculator-simple::before {
  content: "\f64c";
}

.fa-calculator-alt::before {
  content: "\f64c";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-sliders-up::before {
  content: "\f3f1";
}

.fa-sliders-v::before {
  content: "\f3f1";
}

.fa-location-minus::before {
  content: "\f609";
}

.fa-map-marker-minus::before {
  content: "\f609";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-ski-boot::before {
  content: "\e3cc";
}

.fa-standard-definition::before {
  content: "\e28a";
}

.fa-rectangle-sd::before {
  content: "\e28a";
}

.fa-h1::before {
  content: "\f313";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-message-bot::before {
  content: "\e3b8";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-light-ceiling::before {
  content: "\e016";
}

.fa-message-exclamation::before {
  content: "\f4a5";
}

.fa-comment-alt-exclamation::before {
  content: "\f4a5";
}

.fa-bowl-scoop::before {
  content: "\e3de";
}

.fa-bowl-shaved-ice::before {
  content: "\e3de";
}

.fa-square-x::before {
  content: "\e286";
}

.fa-utility-pole-double::before {
  content: "\e2c4";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-chevrons-up::before {
  content: "\f325";
}

.fa-chevron-double-up::before {
  content: "\f325";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-user-vneck::before {
  content: "\e461";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-square-arrow-right::before {
  content: "\f33b";
}

.fa-arrow-square-right::before {
  content: "\f33b";
}

.fa-location-plus::before {
  content: "\f60a";
}

.fa-map-marker-plus::before {
  content: "\f60a";
}

.fa-lightbulb-exclamation-on::before {
  content: "\e1ca";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-crate-empty::before {
  content: "\e151";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-transporter::before {
  content: "\e042";
}

.fa-calendar-circle-user::before {
  content: "\e471";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-person-carry-box::before {
  content: "\f4cf";
}

.fa-person-carry::before {
  content: "\f4cf";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-union::before {
  content: "\f6a2";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-circle-heart::before {
  content: "\f4c7";
}

.fa-heart-circle::before {
  content: "\f4c7";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-bring-forward::before {
  content: "\f856";
}

.fa-square-p::before {
  content: "\e279";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-sigma::before {
  content: "\f68b";
}

.fa-camera-movie::before {
  content: "\f8a9";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-clarinet::before {
  content: "\f8ad";
}

.fa-truck-flatbed::before {
  content: "\e2b6";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-leaf-heart::before {
  content: "\f4cb";
}

.fa-house-building::before {
  content: "\e1b1";
}

.fa-cheese-swiss::before {
  content: "\f7f0";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-bow-arrow::before {
  content: "\f6b9";
}

.fa-cart-xmark::before {
  content: "\e0dd";
}

.fa-hexagon-xmark::before {
  content: "\f2ee";
}

.fa-times-hexagon::before {
  content: "\f2ee";
}

.fa-xmark-hexagon::before {
  content: "\f2ee";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-merge::before {
  content: "\e526";
}

.fa-pager::before {
  content: "\f815";
}

.fa-cart-minus::before {
  content: "\e0db";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-pan-frying::before {
  content: "\e42c";
}

.fa-grid::before {
  content: "\e195";
}

.fa-grid-3::before {
  content: "\e195";
}

.fa-football-helmet::before {
  content: "\f44f";
}

.fa-hand-love::before {
  content: "\e1a5";
}

.fa-trees::before {
  content: "\f724";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-page::before {
  content: "\e428";
}

.fa-k::before {
  content: "K";
}

.fa-diagram-previous::before {
  content: "\e478";
}

.fa-gauge-min::before {
  content: "\f628";
}

.fa-tachometer-alt-slowest::before {
  content: "\f628";
}

.fa-folder-grid::before {
  content: "\e188";
}

.fa-eggplant::before {
  content: "\e16c";
}

.fa-ram::before {
  content: "\f70a";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-lips::before {
  content: "\f600";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-desktop-arrow-down::before {
  content: "\e155";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-pumpkin::before {
  content: "\f707";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-pen-field::before {
  content: "\e211";
}

.fa-blueberries::before {
  content: "\e2e8";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-note::before {
  content: "\e1ff";
}

.fa-arrow-down-to-square::before {
  content: "\e096";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-cloud-xmark::before {
  content: "\e35f";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-book-blank::before {
  content: "\f5d9";
}

.fa-book-alt::before {
  content: "\f5d9";
}

.fa-golf-flag-hole::before {
  content: "\e3ac";
}

.fa-message-arrow-down::before {
  content: "\e1db";
}

.fa-comment-alt-arrow-down::before {
  content: "\e1db";
}

.fa-face-unamused::before {
  content: "\e39f";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-circle-9::before {
  content: "\e0f6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-pencil-slash::before {
  content: "\e215";
}

.fa-bowling-pins::before {
  content: "\f437";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-down-right::before {
  content: "\e16b";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-webhook::before {
  content: "\e5d5";
}

.fa-blinds-open::before {
  content: "\f8fc";
}

.fa-fence::before {
  content: "\e303";
}

.fa-up::before {
  content: "\f357";
}

.fa-arrow-alt-up::before {
  content: "\f357";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-drumstick::before {
  content: "\f6d6";
}

.fa-square-v::before {
  content: "\e284";
}

.fa-face-awesome::before {
  content: "\e409";
}

.fa-gave-dandy::before {
  content: "\e409";
}

.fa-dial-off::before {
  content: "\e162";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-face-smile-horns::before {
  content: "\e391";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-grapes::before {
  content: "\e306";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-dial-max::before {
  content: "\e15e";
}

.fa-circle-m::before {
  content: "\e115";
}

.fa-calendar-image::before {
  content: "\e0d4";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-shish-kebab::before {
  content: "\f821";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-alarm-snooze::before {
  content: "\f845";
}

.fa-scarecrow::before {
  content: "\f70d";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-gift-card::before {
  content: "\f663";
}

.fa-w::before {
  content: "W";
}

.fa-code-pull-request-draft::before {
  content: "\e3fa";
}

.fa-square-b::before {
  content: "\e264";
}

.fa-elephant::before {
  content: "\f6da";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-message-question::before {
  content: "\e1e3";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-square-3::before {
  content: "\e258";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-microwave::before {
  content: "\e01b";
}

.fa-chf-sign::before {
  content: "\e602";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-cart-circle-arrow-up::before {
  content: "\e3f0";
}

.fa-trash-clock::before {
  content: "\e2b0";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-sprinkler-ceiling::before {
  content: "\e44c";
}

.fa-browsers::before {
  content: "\e0cb";
}

.fa-trillium::before {
  content: "\e588";
}

.fa-music-slash::before {
  content: "\f8d1";
}

.fa-truck-ramp::before {
  content: "\f4e0";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-circle-c::before {
  content: "\e101";
}

.fa-star-christmas::before {
  content: "\f7d4";
}

.fa-chart-bullet::before {
  content: "\e0e1";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-tree-christmas::before {
  content: "\f7db";
}

.fa-tire-flat::before {
  content: "\f632";
}

.fa-sunglasses::before {
  content: "\f892";
}

.fa-badge::before {
  content: "\f335";
}

.fa-message-pen::before {
  content: "\f4a4";
}

.fa-comment-alt-edit::before {
  content: "\f4a4";
}

.fa-message-edit::before {
  content: "\f4a4";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-arrow-progress::before {
  content: "\e5df";
}

.fa-chess-rook-piece::before {
  content: "\f448";
}

.fa-chess-rook-alt::before {
  content: "\f448";
}

.fa-square-root::before {
  content: "\f697";
}

.fa-album-collection-circle-plus::before {
  content: "\e48e";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-face-angry-horns::before {
  content: "\e368";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-tombstone::before {
  content: "\f720";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-list-music::before {
  content: "\f8c9";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-mustache::before {
  content: "\e5bc";
}

.fa-hyphen::before {
  content: "\-";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-user-chef::before {
  content: "\e3d2";
}

.fa-message-image::before {
  content: "\e1e0";
}

.fa-comment-alt-image::before {
  content: "\e1e0";
}

.fa-users-medical::before {
  content: "\f830";
}

.fa-sensor-triangle-exclamation::before {
  content: "\e029";
}

.fa-sensor-alert::before {
  content: "\e029";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-face-mask::before {
  content: "\e37f";
}

.fa-pickleball::before {
  content: "\e435";
}

.fa-star-sharp-half::before {
  content: "\e28c";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-meat::before {
  content: "\f814";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-empty-set::before {
  content: "\f656";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-bird::before {
  content: "\e469";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-heart-half-stroke::before {
  content: "\e1ac";
}

.fa-heart-half-alt::before {
  content: "\e1ac";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-joystick::before {
  content: "\f8c5";
}

.fa-grill-fire::before {
  content: "\e5a4";
}

.fa-rectangle-vertical-history::before {
  content: "\e237";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-keyboard-left::before {
  content: "\e1c3";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-face-beam-hand-over-mouth::before {
  content: "\e47c";
}

.fa-droplet-percent::before {
  content: "\f750";
}

.fa-humidity::before {
  content: "\f750";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-corn::before {
  content: "\f6c7";
}

.fa-roller-coaster::before {
  content: "\e324";
}

.fa-photo-film-music::before {
  content: "\e228";
}

.fa-radar::before {
  content: "\e024";
}

.fa-sickle::before {
  content: "\f822";
}

.fa-film::before {
  content: "\f008";
}

.fa-coconut::before {
  content: "\e2f6";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-shield-cross::before {
  content: "\f712";
}

.fa-cassette-tape::before {
  content: "\f8ab";
}

.fa-square-terminal::before {
  content: "\e32a";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-comment-middle::before {
  content: "\e149";
}

.fa-trash-can-list::before {
  content: "\e2ab";
}

.fa-block::before {
  content: "\e46a";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-face-frown-slight::before {
  content: "\e376";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-sidebar-flip::before {
  content: "\e24f";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-temperature-list::before {
  content: "\e299";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-pipe-section::before {
  content: "\e438";
}

.fa-space-station-moon-construction::before {
  content: "\e034";
}

.fa-space-station-moon-alt::before {
  content: "\e034";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-face-sleeping::before {
  content: "\e38d";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-squirrel::before {
  content: "\f71a";
}

.fa-arrow-up-to-line::before {
  content: "\f341";
}

.fa-arrow-to-top::before {
  content: "\f341";
}

.fa-flag::before {
  content: "\f024";
}

.fa-face-cowboy-hat::before {
  content: "\e36e";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-chart-scatter-3d::before {
  content: "\e0e8";
}

.fa-display-chart-up::before {
  content: "\e5e3";
}

.fa-square-code::before {
  content: "\e267";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-xmark-to-slot::before {
  content: "\f771";
}

.fa-times-to-slot::before {
  content: "\f771";
}

.fa-vote-nay::before {
  content: "\f771";
}

.fa-box-taped::before {
  content: "\f49a";
}

.fa-box-alt::before {
  content: "\f49a";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-swords::before {
  content: "\f71d";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-album::before {
  content: "\f89f";
}

.fa-circle-n::before {
  content: "\e118";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-key-skeleton-left-right::before {
  content: "\e3b4";
}

.fa-comment-lines::before {
  content: "\f4b0";
}

.fa-luchador-mask::before {
  content: "\f455";
}

.fa-luchador::before {
  content: "\f455";
}

.fa-mask-luchador::before {
  content: "\f455";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-shredder::before {
  content: "\f68a";
}

.fa-book-open-cover::before {
  content: "\e0c0";
}

.fa-book-open-alt::before {
  content: "\e0c0";
}

.fa-sandwich::before {
  content: "\f81f";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-square-parking-slash::before {
  content: "\f617";
}

.fa-parking-slash::before {
  content: "\f617";
}

.fa-train-tunnel::before {
  content: "\e454";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-face-anguished::before {
  content: "\e369";
}

.fa-hockey-sticks::before {
  content: "\f454";
}

.fa-abacus::before {
  content: "\f640";
}

.fa-film-simple::before {
  content: "\f3a0";
}

.fa-film-alt::before {
  content: "\f3a0";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-tree-palm::before {
  content: "\f82b";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-border-center-v::before {
  content: "\f89d";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-clipboard-medical::before {
  content: "\e133";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-up-to-line::before {
  content: "\f34d";
}

.fa-arrow-alt-to-top::before {
  content: "\f34d";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-watch-fitness::before {
  content: "\f63e";
}

.fa-clock-nine-thirty::before {
  content: "\e34d";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-jug::before {
  content: "\f8c6";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-snow-blowing::before {
  content: "\f761";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-arrow-down-from-line::before {
  content: "\f345";
}

.fa-arrow-from-top::before {
  content: "\f345";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-signal-bars-slash::before {
  content: "\f694";
}

.fa-signal-alt-slash::before {
  content: "\f694";
}

.fa-monkey::before {
  content: "\f6fb";
}

.fa-rectangle-pro::before {
  content: "\e235";
}

.fa-pro::before {
  content: "\e235";
}

.fa-house-night::before {
  content: "\e010";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-blanket::before {
  content: "\f498";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-comments-question-check::before {
  content: "\e14f";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-arrows-cross::before {
  content: "\e0a2";
}

.fa-backpack::before {
  content: "\f5d4";
}

.fa-square-small::before {
  content: "\e27e";
}

.fa-folder-arrow-up::before {
  content: "\e054";
}

.fa-folder-upload::before {
  content: "\e054";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-crosshairs-simple::before {
  content: "\e59f";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-square-sliders::before {
  content: "\f3f0";
}

.fa-sliders-h-square::before {
  content: "\f3f0";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-message-middle-top::before {
  content: "\e1e2";
}

.fa-comment-middle-top-alt::before {
  content: "\e1e2";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-knife::before {
  content: "\f2e4";
}

.fa-utensil-knife::before {
  content: "\f2e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-display-chart-up-circle-dollar::before {
  content: "\e5e6";
}

.fa-wave-sine::before {
  content: "\f899";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-circle-w::before {
  content: "\e12c";
}

.fa-circle-calendar::before {
  content: "\e102";
}

.fa-calendar-circle::before {
  content: "\e102";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sunset::before {
  content: "\f767";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-calendar-exclamation::before {
  content: "\f334";
}

.fa-truck-container-empty::before {
  content: "\e2b5";
}

.fa-hand-heart::before {
  content: "\f4bc";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-reply-clock::before {
  content: "\e239";
}

.fa-reply-time::before {
  content: "\e239";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-right::before {
  content: "\f356";
}

.fa-arrow-alt-right::before {
  content: "\f356";
}

.fa-circle-f::before {
  content: "\e10e";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-face-pleading::before {
  content: "\e386";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-police-box::before {
  content: "\e021";
}

.fa-cucumber::before {
  content: "\e401";
}

.fa-head-side-brain::before {
  content: "\f808";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-person-biking-mountain::before {
  content: "\f84b";
}

.fa-biking-mountain::before {
  content: "\f84b";
}

.fa-utensils-slash::before {
  content: "\e464";
}

.fa-print-magnifying-glass::before {
  content: "\f81a";
}

.fa-print-search::before {
  content: "\f81a";
}

.fa-folder-bookmark::before {
  content: "\e186";
}

.fa-om::before {
  content: "\f679";
}

.fa-pi::before {
  content: "\f67e";
}

.fa-flask-round-potion::before {
  content: "\f6e1";
}

.fa-flask-potion::before {
  content: "\f6e1";
}

.fa-face-shush::before {
  content: "\e38c";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-calendar-circle-exclamation::before {
  content: "\e46e";
}

.fa-square-i::before {
  content: "\e272";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-face-saluting::before {
  content: "\e484";
}

.fa-gauge-simple-low::before {
  content: "\f62c";
}

.fa-tachometer-slow::before {
  content: "\f62c";
}

.fa-face-persevering::before {
  content: "\e385";
}

.fa-circle-camera::before {
  content: "\e103";
}

.fa-camera-circle::before {
  content: "\e103";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-spider-web::before {
  content: "\f719";
}

.fa-circle-microphone::before {
  content: "\e116";
}

.fa-microphone-circle::before {
  content: "\e116";
}

.fa-book-arrow-up::before {
  content: "\e0ba";
}

.fa-popsicle::before {
  content: "\e43e";
}

.fa-command::before {
  content: "\e142";
}

.fa-blinds::before {
  content: "\f8fb";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-saxophone::before {
  content: "\f8dc";
}

.fa-square-2::before {
  content: "\e257";
}

.fa-field-hockey-stick-ball::before {
  content: "\f44c";
}

.fa-field-hockey::before {
  content: "\f44c";
}

.fa-arrow-up-square-triangle::before {
  content: "\f88b";
}

.fa-sort-shapes-up-alt::before {
  content: "\f88b";
}

.fa-face-scream::before {
  content: "\e38b";
}

.fa-square-m::before {
  content: "\e276";
}

.fa-camera-web::before {
  content: "\f832";
}

.fa-webcam::before {
  content: "\f832";
}

.fa-comment-arrow-down::before {
  content: "\e143";
}

.fa-lightbulb-cfl::before {
  content: "\e5a6";
}

.fa-window-frame-open::before {
  content: "\e050";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-period::before {
  content: "\.";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-up-to-dotted-line::before {
  content: "\e457";
}

.fa-thought-bubble::before {
  content: "\e32e";
}

.fa-skeleton-ribs::before {
  content: "\e5cb";
}

.fa-raygun::before {
  content: "\e025";
}

.fa-flute::before {
  content: "\f8b9";
}

.fa-acorn::before {
  content: "\f6ae";
}

.fa-video-arrow-up-right::before {
  content: "\e2c9";
}

.fa-grate-droplet::before {
  content: "\e194";
}

.fa-seal-exclamation::before {
  content: "\e242";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-message-sms::before {
  content: "\e1e5";
}

.fa-coffee-beans::before {
  content: "\e13f";
}

.fa-hat-witch::before {
  content: "\f6e7";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-clock-three-thirty::before {
  content: "\e357";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-eclipse::before {
  content: "\f749";
}

.fa-face-relieved::before {
  content: "\e389";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-octagon-minus::before {
  content: "\f308";
}

.fa-minus-octagon::before {
  content: "\f308";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-face-zany::before {
  content: "\e3a4";
}

.fa-tricycle::before {
  content: "\e5c3";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-square-arrow-up-left::before {
  content: "\e263";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-chart-mixed-up-circle-dollar::before {
  content: "\e5d9";
}

.fa-salt-shaker::before {
  content: "\e446";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-file-plus::before {
  content: "\f319";
}

.fa-draw-square::before {
  content: "\f5ef";
}

.fa-toilet-paper-under-slash::before {
  content: "\e2a1";
}

.fa-toilet-paper-reverse-slash::before {
  content: "\e2a1";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-drone-front::before {
  content: "\f860";
}

.fa-drone-alt::before {
  content: "\f860";
}

.fa-glass-empty::before {
  content: "\e191";
}

.fa-dial-high::before {
  content: "\e15c";
}

.fa-user-helmet-safety::before {
  content: "\f82c";
}

.fa-user-construction::before {
  content: "\f82c";
}

.fa-user-hard-hat::before {
  content: "\f82c";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "\e092";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-basketball-hoop::before {
  content: "\f435";
}

.fa-objects-align-bottom::before {
  content: "\e3bb";
}

.fa-v::before {
  content: "V";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-squid::before {
  content: "\e450";
}

.fa-leafy-green::before {
  content: "\e41d";
}

.fa-circle-arrow-up-right::before {
  content: "\e0fc";
}

.fa-calendars::before {
  content: "\e0d7";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-hammer-war::before {
  content: "\f6e4";
}

.fa-circle-d::before {
  content: "\e104";
}

.fa-spider-black-widow::before {
  content: "\f718";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-pear::before {
  content: "\e20c";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-triangle::before {
  content: "\f2ec";
}

.fa-apartment::before {
  content: "\e468";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-pepper::before {
  content: "\e432";
}

.fa-piano::before {
  content: "\f8d4";
}

.fa-gun-squirt::before {
  content: "\e19d";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-user-alien::before {
  content: "\e04a";
}

.fa-shield-check::before {
  content: "\f2f7";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-chart-candlestick::before {
  content: "\e0e2";
}

.fa-briefcase-blank::before {
  content: "\e0c8";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-bracket-round::before {
  content: "\(";
}

.fa-parenthesis::before {
  content: "\(";
}

.fa-joint::before {
  content: "\f595";
}

.fa-horse-saddle::before {
  content: "\f8c3";
}

.fa-mug-marshmallows::before {
  content: "\f7b7";
}

.fa-filters::before {
  content: "\e17e";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-dial-med::before {
  content: "\e15f";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-monitor-waveform::before {
  content: "\f611";
}

.fa-monitor-heart-rate::before {
  content: "\f611";
}

.fa-link-simple::before {
  content: "\e1cd";
}

.fa-whistle::before {
  content: "\f460";
}

.fa-g::before {
  content: "G";
}

.fa-wine-glass-crack::before {
  content: "\f4bb";
}

.fa-fragile::before {
  content: "\f4bb";
}

.fa-slot-machine::before {
  content: "\e3ce";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-car-wash::before {
  content: "\f5e6";
}

.fa-escalator::before {
  content: "\e171";
}

.fa-comment-image::before {
  content: "\e148";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-donut::before {
  content: "\e406";
}

.fa-doughnut::before {
  content: "\e406";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-tally-1::before {
  content: "\e294";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-square-dashed::before {
  content: "\e269";
}

.fa-square-j::before {
  content: "\e273";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-arrow-up-big-small::before {
  content: "\f88e";
}

.fa-sort-size-up::before {
  content: "\f88e";
}

.fa-barcode-read::before {
  content: "\f464";
}

.fa-baguette::before {
  content: "\e3d8";
}

.fa-bowl-soft-serve::before {
  content: "\e46b";
}

.fa-face-holding-back-tears::before {
  content: "\e482";
}

.fa-square-up::before {
  content: "\f353";
}

.fa-arrow-alt-square-up::before {
  content: "\f353";
}

.fa-train-subway-tunnel::before {
  content: "\e2a3";
}

.fa-subway-tunnel::before {
  content: "\e2a3";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-semicolon::before {
  content: "\;";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-fan-table::before {
  content: "\e004";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-battery-low::before {
  content: "\e0b1";
}

.fa-battery-1::before {
  content: "\e0b1";
}

.fa-credit-card-front::before {
  content: "\f38a";
}

.fa-brain-arrow-curved-right::before {
  content: "\f677";
}

.fa-mind-share::before {
  content: "\f677";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-location-smile::before {
  content: "\f60d";
}

.fa-map-marker-smile::before {
  content: "\f60d";
}

.fa-arrow-left-to-line::before {
  content: "\f33e";
}

.fa-arrow-to-left::before {
  content: "\f33e";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-sushi::before {
  content: "\e48a";
}

.fa-nigiri::before {
  content: "\e48a";
}

.fa-message-captions::before {
  content: "\e1de";
}

.fa-comment-alt-captions::before {
  content: "\e1de";
}

.fa-trash-list::before {
  content: "\e2b1";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-option::before {
  content: "\e318";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-trash-plus::before {
  content: "\e2b2";
}

.fa-objects-align-top::before {
  content: "\e3c0";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-face-anxious-sweat::before {
  content: "\e36a";
}

.fa-credit-card-blank::before {
  content: "\f389";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-microchip-ai::before {
  content: "\e1ec";
}

.fa-mug::before {
  content: "\f874";
}

.fa-plane-up-slash::before {
  content: "\e22e";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-pen-circle::before {
  content: "\e20e";
}

.fa-bag-seedling::before {
  content: "\e5f2";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-crutches::before {
  content: "\f7f8";
}

.fa-circle-parking::before {
  content: "\f615";
}

.fa-parking-circle::before {
  content: "\f615";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-leaf-oak::before {
  content: "\f6f7";
}

.fa-square-bolt::before {
  content: "\e265";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-lambda::before {
  content: "\f66e";
}

.fa-e::before {
  content: "E";
}

.fa-pizza::before {
  content: "\f817";
}

.fa-bowl-chopsticks-noodles::before {
  content: "\e2ea";
}

.fa-h3::before {
  content: "\f315";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-badge-percent::before {
  content: "\f646";
}

.fa-user::before {
  content: "\f007";
}

.fa-sensor::before {
  content: "\e028";
}

.fa-comma::before {
  content: "\,";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-toilet-paper-under::before {
  content: "\e2a0";
}

.fa-toilet-paper-reverse::before {
  content: "\e2a0";
}

.fa-light-emergency::before {
  content: "\e41f";
}

.fa-arrow-down-to-arc::before {
  content: "\e4ae";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-light-switch::before {
  content: "\e017";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-wave-pulse::before {
  content: "\f5f8";
}

.fa-heart-rate::before {
  content: "\f5f8";
}

.fa-key::before {
  content: "\f084";
}

.fa-hat-santa::before {
  content: "\f7a7";
}

.fa-tamale::before {
  content: "\e451";
}

.fa-box-check::before {
  content: "\f467";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-steak::before {
  content: "\f824";
}

.fa-location-crosshairs-slash::before {
  content: "\f603";
}

.fa-location-slash::before {
  content: "\f603";
}

.fa-person-dolly::before {
  content: "\f4d0";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-file-chart-column::before {
  content: "\f659";
}

.fa-file-chart-line::before {
  content: "\f659";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-folder-image::before {
  content: "\e18a";
}

.fa-calendar-pen::before {
  content: "\f333";
}

.fa-calendar-edit::before {
  content: "\f333";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-face-smile-tear::before {
  content: "\e393";
}

.fa-message-plus::before {
  content: "\f4a8";
}

.fa-comment-alt-plus::before {
  content: "\f4a8";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-rectangle-history-circle-user::before {
  content: "\e4a4";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-chart-line-up::before {
  content: "\e0e5";
}

.fa-mailbox::before {
  content: "\f813";
}

.fa-truck-bolt::before {
  content: "\e3d0";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-circle-three-quarters-stroke::before {
  content: "\e5d4";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-scalpel::before {
  content: "\f61d";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-bell-exclamation::before {
  content: "\f848";
}

.fa-circle-bookmark::before {
  content: "\e100";
}

.fa-bookmark-circle::before {
  content: "\e100";
}

.fa-egg-fried::before {
  content: "\f7fc";
}

.fa-face-weary::before {
  content: "\e3a1";
}

.fa-uniform-martial-arts::before {
  content: "\e3d1";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-sun-dust::before {
  content: "\f764";
}

.fa-comment-text::before {
  content: "\e14d";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-signal-bars::before {
  content: "\f690";
}

.fa-signal-alt::before {
  content: "\f690";
}

.fa-signal-alt-4::before {
  content: "\f690";
}

.fa-signal-bars-strong::before {
  content: "\f690";
}

.fa-diamond-exclamation::before {
  content: "\e405";
}

.fa-star::before {
  content: "\f005";
}

.fa-dial-min::before {
  content: "\e161";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-page-caret-down::before {
  content: "\e429";
}

.fa-file-caret-down::before {
  content: "\e429";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-clock-seven-thirty::before {
  content: "\e351";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-clock-four-thirty::before {
  content: "\e34b";
}

.fa-signal-bars-good::before {
  content: "\f693";
}

.fa-signal-alt-3::before {
  content: "\f693";
}

.fa-cactus::before {
  content: "\f8a7";
}

.fa-lightbulb-gear::before {
  content: "\e5fd";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-plane-tail::before {
  content: "\e22c";
}

.fa-gauge-simple-max::before {
  content: "\f62b";
}

.fa-tachometer-fastest::before {
  content: "\f62b";
}

.fa-circle-u::before {
  content: "\e127";
}

.fa-shield-slash::before {
  content: "\e24b";
}

.fa-square-phone-hangup::before {
  content: "\e27a";
}

.fa-phone-square-down::before {
  content: "\e27a";
}

.fa-arrow-up-left::before {
  content: "\e09d";
}

.fa-transporter-1::before {
  content: "\e043";
}

.fa-peanuts::before {
  content: "\e431";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-bin-bottles-recycle::before {
  content: "\e5f6";
}

.fa-arrow-up-from-square::before {
  content: "\e09c";
}

.fa-file-dashed-line::before {
  content: "\f877";
}

.fa-page-break::before {
  content: "\f877";
}

.fa-bracket-curly-right::before {
  content: "\}";
}

.fa-spider::before {
  content: "\f717";
}

.fa-clock-three::before {
  content: "\e356";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-scalpel-line-dashed::before {
  content: "\f61e";
}

.fa-scalpel-path::before {
  content: "\f61e";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-pipe-smoking::before {
  content: "\e3c4";
}

.fa-face-astonished::before {
  content: "\e36b";
}

.fa-window::before {
  content: "\f40e";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-ear::before {
  content: "\f5f0";
}

.fa-file-lock::before {
  content: "\e3a6";
}

.fa-diagram-venn::before {
  content: "\e15a";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-goal-net::before {
  content: "\e3ab";
}

.fa-coffin-cross::before {
  content: "\e051";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-location-xmark::before {
  content: "\f60e";
}

.fa-map-marker-times::before {
  content: "\f60e";
}

.fa-map-marker-xmark::before {
  content: "\f60e";
}

.fa-circle-quarter-stroke::before {
  content: "\e5d3";
}

.fa-lasso::before {
  content: "\f8c8";
}

.fa-slash::before {
  content: "\f715";
}

.fa-person-to-portal::before {
  content: "\e022";
}

.fa-portal-enter::before {
  content: "\e022";
}

.fa-calendar-star::before {
  content: "\f736";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-pegasus::before {
  content: "\f703";
}

.fa-files-medical::before {
  content: "\f7fd";
}

.fa-nfc-lock::before {
  content: "\e1f8";
}

.fa-person-ski-lift::before {
  content: "\f7c8";
}

.fa-ski-lift::before {
  content: "\f7c8";
}

.fa-square-6::before {
  content: "\e25b";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-wind-turbine::before {
  content: "\f89b";
}

.fa-sliders-simple::before {
  content: "\e253";
}

.fa-grid-round::before {
  content: "\e5da";
}

.fa-badge-sheriff::before {
  content: "\f8a2";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-intersection::before {
  content: "\f668";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-family::before {
  content: "\e300";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-user-hair-buns::before {
  content: "\e3d3";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-hourglass-clock::before {
  content: "\e41b";
}

.fa-person-seat-reclined::before {
  content: "\e21f";
}

.fa-paper-plane-top::before {
  content: "\e20a";
}

.fa-paper-plane-alt::before {
  content: "\e20a";
}

.fa-send::before {
  content: "\e20a";
}

.fa-message-arrow-up::before {
  content: "\e1dc";
}

.fa-comment-alt-arrow-up::before {
  content: "\e1dc";
}

.fa-lightbulb-exclamation::before {
  content: "\f671";
}

.fa-layer-minus::before {
  content: "\f5fe";
}

.fa-layer-group-minus::before {
  content: "\f5fe";
}

.fa-chart-pie-simple-circle-currency::before {
  content: "\e604";
}

.fa-circle-e::before {
  content: "\e109";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-gauge-max::before {
  content: "\f626";
}

.fa-tachometer-alt-fastest::before {
  content: "\f626";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-apostrophe::before {
  content: "\'";
}

.fa-fire-hydrant::before {
  content: "\e17f";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-video-plus::before {
  content: "\f4e1";
}

.fa-square-right::before {
  content: "\f352";
}

.fa-arrow-alt-square-right::before {
  content: "\f352";
}

.fa-comment-smile::before {
  content: "\f4b4";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-inbox-in::before {
  content: "\f310";
}

.fa-inbox-arrow-down::before {
  content: "\f310";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-circle-8::before {
  content: "\e0f5";
}

.fa-clouds-moon::before {
  content: "\f745";
}

.fa-clock-ten-thirty::before {
  content: "\e355";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-folder-user::before {
  content: "\e18e";
}

.fa-trash-can-xmark::before {
  content: "\e2ae";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-left-long-to-line::before {
  content: "\e41e";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-calendar-range::before {
  content: "\e0d6";
}

.fa-flower-daffodil::before {
  content: "\f800";
}

.fa-hand-back-point-up::before {
  content: "\e1a2";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-star-exclamation::before {
  content: "\f2f3";
}

.fa-books::before {
  content: "\f5db";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-layer-plus::before {
  content: "\f5ff";
}

.fa-layer-group-plus::before {
  content: "\f5ff";
}

.fa-play-pause::before {
  content: "\e22f";
}

.fa-block-question::before {
  content: "\e3dd";
}

.fa-snooze::before {
  content: "\f880";
}

.fa-zzz::before {
  content: "\f880";
}

.fa-scanner-image::before {
  content: "\f8f3";
}

.fa-tv-retro::before {
  content: "\f401";
}

.fa-square-t::before {
  content: "\e280";
}

.fa-farm::before {
  content: "\f864";
}

.fa-barn-silo::before {
  content: "\f864";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-bars-sort::before {
  content: "\e0ae";
}

.fa-pallet-boxes::before {
  content: "\f483";
}

.fa-palette-boxes::before {
  content: "\f483";
}

.fa-pallet-alt::before {
  content: "\f483";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-code-simple::before {
  content: "\e13d";
}

.fa-bolt-slash::before {
  content: "\e0b8";
}

.fa-panel-fire::before {
  content: "\e42f";
}

.fa-binary-circle-check::before {
  content: "\e33c";
}

.fa-comment-minus::before {
  content: "\f4b1";
}

.fa-burrito::before {
  content: "\f7ed";
}

.fa-violin::before {
  content: "\f8ed";
}

.fa-objects-column::before {
  content: "\e3c1";
}

.fa-square-chevron-down::before {
  content: "\f329";
}

.fa-chevron-square-down::before {
  content: "\f329";
}

.fa-comment-plus::before {
  content: "\f4b2";
}

.fa-triangle-instrument::before {
  content: "\f8e2";
}

.fa-triangle-music::before {
  content: "\f8e2";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-user-pilot-tie::before {
  content: "\e2c1";
}

.fa-piano-keyboard::before {
  content: "\f8d5";
}

.fa-bed-empty::before {
  content: "\f8f9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-rectangle-vertical::before {
  content: "\f2fb";
}

.fa-rectangle-portrait::before {
  content: "\f2fb";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-signal-stream::before {
  content: "\f8dd";
}

.fa-down-to-bracket::before {
  content: "\e4e7";
}

.fa-circle-z::before {
  content: "\e130";
}

.fa-stars::before {
  content: "\f762";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-house-day::before {
  content: "\e00e";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-shirt-long-sleeve::before {
  content: "\e3c7";
}

.fa-chart-pie-simple::before {
  content: "\f64e";
}

.fa-chart-pie-alt::before {
  content: "\f64e";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-album-collection-circle-user::before {
  content: "\e48f";
}

.fa-candy::before {
  content: "\e3e7";
}

.fa-bowl-hot::before {
  content: "\f823";
}

.fa-soup::before {
  content: "\f823";
}

.fa-flatbread::before {
  content: "\e40b";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-signal-bars-weak::before {
  content: "\f691";
}

.fa-signal-alt-1::before {
  content: "\f691";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-clock-twelve::before {
  content: "\e358";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-citrus-slice::before {
  content: "\e2f5";
}

.fa-sheep::before {
  content: "\f711";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-badger-honey::before {
  content: "\f6b4";
}

.fa-h4::before {
  content: "\f86a";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-signal-slash::before {
  content: "\f695";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-taco::before {
  content: "\f826";
}

.fa-hexagon-plus::before {
  content: "\f300";
}

.fa-plus-hexagon::before {
  content: "\f300";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-umbrella-simple::before {
  content: "\e2bc";
}

.fa-umbrella-alt::before {
  content: "\e2bc";
}

.fa-rectangle-history-circle-plus::before {
  content: "\e4a3";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-prescription-bottle-pill::before {
  content: "\e5c0";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-binary-slash::before {
  content: "\e33e";
}

.fa-square-o::before {
  content: "\e278";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-transporter-3::before {
  content: "\e045";
}

.fa-engine-warning::before {
  content: "\f5f2";
}

.fa-engine-exclamation::before {
  content: "\f5f2";
}

.fa-circle-down-right::before {
  content: "\e108";
}

.fa-square-k::before {
  content: "\e274";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-money-check-pen::before {
  content: "\f872";
}

.fa-money-check-edit::before {
  content: "\f872";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-tilde::before {
  content: "\~";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-arrow-down-square-triangle::before {
  content: "\f889";
}

.fa-sort-shapes-down-alt::before {
  content: "\f889";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-dog-leashed::before {
  content: "\f6d4";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-face-downcast-sweat::before {
  content: "\e371";
}

.fa-mailbox-flag-up::before {
  content: "\e5bb";
}

.fa-memo-circle-info::before {
  content: "\e49a";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-volume::before {
  content: "\f6a8";
}

.fa-volume-medium::before {
  content: "\f6a8";
}

.fa-transporter-5::before {
  content: "\e2a6";
}

.fa-gauge-circle-bolt::before {
  content: "\e496";
}

.fa-coin-front::before {
  content: "\e3fc";
}

.fa-file-slash::before {
  content: "\e3a7";
}

.fa-message-arrow-up-right::before {
  content: "\e1dd";
}

.fa-treasure-chest::before {
  content: "\f723";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-paintbrush-fine::before {
  content: "\f5a9";
}

.fa-paint-brush-alt::before {
  content: "\f5a9";
}

.fa-paint-brush-fine::before {
  content: "\f5a9";
}

.fa-paintbrush-alt::before {
  content: "\f5a9";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-hood-cloak::before {
  content: "\f6ef";
}

.fa-square-quote::before {
  content: "\e329";
}

.fa-up-left::before {
  content: "\e2bd";
}

.fa-bring-front::before {
  content: "\f857";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-burger-cheese::before {
  content: "\f7f1";
}

.fa-cheeseburger::before {
  content: "\f7f1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-repeat-1::before {
  content: "\f365";
}

.fa-arrow-down-to-line::before {
  content: "\f33d";
}

.fa-arrow-to-bottom::before {
  content: "\f33d";
}

.fa-grid-5::before {
  content: "\e199";
}

.fa-right-long-to-line::before {
  content: "\e444";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-grid-round-5::before {
  content: "\e5de";
}

.fa-tally::before {
  content: "\f69c";
}

.fa-tally-5::before {
  content: "\f69c";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-up-from-dotted-line::before {
  content: "\e456";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-face-exhaling::before {
  content: "\e480";
}

.fa-sensor-fire::before {
  content: "\e02a";
}

.fa-user-unlock::before {
  content: "\e058";
}

.fa-hexagon-divide::before {
  content: "\e1ad";
}

.fa-00::before {
  content: "\e467";
}

.fa-crow::before {
  content: "\f520";
}

.fa-cassette-betamax::before {
  content: "\f8a4";
}

.fa-betamax::before {
  content: "\f8a4";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-nfc-magnifying-glass::before {
  content: "\e1f9";
}

.fa-file-binary::before {
  content: "\e175";
}

.fa-circle-v::before {
  content: "\e12a";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-bowl-scoops::before {
  content: "\e3df";
}

.fa-mistletoe::before {
  content: "\f7b4";
}

.fa-custard::before {
  content: "\e403";
}

.fa-lacrosse-stick::before {
  content: "\e3b5";
}

.fa-hockey-mask::before {
  content: "\f6ee";
}

.fa-sunrise::before {
  content: "\f766";
}

.fa-panel-ews::before {
  content: "\e42e";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-cloud-exclamation::before {
  content: "\e491";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-floppy-disk-pen::before {
  content: "\e182";
}

.fa-image::before {
  content: "\f03e";
}

.fa-window-frame::before {
  content: "\e04f";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-file-zip::before {
  content: "\e5ee";
}

.fa-square-ring::before {
  content: "\e44f";
}

.fa-down-from-line::before {
  content: "\f349";
}

.fa-arrow-alt-from-top::before {
  content: "\f349";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-shield-xmark::before {
  content: "\e24c";
}

.fa-shield-times::before {
  content: "\e24c";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-circle-sort-down::before {
  content: "\e031";
}

.fa-sort-circle-down::before {
  content: "\e031";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-forklift::before {
  content: "\f47a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-bracket-square-right::before {
  content: "\]";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-square-a::before {
  content: "\e25f";
}

.fa-tick::before {
  content: "\e32f";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-refrigerator::before {
  content: "\e026";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-octagon-xmark::before {
  content: "\f2f0";
}

.fa-times-octagon::before {
  content: "\f2f0";
}

.fa-xmark-octagon::before {
  content: "\f2f0";
}

.fa-align-slash::before {
  content: "\f846";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-truck-ramp-couch::before {
  content: "\f4dd";
}

.fa-truck-couch::before {
  content: "\f4dd";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "\e0a0";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-360-degrees::before {
  content: "\e2dc";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-square-dashed-circle-plus::before {
  content: "\e5c2";
}

.fa-money-simple-from-bracket::before {
  content: "\e313";
}

.fa-bat::before {
  content: "\f6b5";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-head-side-headphones::before {
  content: "\f8c2";
}

.fa-phone-rotary::before {
  content: "\f8d3";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-calendar-circle-minus::before {
  content: "\e46f";
}

.fa-chopsticks::before {
  content: "\e3f7";
}

.fa-car-wrench::before {
  content: "\f5e3";
}

.fa-car-mechanic::before {
  content: "\f5e3";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-kazoo::before {
  content: "\f8c7";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-bin-bottles::before {
  content: "\e5f5";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-square-arrow-down-left::before {
  content: "\e261";
}

.fa-battery-bolt::before {
  content: "\f376";
}

.fa-tree-large::before {
  content: "\f7dd";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-aperture::before {
  content: "\e2df";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-gear-complex::before {
  content: "\e5e9";
}

.fa-file-magnifying-glass::before {
  content: "\f865";
}

.fa-file-search::before {
  content: "\f865";
}

.fa-up-right::before {
  content: "\e2be";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-user-police::before {
  content: "\e333";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-teddy-bear::before {
  content: "\e3cf";
}

.fa-stocking::before {
  content: "\f7d5";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-image-slash::before {
  content: "\e1b7";
}

.fa-mask-snorkel::before {
  content: "\e3b7";
}

.fa-smoke::before {
  content: "\f760";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-battery-exclamation::before {
  content: "\e0b0";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-crystal-ball::before {
  content: "\e362";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-star-shooting::before {
  content: "\e036";
}

.fa-binary-lock::before {
  content: "\e33d";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-comment-pen::before {
  content: "\f4ae";
}

.fa-comment-edit::before {
  content: "\f4ae";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-banjo::before {
  content: "\f8a3";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-light-emergency-on::before {
  content: "\e420";
}

.fa-kerning::before {
  content: "\f86f";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-square-f::before {
  content: "\e270";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-arrow-left-from-line::before {
  content: "\f344";
}

.fa-arrow-from-right::before {
  content: "\f344";
}

.fa-strawberry::before {
  content: "\e32b";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-clock-eight-thirty::before {
  content: "\e346";
}

.fa-plane-engines::before {
  content: "\f3de";
}

.fa-plane-alt::before {
  content: "\f3de";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-gauge-low::before {
  content: "\f627";
}

.fa-tachometer-alt-slow::before {
  content: "\f627";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-trash-can-plus::before {
  content: "\e2ac";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-globe-snow::before {
  content: "\f7a3";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-integral::before {
  content: "\f667";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-blinds-raised::before {
  content: "\f8fd";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-ufo-beam::before {
  content: "\e048";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-user-vneck-hair-long::before {
  content: "\e463";
}

.fa-square-a-lock::before {
  content: "\e44d";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-gas-pump-slash::before {
  content: "\f5f4";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-transporter-4::before {
  content: "\e2a5";
}

.fa-chart-mixed-up-circle-currency::before {
  content: "\e5d8";
}

.fa-objects-align-right::before {
  content: "\e3bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-pig::before {
  content: "\f706";
}

.fa-inbox-full::before {
  content: "\e1ba";
}

.fa-circle-envelope::before {
  content: "\e10c";
}

.fa-envelope-circle::before {
  content: "\e10c";
}

.fa-triangle-person-digging::before {
  content: "\f85d";
}

.fa-construction::before {
  content: "\f85d";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-bullseye-arrow::before {
  content: "\f648";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-clock-seven::before {
  content: "\e350";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-flashlight::before {
  content: "\f8b8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-square-9::before {
  content: "\e25e";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-square-dollar::before {
  content: "\f2e9";
}

.fa-dollar-square::before {
  content: "\f2e9";
}

.fa-usd-square::before {
  content: "\f2e9";
}

.fa-phone-arrow-right::before {
  content: "\e5be";
}

.fa-hand-holding-seedling::before {
  content: "\f4bf";
}

.fa-message-check::before {
  content: "\f4a2";
}

.fa-comment-alt-check::before {
  content: "\f4a2";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-chart-line-up-down::before {
  content: "\e5d7";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-watch::before {
  content: "\f2e1";
}

.fa-circle-down-left::before {
  content: "\e107";
}

.fa-text::before {
  content: "\f893";
}

.fa-projector::before {
  content: "\f8d6";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-tombstone-blank::before {
  content: "\f721";
}

.fa-tombstone-alt::before {
  content: "\f721";
}

.fa-chess-king-piece::before {
  content: "\f440";
}

.fa-chess-king-alt::before {
  content: "\f440";
}

.fa-circle-6::before {
  content: "\e0f3";
}

.fa-left::before {
  content: "\f355";
}

.fa-arrow-alt-left::before {
  content: "\f355";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-square-down::before {
  content: "\f350";
}

.fa-arrow-alt-square-down::before {
  content: "\f350";
}

.fa-objects-align-center-vertical::before {
  content: "\e3bd";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-wreath::before {
  content: "\f7e2";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-meter-droplet::before {
  content: "\e1ea";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-signal-strong::before {
  content: "\f68f";
}

.fa-signal-4::before {
  content: "\f68f";
}

.fa-lollipop::before {
  content: "\e424";
}

.fa-lollypop::before {
  content: "\e424";
}

.fa-list-tree::before {
  content: "\e1d2";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-draw-circle::before {
  content: "\f5ed";
}

.fa-cat-space::before {
  content: "\e001";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-memo-pad::before {
  content: "\e1da";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-alarm-plus::before {
  content: "\f844";
}

.fa-alicorn::before {
  content: "\f6b0";
}

.fa-comment-question::before {
  content: "\e14b";
}

.fa-gingerbread-man::before {
  content: "\f79d";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-burger-fries::before {
  content: "\e0cd";
}

.fa-mug-tea::before {
  content: "\f875";
}

.fa-border-top::before {
  content: "\f855";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-circle-book-open::before {
  content: "\e0ff";
}

.fa-book-circle::before {
  content: "\e0ff";
}

.fa-arrows-to-dotted-line::before {
  content: "\e0a6";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-garage-open::before {
  content: "\e00b";
}

.fa-shelves-empty::before {
  content: "\e246";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-watch-apple::before {
  content: "\e2cb";
}

.fa-watch-calculator::before {
  content: "\f8f0";
}

.fa-list-dropdown::before {
  content: "\e1cf";
}

.fa-cabinet-filing::before {
  content: "\f64b";
}

.fa-burger-soda::before {
  content: "\f858";
}

.fa-square-arrow-up::before {
  content: "\f33c";
}

.fa-arrow-square-up::before {
  content: "\f33c";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-pallet-box::before {
  content: "\e208";
}

.fa-face-confounded::before {
  content: "\e36c";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-truck-plow::before {
  content: "\f7de";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-grid-round-2::before {
  content: "\e5db";
}

.fa-comment-middle-top::before {
  content: "\e14a";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-restroom-simple::before {
  content: "\e23a";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-border-outer::before {
  content: "\f851";
}

.fa-hashtag-lock::before {
  content: "\e415";
}

.fa-clock-two-thirty::before {
  content: "\e35b";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-heart-half::before {
  content: "\e1ab";
}

.fa-comment-check::before {
  content: "\f4ac";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-memo::before {
  content: "\e1d8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-glass-citrus::before {
  content: "\f869";
}

.fa-calendar-lines-pen::before {
  content: "\e472";
}

.fa-church::before {
  content: "\f51d";
}

.fa-person-snowmobiling::before {
  content: "\f7d1";
}

.fa-snowmobile::before {
  content: "\f7d1";
}

.fa-face-hushed::before {
  content: "\e37b";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-pickaxe::before {
  content: "\e5bf";
}

.fa-link-simple-slash::before {
  content: "\e1ce";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-face-confused::before {
  content: "\e36d";
}

.fa-pinball::before {
  content: "\e229";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-deer::before {
  content: "\f78e";
}

.fa-input-pipe::before {
  content: "\e1be";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-bookmark-slash::before {
  content: "\e0c2";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-mace::before {
  content: "\f6f8";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-sausage::before {
  content: "\f820";
}

.fa-trash-can-clock::before {
  content: "\e2aa";
}

.fa-p::before {
  content: "P";
}

.fa-broom-wide::before {
  content: "\e5d1";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-stomach::before {
  content: "\f623";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-guitar-electric::before {
  content: "\f8be";
}

.fa-arrow-turn-down-right::before {
  content: "\e3d6";
}

.fa-moon-cloud::before {
  content: "\f754";
}

.fa-bread-slice-butter::before {
  content: "\e3e1";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-user-group-crown::before {
  content: "\f6a5";
}

.fa-users-crown::before {
  content: "\f6a5";
}

.fa-circle-i::before {
  content: "\e111";
}

.fa-toilet-paper-check::before {
  content: "\e5b2";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-chart-waterfall::before {
  content: "\e0eb";
}

.fa-sparkle::before {
  content: "\e5d6";
}

.fa-face-party::before {
  content: "\e383";
}

.fa-kidneys::before {
  content: "\f5fb";
}

.fa-wifi-exclamation::before {
  content: "\e2cf";
}

.fa-chart-network::before {
  content: "\f78a";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-dice-d4::before {
  content: "\f6d0";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-wheat-awn-slash::before {
  content: "\e338";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-dagger::before {
  content: "\f6cb";
}

.fa-podium::before {
  content: "\f680";
}

.fa-memo-circle-check::before {
  content: "\e1d9";
}

.fa-route-highway::before {
  content: "\f61a";
}

.fa-down-to-line::before {
  content: "\f34a";
}

.fa-arrow-alt-to-bottom::before {
  content: "\f34a";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-square-g::before {
  content: "\e271";
}

.fa-circle-phone::before {
  content: "\e11b";
}

.fa-phone-circle::before {
  content: "\e11b";
}

.fa-clipboard-prescription::before {
  content: "\f5e8";
}

.fa-user-nurse-hair::before {
  content: "\e45d";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-toggle-large-on::before {
  content: "\e5b1";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-dryer-heat::before {
  content: "\f862";
}

.fa-dryer-alt::before {
  content: "\f862";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-arrow-up-small-big::before {
  content: "\f88f";
}

.fa-sort-size-up-alt::before {
  content: "\f88f";
}

.fa-train-track::before {
  content: "\e453";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-file-exclamation::before {
  content: "\f31a";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-moon-stars::before {
  content: "\f755";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-clothes-hanger::before {
  content: "\e136";
}

.fa-mobile-notch::before {
  content: "\e1ee";
}

.fa-mobile-iphone::before {
  content: "\e1ee";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-images-user::before {
  content: "\e1b9";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-image-polaroid-user::before {
  content: "\e1b6";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-square-ellipsis::before {
  content: "\e26e";
}

.fa-pie::before {
  content: "\f705";
}

.fa-chess-knight-piece::before {
  content: "\f442";
}

.fa-chess-knight-alt::before {
  content: "\f442";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-cloud-plus::before {
  content: "\e35e";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-bed-bunk::before {
  content: "\f8f8";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-clock-eight::before {
  content: "\e345";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-circle-q::before {
  content: "\e11e";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-face-disguise::before {
  content: "\e370";
}

.fa-circle-arrow-down-right::before {
  content: "\e0fa";
}

.fa-alien-8bit::before {
  content: "\f8f6";
}

.fa-alien-monster::before {
  content: "\f8f6";
}

.fa-hand-point-ribbon::before {
  content: "\e1a6";
}

.fa-poop::before {
  content: "\f619";
}

.fa-object-exclude::before {
  content: "\e49c";
}

.fa-telescope::before {
  content: "\e03e";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-square-list::before {
  content: "\e489";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-comment-code::before {
  content: "\e147";
}

.fa-sim-cards::before {
  content: "\e251";
}

.fa-starship::before {
  content: "\e039";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-seal::before {
  content: "\e241";
}

.fa-user-cowboy::before {
  content: "\f8ea";
}

.fa-hexagon-vertical-nft::before {
  content: "\e505";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-bread-loaf::before {
  content: "\f7eb";
}

.fa-rings-wedding::before {
  content: "\f81b";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-french-fries::before {
  content: "\f803";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-calendar-arrow-down::before {
  content: "\e0d0";
}

.fa-calendar-download::before {
  content: "\e0d0";
}

.fa-send-back::before {
  content: "\f87e";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-signature-lock::before {
  content: "\e3ca";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-octagon-plus::before {
  content: "\f301";
}

.fa-plus-octagon::before {
  content: "\f301";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-melon-slice::before {
  content: "\e311";
}

.fa-space-station-moon::before {
  content: "\e033";
}

.fa-message-smile::before {
  content: "\f4aa";
}

.fa-comment-alt-smile::before {
  content: "\f4aa";
}

.fa-cup-straw::before {
  content: "\e363";
}

.fa-left-from-line::before {
  content: "\f348";
}

.fa-arrow-alt-from-right::before {
  content: "\f348";
}

.fa-h::before {
  content: "H";
}

.fa-basket-shopping-simple::before {
  content: "\e0af";
}

.fa-shopping-basket-alt::before {
  content: "\e0af";
}

.fa-hands-holding-heart::before {
  content: "\f4c3";
}

.fa-hands-heart::before {
  content: "\f4c3";
}

.fa-clock-nine::before {
  content: "\e34c";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-face-sleepy::before {
  content: "\e38e";
}

.fa-hand-horns::before {
  content: "\e1a9";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-circle-three-quarters::before {
  content: "\e125";
}

.fa-trophy-star::before {
  content: "\f2eb";
}

.fa-trophy-alt::before {
  content: "\f2eb";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-face-thermometer::before {
  content: "\e39a";
}

.fa-grid-round-4::before {
  content: "\e5dd";
}

.fa-shirt-running::before {
  content: "\e3c8";
}

.fa-book-circle-arrow-up::before {
  content: "\e0bd";
}

.fa-face-nauseated::before {
  content: "\e381";
}

.fa-heart::before {
  content: "\f004";
}

.fa-file-chart-pie::before {
  content: "\f65a";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-circle-arrow-down-left::before {
  content: "\e0f9";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-hexagon-minus::before {
  content: "\f307";
}

.fa-minus-hexagon::before {
  content: "\f307";
}

.fa-left-to-line::before {
  content: "\f34b";
}

.fa-arrow-alt-to-left::before {
  content: "\f34b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-paw-simple::before {
  content: "\f701";
}

.fa-paw-alt::before {
  content: "\f701";
}

.fa-arrow-left-long-to-line::before {
  content: "\e3d4";
}

.fa-brackets-round::before {
  content: "\e0c5";
}

.fa-parentheses::before {
  content: "\e0c5";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-user-shakespeare::before {
  content: "\e2c2";
}

.fa-arrow-right-to-arc::before {
  content: "\e4b2";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-gauge-circle-plus::before {
  content: "\e498";
}

.fa-folders::before {
  content: "\f660";
}

.fa-angel::before {
  content: "\f779";
}

.fa-value-absolute::before {
  content: "\f6a6";
}

.fa-rabbit::before {
  content: "\f708";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-circle-euro::before {
  content: "\e5ce";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-diamond-half::before {
  content: "\e5b7";
}

.fa-lock-keyhole::before {
  content: "\f30d";
}

.fa-lock-alt::before {
  content: "\f30d";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-square-info::before {
  content: "\f30f";
}

.fa-info-square::before {
  content: "\f30f";
}

.fa-wifi-slash::before {
  content: "\f6ac";
}

.fa-toilet-paper-xmark::before {
  content: "\e5b3";
}

.fa-hands-holding-dollar::before {
  content: "\f4c5";
}

.fa-hands-usd::before {
  content: "\f4c5";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-arrow-down-triangle-square::before {
  content: "\f888";
}

.fa-sort-shapes-down::before {
  content: "\f888";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shutters::before {
  content: "\e449";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-table-tree::before {
  content: "\e293";
}

.fa-house-chimney-heart::before {
  content: "\e1b2";
}

.fa-tally-3::before {
  content: "\e296";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-cart-circle-exclamation::before {
  content: "\e3f2";
}

.fa-sword::before {
  content: "\f71c";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-interrobang::before {
  content: "\e5ba";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-circle-dashed::before {
  content: "\e105";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-fork-knife::before {
  content: "\f2e6";
}

.fa-utensils-alt::before {
  content: "\f2e6";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-slider::before {
  content: "\e252";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-clock-one-thirty::before {
  content: "\e34f";
}

.fa-inbox-out::before {
  content: "\f311";
}

.fa-inbox-arrow-up::before {
  content: "\f311";
}

.fa-cloud-slash::before {
  content: "\e137";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-octagon-check::before {
  content: "\e426";
}

.fa-flatbread-stuffed::before {
  content: "\e40c";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-cart-circle-plus::before {
  content: "\e3f3";
}

.fa-truck-clock::before {
  content: "\f48c";
}

.fa-shipping-timed::before {
  content: "\f48c";
}

.fa-pool-8-ball::before {
  content: "\e3c5";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-turn-down-left::before {
  content: "\e331";
}

.fa-lock-hashtag::before {
  content: "\e423";
}

.fa-chart-radar::before {
  content: "\e0e7";
}

.fa-staff::before {
  content: "\f71b";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-utility-pole::before {
  content: "\e2c3";
}

.fa-transporter-6::before {
  content: "\e2a7";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-vector-polygon::before {
  content: "\e2c7";
}

.fa-diagram-nested::before {
  content: "\e157";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-image-user::before {
  content: "\e1b8";
}

.fa-buoy::before {
  content: "\e5b5";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-border-center-h::before {
  content: "\f89c";
}

.fa-can-food::before {
  content: "\e3e6";
}

.fa-typewriter::before {
  content: "\f8e7";
}

.fa-arrow-right-from-arc::before {
  content: "\e4b1";
}

.fa-circle-k::before {
  content: "\e113";
}

.fa-face-hand-over-mouth::before {
  content: "\e378";
}

.fa-popcorn::before {
  content: "\f819";
}

.fa-house-water::before {
  content: "\f74f";
}

.fa-house-flood::before {
  content: "\f74f";
}

.fa-object-subtract::before {
  content: "\e49e";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-warehouse-full::before {
  content: "\f495";
}

.fa-warehouse-alt::before {
  content: "\f495";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-arrow-down-from-dotted-line::before {
  content: "\e090";
}

.fa-file-doc::before {
  content: "\e5ed";
}

.fa-square-quarters::before {
  content: "\e44e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-trash-xmark::before {
  content: "\e2b4";
}

.fa-circle-caret-left::before {
  content: "\f32e";
}

.fa-caret-circle-left::before {
  content: "\f32e";
}

.fa-files::before {
  content: "\e178";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-face-clouds::before {
  content: "\e47d";
}

.fa-user-crown::before {
  content: "\f6a4";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-cart-circle-check::before {
  content: "\e3f1";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-user-tie-hair-long::before {
  content: "\e460";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-head-side-medical::before {
  content: "\f809";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-user-robot::before {
  content: "\e04b";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-card-diamond::before {
  content: "\e3ea";
}

.fa-face-zipper::before {
  content: "\e3a5";
}

.fa-face-raised-eyebrow::before {
  content: "\e388";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-square-chevron-up::before {
  content: "\f32c";
}

.fa-chevron-square-up::before {
  content: "\f32c";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-arrows-to-line::before {
  content: "\e0a7";
}

.fa-dolphin::before {
  content: "\e168";
}

.fa-arrow-up-right::before {
  content: "\e09f";
}

.fa-circle-r::before {
  content: "\e120";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-circle-sort-up::before {
  content: "\e032";
}

.fa-sort-circle-up::before {
  content: "\e032";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-chestnut::before {
  content: "\e3f6";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-heat::before {
  content: "\e00c";
}

.fa-ticket-airline::before {
  content: "\e29a";
}

.fa-boot-heeled::before {
  content: "\e33f";
}

.fa-arrows-minimize::before {
  content: "\e0a5";
}

.fa-compress-arrows::before {
  content: "\e0a5";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-hexagon::before {
  content: "\f312";
}

.fa-manhole::before {
  content: "\e1d6";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-floppy-disks::before {
  content: "\e183";
}

.fa-toilet-paper-blank-under::before {
  content: "\e29f";
}

.fa-toilet-paper-reverse-alt::before {
  content: "\e29f";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-pump::before {
  content: "\e442";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-arrow-up-left-from-circle::before {
  content: "\e09e";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-dryer::before {
  content: "\f861";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-chess-bishop-piece::before {
  content: "\f43b";
}

.fa-chess-bishop-alt::before {
  content: "\f43b";
}

.fa-shirt-tank-top::before {
  content: "\e3c9";
}

.fa-diploma::before {
  content: "\f5ea";
}

.fa-scroll-ribbon::before {
  content: "\f5ea";
}

.fa-screencast::before {
  content: "\e23e";
}

.fa-walker::before {
  content: "\f831";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-face-kiss-closed-eyes::before {
  content: "\e37d";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-file-user::before {
  content: "\f65c";
}

.fa-user-police-tie::before {
  content: "\e334";
}

.fa-face-tongue-money::before {
  content: "\e39d";
}

.fa-tennis-ball::before {
  content: "\f45e";
}

.fa-square-l::before {
  content: "\e275";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-calendar-arrow-up::before {
  content: "\e0d1";
}

.fa-calendar-upload::before {
  content: "\e0d1";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-scarf::before {
  content: "\f7c1";
}

.fa-album-circle-plus::before {
  content: "\e48c";
}

.fa-user-nurse-hair-long::before {
  content: "\e45e";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-square-left::before {
  content: "\f351";
}

.fa-arrow-alt-square-left::before {
  content: "\f351";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-circle-ellipsis-vertical::before {
  content: "\e10b";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-grid-dividers::before {
  content: "\e3ad";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-face-pensive::before {
  content: "\e384";
}

.fa-user-music::before {
  content: "\f8eb";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-messages-dollar::before {
  content: "\f652";
}

.fa-comments-alt-dollar::before {
  content: "\f652";
}

.fa-sensor-on::before {
  content: "\e02b";
}

.fa-balloon::before {
  content: "\e2e3";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-chess-queen-piece::before {
  content: "\f446";
}

.fa-chess-queen-alt::before {
  content: "\f446";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-house-person-leave::before {
  content: "\e00f";
}

.fa-house-leave::before {
  content: "\e00f";
}

.fa-house-person-depart::before {
  content: "\e00f";
}

.fa-ruler-triangle::before {
  content: "\f61c";
}

.fa-card-club::before {
  content: "\e3e9";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-spinner-third::before {
  content: "\f3f4";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-computer-mouse-scrollwheel::before {
  content: "\f8cd";
}

.fa-mouse-alt::before {
  content: "\f8cd";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-table-layout::before {
  content: "\e290";
}

.fa-narwhal::before {
  content: "\f6fe";
}

.fa-ramp-loading::before {
  content: "\f4d4";
}

.fa-calendar-circle-plus::before {
  content: "\e470";
}

.fa-toothbrush::before {
  content: "\f635";
}

.fa-border-inner::before {
  content: "\f84e";
}

.fa-paw-claws::before {
  content: "\f702";
}

.fa-kiwi-fruit::before {
  content: "\e30c";
}

.fa-traffic-light-slow::before {
  content: "\f639";
}

.fa-rectangle-code::before {
  content: "\e322";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-keyboard-brightness::before {
  content: "\e1c0";
}

.fa-books-medical::before {
  content: "\f7e8";
}

.fa-lightbulb-slash::before {
  content: "\f673";
}

.fa-house-blank::before {
  content: "\e487";
}

.fa-home-blank::before {
  content: "\e487";
}

.fa-square-5::before {
  content: "\e25a";
}

.fa-square-heart::before {
  content: "\f4c8";
}

.fa-heart-square::before {
  content: "\f4c8";
}

.fa-puzzle::before {
  content: "\e443";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-pipe-circle-check::before {
  content: "\e436";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-octagon-exclamation::before {
  content: "\e204";
}

.fa-dial-low::before {
  content: "\e15d";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-laptop-mobile::before {
  content: "\f87a";
}

.fa-phone-laptop::before {
  content: "\f87a";
}

.fa-conveyor-belt-boxes::before {
  content: "\f46f";
}

.fa-conveyor-belt-alt::before {
  content: "\f46f";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-starfighter-twin-ion-engine-advanced::before {
  content: "\e28e";
}

.fa-starfighter-alt-advanced::before {
  content: "\e28e";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-starfighter-twin-ion-engine::before {
  content: "\e038";
}

.fa-starfighter-alt::before {
  content: "\e038";
}

.fa-rocket-launch::before {
  content: "\e027";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-vent-damper::before {
  content: "\e465";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-ban-bug::before {
  content: "\f7f9";
}

.fa-debug::before {
  content: "\f7f9";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-garage-car::before {
  content: "\e00a";
}

.fa-square-kanban::before {
  content: "\e488";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-coffee-pot::before {
  content: "\e002";
}

.fa-mouse-field::before {
  content: "\e5a8";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-shower-down::before {
  content: "\e24d";
}

.fa-shower-alt::before {
  content: "\e24d";
}

.fa-box-circle-check::before {
  content: "\e0c4";
}

.fa-brightness::before {
  content: "\e0c9";
}

.fa-car-side-bolt::before {
  content: "\e344";
}

.fa-ornament::before {
  content: "\f7b8";
}

.fa-phone-arrow-down-left::before {
  content: "\e223";
}

.fa-phone-arrow-down::before {
  content: "\e223";
}

.fa-phone-incoming::before {
  content: "\e223";
}

.fa-cloud-word::before {
  content: "\e138";
}

.fa-hand-fingers-crossed::before {
  content: "\e1a3";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-arrow-down-small-big::before {
  content: "\f88d";
}

.fa-sort-size-down-alt::before {
  content: "\f88d";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-face-melting::before {
  content: "\e483";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-pen-clip-slash::before {
  content: "\e20f";
}

.fa-pen-alt-slash::before {
  content: "\e20f";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-scroll-old::before {
  content: "\f70f";
}

.fa-guitars::before {
  content: "\f8bf";
}

.fa-phone-xmark::before {
  content: "\e227";
}

.fa-hose::before {
  content: "\e419";
}

.fa-clock-six::before {
  content: "\e352";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-billboard::before {
  content: "\e5cd";
}

.fa-square-r::before {
  content: "\e27c";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-envelope-open-dollar::before {
  content: "\f657";
}

.fa-divide::before {
  content: "\f529";
}

.fa-sun-cloud::before {
  content: "\f763";
}

.fa-lamp-floor::before {
  content: "\e015";
}

.fa-square-7::before {
  content: "\e25c";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-campfire::before {
  content: "\f6ba";
}

.fa-circle-ampersand::before {
  content: "\e0f8";
}

.fa-snowflakes::before {
  content: "\f7cf";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-leaf-maple::before {
  content: "\f6f6";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-cup-straw-swoosh::before {
  content: "\e364";
}

.fa-temperature-sun::before {
  content: "\f76a";
}

.fa-temperature-hot::before {
  content: "\f76a";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-high-definition::before {
  content: "\e1ae";
}

.fa-rectangle-hd::before {
  content: "\e1ae";
}

.fa-j::before {
  content: "J";
}

.fa-galaxy::before {
  content: "\e008";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-cherries::before {
  content: "\e0ec";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-circle-sort::before {
  content: "\e030";
}

.fa-sort-circle::before {
  content: "\e030";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-siren::before {
  content: "\e02d";
}

.fa-arrow-up-to-dotted-line::before {
  content: "\e0a1";
}

.fa-image-landscape::before {
  content: "\e1b5";
}

.fa-landscape::before {
  content: "\e1b5";
}

.fa-tank-water::before {
  content: "\e452";
}

.fa-curling-stone::before {
  content: "\f44a";
}

.fa-curling::before {
  content: "\f44a";
}

.fa-gamepad-modern::before {
  content: "\e5a2";
}

.fa-gamepad-alt::before {
  content: "\e5a2";
}

.fa-messages-question::before {
  content: "\e1e7";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-briefcase-arrow-right::before {
  content: "\e2f2";
}

.fa-expand-wide::before {
  content: "\f320";
}

.fa-clock-eleven-thirty::before {
  content: "\e348";
}

.fa-rv::before {
  content: "\f7be";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-dreidel::before {
  content: "\f792";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-flower-tulip::before {
  content: "\f801";
}

.fa-people-pants-simple::before {
  content: "\e21a";
}

.fa-cloud-drizzle::before {
  content: "\f738";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-solar-system::before {
  content: "\e02f";
}

.fa-seal-question::before {
  content: "\e243";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-disc-drive::before {
  content: "\f8b5";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-table-rows::before {
  content: "\e292";
}

.fa-rows::before {
  content: "\e292";
}

.fa-location-exclamation::before {
  content: "\f608";
}

.fa-map-marker-exclamation::before {
  content: "\f608";
}

.fa-face-fearful::before {
  content: "\e375";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-bus-school::before {
  content: "\f5dd";
}

.fa-film-slash::before {
  content: "\e179";
}

.fa-square-arrow-down-right::before {
  content: "\e262";
}

.fa-book-sparkles::before {
  content: "\f6b8";
}

.fa-book-spells::before {
  content: "\f6b8";
}

.fa-washing-machine::before {
  content: "\f898";
}

.fa-washer::before {
  content: "\f898";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-user-visor::before {
  content: "\e04c";
}

.fa-file-plus-minus::before {
  content: "\e177";
}

.fa-chess-clock-flip::before {
  content: "\f43e";
}

.fa-chess-clock-alt::before {
  content: "\f43e";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-steering-wheel::before {
  content: "\f622";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-stretcher::before {
  content: "\f825";
}

.fa-book-section::before {
  content: "\e0c1";
}

.fa-book-law::before {
  content: "\e0c1";
}

.fa-inboxes::before {
  content: "\e1bb";
}

.fa-coffee-bean::before {
  content: "\e13e";
}

.fa-circle-yen::before {
  content: "\e5d0";
}

.fa-brackets-curly::before {
  content: "\f7ea";
}

.fa-ellipsis-stroke-vertical::before {
  content: "\f39c";
}

.fa-ellipsis-v-alt::before {
  content: "\f39c";
}

.fa-comment::before {
  content: "\f075";
}

.fa-square-1::before {
  content: "\e256";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-head-side::before {
  content: "\f6e9";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-dolly-empty::before {
  content: "\f473";
}

.fa-face-tissue::before {
  content: "\e39c";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-bin-recycle::before {
  content: "\e5f7";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-chart-line-down::before {
  content: "\f64d";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-lock-a::before {
  content: "\e422";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-person-pinball::before {
  content: "\e21d";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-apple-core::before {
  content: "\e08f";
}

.fa-circle-y::before {
  content: "\e12f";
}

.fa-h6::before {
  content: "\e413";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-circle-small::before {
  content: "\e122";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-arrow-turn-down-left::before {
  content: "\e2e1";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-message-medical::before {
  content: "\f7f4";
}

.fa-comment-alt-medical::before {
  content: "\f7f4";
}

.fa-rugby-ball::before {
  content: "\e3c6";
}

.fa-comment-music::before {
  content: "\f8b0";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-tree-deciduous::before {
  content: "\f400";
}

.fa-tree-alt::before {
  content: "\f400";
}

.fa-puzzle-piece-simple::before {
  content: "\e231";
}

.fa-puzzle-piece-alt::before {
  content: "\e231";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-nfc-trash::before {
  content: "\e1fd";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-file-xmark::before {
  content: "\f317";
}

.fa-file-times::before {
  content: "\f317";
}

.fa-house-heart::before {
  content: "\f4c9";
}

.fa-home-heart::before {
  content: "\f4c9";
}

.fa-house-chimney-blank::before {
  content: "\e3b0";
}

.fa-meter-bolt::before {
  content: "\e1e9";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-slash-back::before {
  content: "\\";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-fishing-rod::before {
  content: "\e3a8";
}

.fa-hammer-crash::before {
  content: "\e414";
}

.fa-message-heart::before {
  content: "\e5c9";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera-polaroid::before {
  content: "\f8aa";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-cart-arrow-up::before {
  content: "\e3ee";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-buoy-mooring::before {
  content: "\e5b6";
}

.fa-square-4::before {
  content: "\e259";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-tricycle-adult::before {
  content: "\e5c4";
}

.fa-waveform::before {
  content: "\f8f1";
}

.fa-water::before {
  content: "\f773";
}

.fa-star-sharp-half-stroke::before {
  content: "\e28d";
}

.fa-star-sharp-half-alt::before {
  content: "\e28d";
}

.fa-nfc-signal::before {
  content: "\e1fb";
}

.fa-plane-prop::before {
  content: "\e22b";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-clock-desk::before {
  content: "\e134";
}

.fa-calendar-clock::before {
  content: "\e0d2";
}

.fa-calendar-time::before {
  content: "\e0d2";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-plate-utensils::before {
  content: "\e43b";
}

.fa-family-pants::before {
  content: "\e302";
}

.fa-hose-reel::before {
  content: "\e41a";
}

.fa-house-window::before {
  content: "\e3b3";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-cloud-rainbow::before {
  content: "\f73e";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-alien::before {
  content: "\f8f5";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-laptop-binary::before {
  content: "\e5e7";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-people-dress-simple::before {
  content: "\e218";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-bowling-ball-pin::before {
  content: "\e0c3";
}

.fa-bell-school-slash::before {
  content: "\f5d6";
}

.fa-plus-large::before {
  content: "\e59e";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-camera-viewfinder::before {
  content: "\e0da";
}

.fa-screenshot::before {
  content: "\e0da";
}

.fa-message-music::before {
  content: "\f8af";
}

.fa-comment-alt-music::before {
  content: "\f8af";
}

.fa-car-building::before {
  content: "\f859";
}

.fa-border-bottom-right::before {
  content: "\f854";
}

.fa-border-style-alt::before {
  content: "\f854";
}

.fa-octagon::before {
  content: "\f306";
}

.fa-comment-arrow-up-right::before {
  content: "\e145";
}

.fa-octagon-divide::before {
  content: "\e203";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-tv-music::before {
  content: "\f8e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-reel::before {
  content: "\e238";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-traffic-cone::before {
  content: "\f636";
}

.fa-grate::before {
  content: "\e193";
}

.fa-arrow-down-right::before {
  content: "\e093";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-person-from-portal::before {
  content: "\e023";
}

.fa-portal-exit::before {
  content: "\e023";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-cowbell-circle-plus::before {
  content: "\f8b4";
}

.fa-cowbell-more::before {
  content: "\f8b4";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-distribute-spacing-vertical::before {
  content: "\e366";
}

.fa-signal-bars-fair::before {
  content: "\f692";
}

.fa-signal-alt-2::before {
  content: "\f692";
}

.fa-sportsball::before {
  content: "\e44b";
}

.fa-game-console-handheld-crank::before {
  content: "\e5b9";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-face-smile-upside-down::before {
  content: "\e395";
}

.fa-ball-pile::before {
  content: "\f77e";
}

.fa-badge-dollar::before {
  content: "\f645";
}

.fa-money-bills-simple::before {
  content: "\e1f4";
}

.fa-money-bills-alt::before {
  content: "\e1f4";
}

.fa-list-timeline::before {
  content: "\e1d1";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-keyboard-down::before {
  content: "\e1c2";
}

.fa-circle-up-right::before {
  content: "\e129";
}

.fa-cloud-bolt-moon::before {
  content: "\f76d";
}

.fa-thunderstorm-moon::before {
  content: "\f76d";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-bracket-round-right::before {
  content: "\)";
}

.fa-circle-sterling::before {
  content: "\e5cf";
}

.fa-circle-5::before {
  content: "\e0f2";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-fire-flame::before {
  content: "\f6df";
}

.fa-flame::before {
  content: "\f6df";
}

.fa-right-to-line::before {
  content: "\f34c";
}

.fa-arrow-alt-to-right::before {
  content: "\f34c";
}

.fa-gif::before {
  content: "\e190";
}

.fa-chess::before {
  content: "\f439";
}

.fa-trash-slash::before {
  content: "\e2b3";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-font-case::before {
  content: "\f866";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-arrow-down-left::before {
  content: "\e091";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-flask-round-poison::before {
  content: "\f6e0";
}

.fa-flask-poison::before {
  content: "\f6e0";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-book-circle-arrow-right::before {
  content: "\e0bc";
}

.fa-chart-user::before {
  content: "\f6a3";
}

.fa-user-chart::before {
  content: "\f6a3";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-presentation-screen::before {
  content: "\f685";
}

.fa-presentation::before {
  content: "\f685";
}

.fa-circle-bolt::before {
  content: "\e0fe";
}

.fa-face-smile-halo::before {
  content: "\e38f";
}

.fa-cart-circle-arrow-down::before {
  content: "\e3ef";
}

.fa-house-person-return::before {
  content: "\e011";
}

.fa-house-person-arrive::before {
  content: "\e011";
}

.fa-house-return::before {
  content: "\e011";
}

.fa-message-xmark::before {
  content: "\f4ab";
}

.fa-comment-alt-times::before {
  content: "\f4ab";
}

.fa-message-times::before {
  content: "\f4ab";
}

.fa-file-certificate::before {
  content: "\f5f3";
}

.fa-file-award::before {
  content: "\f5f3";
}

.fa-user-doctor-hair-long::before {
  content: "\e459";
}

.fa-camera-security::before {
  content: "\f8fe";
}

.fa-camera-home::before {
  content: "\f8fe";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-book-heart::before {
  content: "\f499";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-duck::before {
  content: "\f6d8";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-flag-swallowtail::before {
  content: "\f74c";
}

.fa-flag-alt::before {
  content: "\f74c";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-car-garage::before {
  content: "\f5e2";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-book-font::before {
  content: "\e0bf";
}

.fa-shield-plus::before {
  content: "\e24a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-eye-dropper-full::before {
  content: "\e172";
}

.fa-distribute-spacing-horizontal::before {
  content: "\e365";
}

.fa-tablet-rugged::before {
  content: "\f48f";
}

.fa-temperature-snow::before {
  content: "\f768";
}

.fa-temperature-frigid::before {
  content: "\f768";
}

.fa-moped::before {
  content: "\e3b9";
}

.fa-face-smile-plus::before {
  content: "\f5b9";
}

.fa-smile-plus::before {
  content: "\f5b9";
}

.fa-radio-tuner::before {
  content: "\f8d8";
}

.fa-radio-alt::before {
  content: "\f8d8";
}

.fa-face-swear::before {
  content: "\e399";
}

.fa-water-arrow-down::before {
  content: "\f774";
}

.fa-water-lower::before {
  content: "\f774";
}

.fa-scanner-touchscreen::before {
  content: "\f48a";
}

.fa-circle-7::before {
  content: "\e0f4";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-person-ski-jumping::before {
  content: "\f7c7";
}

.fa-ski-jump::before {
  content: "\f7c7";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-water-arrow-up::before {
  content: "\f775";
}

.fa-water-rise::before {
  content: "\f775";
}

.fa-waveform-lines::before {
  content: "\f8f2";
}

.fa-waveform-path::before {
  content: "\f8f2";
}

.fa-split::before {
  content: "\e254";
}

.fa-film-canister::before {
  content: "\f8b7";
}

.fa-film-cannister::before {
  content: "\f8b7";
}

.fa-folder-xmark::before {
  content: "\f65f";
}

.fa-folder-times::before {
  content: "\f65f";
}

.fa-toilet-paper-blank::before {
  content: "\f71f";
}

.fa-toilet-paper-alt::before {
  content: "\f71f";
}

.fa-tablet-screen::before {
  content: "\f3fc";
}

.fa-tablet-android-alt::before {
  content: "\f3fc";
}

.fa-hexagon-vertical-nft-slanted::before {
  content: "\e506";
}

.fa-folder-music::before {
  content: "\e18d";
}

.fa-display-medical::before {
  content: "\e166";
}

.fa-desktop-medical::before {
  content: "\e166";
}

.fa-share-all::before {
  content: "\f367";
}

.fa-peapod::before {
  content: "\e31c";
}

.fa-chess-clock::before {
  content: "\f43d";
}

.fa-axe::before {
  content: "\f6b2";
}

.fa-square-d::before {
  content: "\e268";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-mobile-signal-out::before {
  content: "\e1f0";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-arrow-up-from-dotted-line::before {
  content: "\e09b";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-light-switch-on::before {
  content: "\e019";
}

.fa-arrow-down-arrow-up::before {
  content: "\f883";
}

.fa-sort-alt::before {
  content: "\f883";
}

.fa-raindrops::before {
  content: "\f75c";
}

.fa-dash::before {
  content: "\e404";
}

.fa-minus-large::before {
  content: "\e404";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-input-numeric::before {
  content: "\e1bd";
}

.fa-truck-tow::before {
  content: "\e2b8";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-car-bolt::before {
  content: "\e341";
}

.fa-arrows-maximize::before {
  content: "\f31d";
}

.fa-expand-arrows::before {
  content: "\f31d";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-cloud-sleet::before {
  content: "\f741";
}

.fa-lamp-street::before {
  content: "\e1c5";
}

.fa-list-radio::before {
  content: "\e1d0";
}

.fa-pen-nib-slash::before {
  content: "\e4a1";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-square-up-left::before {
  content: "\e282";
}

.fa-overline::before {
  content: "\f876";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-arrows-from-dotted-line::before {
  content: "\e0a3";
}

.fa-usb-drive::before {
  content: "\f8e9";
}

.fa-ballot::before {
  content: "\f732";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-location-dot-slash::before {
  content: "\f605";
}

.fa-map-marker-alt-slash::before {
  content: "\f605";
}

.fa-cards::before {
  content: "\e3ed";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-boxing-glove::before {
  content: "\f438";
}

.fa-glove-boxing::before {
  content: "\f438";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-bell-school::before {
  content: "\f5d5";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-folder-heart::before {
  content: "\e189";
}

.fa-circle-location-arrow::before {
  content: "\f602";
}

.fa-location-circle::before {
  content: "\f602";
}

.fa-face-head-bandage::before {
  content: "\e37a";
}

.fa-sushi-roll::before {
  content: "\e48b";
}

.fa-maki-roll::before {
  content: "\e48b";
}

.fa-makizushi::before {
  content: "\e48b";
}

.fa-car-bump::before {
  content: "\f5e0";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-racquet::before {
  content: "\f45a";
}

.fa-car-mirrors::before {
  content: "\e343";
}

.fa-industry-windows::before {
  content: "\f3b3";
}

.fa-industry-alt::before {
  content: "\f3b3";
}

.fa-bolt-auto::before {
  content: "\e0b6";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-flux-capacitor::before {
  content: "\f8ba";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-honey-pot::before {
  content: "\e418";
}

.fa-olive::before {
  content: "\e316";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-filter-list::before {
  content: "\e17c";
}

.fa-outlet::before {
  content: "\e01c";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-cauldron::before {
  content: "\f6bf";
}

.fa-people::before {
  content: "\e216";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-croissant::before {
  content: "\f7f6";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-swords-laser::before {
  content: "\e03d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-square-u::before {
  content: "\e281";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-router::before {
  content: "\f8da";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-sword-laser-alt::before {
  content: "\e03c";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-coin::before {
  content: "\f85c";
}

.fa-laptop-slash::before {
  content: "\e1c7";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-circle-b::before {
  content: "\e0fd";
}

.fa-person-dress-simple::before {
  content: "\e21c";
}

.fa-pipe-collar::before {
  content: "\e437";
}

.fa-lights-holiday::before {
  content: "\f7b2";
}

.fa-citrus::before {
  content: "\e2f4";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-chart-tree-map::before {
  content: "\e0ea";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-clock-five-thirty::before {
  content: "\e34a";
}

.fa-pipe-valve::before {
  content: "\e439";
}

.fa-arrow-up-from-arc::before {
  content: "\e4b4";
}

.fa-face-spiral-eyes::before {
  content: "\e485";
}

.fa-compress-wide::before {
  content: "\f326";
}

.fa-circle-phone-hangup::before {
  content: "\e11d";
}

.fa-phone-circle-down::before {
  content: "\e11d";
}

.fa-gear-complex-code::before {
  content: "\e5eb";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-badminton::before {
  content: "\e33a";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-right-from-line::before {
  content: "\f347";
}

.fa-arrow-alt-from-left::before {
  content: "\f347";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-shuttlecock::before {
  content: "\f45b";
}

.fa-user-hair::before {
  content: "\e45a";
}

.fa-eye-evil::before {
  content: "\f6db";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-garage::before {
  content: "\e009";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-shovel-snow::before {
  content: "\f7c3";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-face-lying::before {
  content: "\e37e";
}

.fa-sprinkler::before {
  content: "\e035";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-person-sledding::before {
  content: "\f7cb";
}

.fa-sledding::before {
  content: "\f7cb";
}

.fa-game-console-handheld::before {
  content: "\f8bb";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-clock-six-thirty::before {
  content: "\e353";
}

.fa-battery-slash::before {
  content: "\f377";
}

.fa-tugrik-sign::before {
  content: "\e2ba";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-shelves::before {
  content: "\f480";
}

.fa-inventory::before {
  content: "\f480";
}

.fa-cloud-snow::before {
  content: "\f742";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-oven::before {
  content: "\e01d";
}

.fa-cloud-binary::before {
  content: "\e601";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-comment-captions::before {
  content: "\e146";
}

.fa-comments-question::before {
  content: "\e14e";
}

.fa-scribble::before {
  content: "\e23f";
}

.fa-rotate-exclamation::before {
  content: "\e23c";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-glass::before {
  content: "\f804";
}

.fa-loader::before {
  content: "\e1d4";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-user-pilot::before {
  content: "\e2c0";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-code-pull-request-closed::before {
  content: "\e3f9";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-face-dotted::before {
  content: "\e47f";
}

.fa-face-worried::before {
  content: "\e3a3";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-vector-circle::before {
  content: "\e2c6";
}

.fa-car-circle-bolt::before {
  content: "\e342";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-flying-disc::before {
  content: "\e3a9";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-square-down-right::before {
  content: "\e26c";
}

.fa-b::before {
  content: "B";
}

.fa-seat-airline::before {
  content: "\e244";
}

.fa-moon-over-sun::before {
  content: "\f74a";
}

.fa-eclipse-alt::before {
  content: "\f74a";
}

.fa-pipe::before {
  content: "\|";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-potato::before {
  content: "\e440";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-circle-a::before {
  content: "\e0f7";
}

.fa-helmet-battle::before {
  content: "\f6eb";
}

.fa-butter::before {
  content: "\e3e4";
}

.fa-blanket-fire::before {
  content: "\e3da";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-castle::before {
  content: "\e0de";
}

.fa-golf-club::before {
  content: "\f451";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-chart-pie-simple-circle-dollar::before {
  content: "\e605";
}

.fa-balloons::before {
  content: "\e2e4";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-timeline-arrow::before {
  content: "\e29d";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-game-board-simple::before {
  content: "\f868";
}

.fa-game-board-alt::before {
  content: "\f868";
}

.fa-circle-video::before {
  content: "\e12b";
}

.fa-video-circle::before {
  content: "\e12b";
}

.fa-chart-scatter-bubble::before {
  content: "\e0e9";
}

.fa-house-turret::before {
  content: "\e1b4";
}

.fa-banana::before {
  content: "\e2e5";
}

.fa-hand-holding-skull::before {
  content: "\e1a4";
}

.fa-people-dress::before {
  content: "\e217";
}

.fa-loveseat::before {
  content: "\f4cc";
}

.fa-couch-small::before {
  content: "\f4cc";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-block-quote::before {
  content: "\e0b5";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-money-check-dollar-pen::before {
  content: "\f873";
}

.fa-money-check-edit-alt::before {
  content: "\f873";
}

.fa-up-from-line::before {
  content: "\f346";
}

.fa-arrow-alt-from-bottom::before {
  content: "\f346";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-grid-round-2-plus::before {
  content: "\e5dc";
}

.fa-people-pants::before {
  content: "\e219";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-windsock::before {
  content: "\f777";
}

.fa-circle-half::before {
  content: "\e110";
}

.fa-brake-warning::before {
  content: "\e0c7";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-saxophone-fire::before {
  content: "\f8db";
}

.fa-sax-hot::before {
  content: "\f8db";
}

.fa-camera-web-slash::before {
  content: "\f833";
}

.fa-webcam-slash::before {
  content: "\f833";
}

.fa-folder-medical::before {
  content: "\e18c";
}

.fa-folder-gear::before {
  content: "\e187";
}

.fa-folder-cog::before {
  content: "\e187";
}

.fa-hand-wave::before {
  content: "\e1a7";
}

.fa-arrow-up-arrow-down::before {
  content: "\e099";
}

.fa-sort-up-down::before {
  content: "\e099";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-message-slash::before {
  content: "\f4a9";
}

.fa-comment-alt-slash::before {
  content: "\f4a9";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-trash-can-check::before {
  content: "\e2a9";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-person-simple::before {
  content: "\e220";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-gear-code::before {
  content: "\e5e8";
}

.fa-notes::before {
  content: "\e202";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-trash-undo::before {
  content: "\f895";
}

.fa-trash-arrow-turn-left::before {
  content: "\f895";
}

.fa-champagne-glass::before {
  content: "\f79e";
}

.fa-glass-champagne::before {
  content: "\f79e";
}

.fa-objects-align-center-horizontal::before {
  content: "\e3bc";
}

.fa-sun::before {
  content: "\f185";
}

.fa-trash-can-slash::before {
  content: "\e2ad";
}

.fa-trash-alt-slash::before {
  content: "\e2ad";
}

.fa-screen-users::before {
  content: "\f63d";
}

.fa-users-class::before {
  content: "\f63d";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-square-arrow-left::before {
  content: "\f33a";
}

.fa-arrow-square-left::before {
  content: "\f33a";
}

.fa-square-8::before {
  content: "\e25d";
}

.fa-face-smile-hearts::before {
  content: "\e390";
}

.fa-brackets-square::before {
  content: "\f7e9";
}

.fa-brackets::before {
  content: "\f7e9";
}

.fa-laptop-arrow-down::before {
  content: "\e1c6";
}

.fa-hockey-stick-puck::before {
  content: "\e3ae";
}

.fa-house-tree::before {
  content: "\e1b3";
}

.fa-signal-fair::before {
  content: "\f68d";
}

.fa-signal-2::before {
  content: "\f68d";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-circle-dollar::before {
  content: "\f2e8";
}

.fa-dollar-circle::before {
  content: "\f2e8";
}

.fa-usd-circle::before {
  content: "\f2e8";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-arrows-repeat::before {
  content: "\f364";
}

.fa-repeat-alt::before {
  content: "\f364";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-image-polaroid::before {
  content: "\f8c4";
}

.fa-wave-triangle::before {
  content: "\f89a";
}

.fa-person-running-fast::before {
  content: "\e5ff";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-grill::before {
  content: "\e5a3";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-display-code::before {
  content: "\e165";
}

.fa-desktop-code::before {
  content: "\e165";
}

.fa-face-drooling::before {
  content: "\e372";
}

.fa-oil-temperature::before {
  content: "\f614";
}

.fa-oil-temp::before {
  content: "\f614";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-air-conditioner::before {
  content: "\f8f4";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-mountains::before {
  content: "\f6fd";
}

.fa-omega::before {
  content: "\f67a";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-person-dolly-empty::before {
  content: "\f4d1";
}

.fa-pan-food::before {
  content: "\e42b";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-tickets-airline::before {
  content: "\e29b";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-nfc-slash::before {
  content: "\e1fc";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-grid-2-plus::before {
  content: "\e197";
}

.fa-bells::before {
  content: "\f77f";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-envelope-dot::before {
  content: "\e16f";
}

.fa-envelope-badge::before {
  content: "\e16f";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bowl-chopsticks::before {
  content: "\e2e9";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-circle-s::before {
  content: "\e121";
}

.fa-box-ballot::before {
  content: "\f735";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-user-tie-hair::before {
  content: "\e45f";
}

.fa-podium-star::before {
  content: "\f758";
}

.fa-user-hair-mullet::before {
  content: "\e45c";
}

.fa-business-front::before {
  content: "\e45c";
}

.fa-party-back::before {
  content: "\e45c";
}

.fa-trian-balbot::before {
  content: "\e45c";
}

.fa-microphone-stand::before {
  content: "\f8cb";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-family-dress::before {
  content: "\e301";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-cabin::before {
  content: "\e46d";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-chart-simple-horizontal::before {
  content: "\e474";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-hand-back-point-left::before {
  content: "\e19f";
}

.fa-message-dots::before {
  content: "\f4a3";
}

.fa-comment-alt-dots::before {
  content: "\f4a3";
}

.fa-messaging::before {
  content: "\f4a3";
}

.fa-file-heart::before {
  content: "\e176";
}

.fa-beer-mug::before {
  content: "\e0b3";
}

.fa-beer-foam::before {
  content: "\e0b3";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-drone::before {
  content: "\f85f";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-book-copy::before {
  content: "\e0be";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-c::before {
  content: "\e266";
}

.fa-clock-two::before {
  content: "\e35a";
}

.fa-square-ellipsis-vertical::before {
  content: "\e26f";
}

.fa-calendar-users::before {
  content: "\e5e2";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-bee::before {
  content: "\e0b2";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-candy-bar::before {
  content: "\e3e8";
}

.fa-chocolate-bar::before {
  content: "\e3e8";
}

.fa-xmark-large::before {
  content: "\e59b";
}

.fa-pinata::before {
  content: "\e3c3";
}

.fa-arrows-from-line::before {
  content: "\e0a4";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-bowl-spoon::before {
  content: "\e3e0";
}

.fa-hexagon-check::before {
  content: "\e416";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-traffic-light-stop::before {
  content: "\f63a";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-accent-grave::before {
  content: "\`";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-circle-0::before {
  content: "\e0ed";
}

.fa-dial-med-low::before {
  content: "\e160";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-crab::before {
  content: "\e3ff";
}

.fa-box-open-full::before {
  content: "\f49c";
}

.fa-box-full::before {
  content: "\f49c";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-quotes::before {
  content: "\e234";
}

.fa-pretzel::before {
  content: "\e441";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-user-robot-xmarks::before {
  content: "\e4a7";
}

.fa-message-quote::before {
  content: "\e1e4";
}

.fa-comment-alt-quote::before {
  content: "\e1e4";
}

.fa-candy-corn::before {
  content: "\f6bd";
}

.fa-folder-magnifying-glass::before {
  content: "\e18b";
}

.fa-folder-search::before {
  content: "\e18b";
}

.fa-notebook::before {
  content: "\e201";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-bullseye-pointer::before {
  content: "\f649";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-hexagon-image::before {
  content: "\e504";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-crate-apple::before {
  content: "\f6b1";
}

.fa-apple-crate::before {
  content: "\f6b1";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-game-board::before {
  content: "\f867";
}

.fa-hat-chef::before {
  content: "\f86b";
}

.fa-hand-back-point-right::before {
  content: "\e1a1";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-snowflake-droplets::before {
  content: "\e5c1";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-grid-4::before {
  content: "\e198";
}

.fa-socks::before {
  content: "\f696";
}

.fa-face-sunglasses::before {
  content: "\e398";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-square-0::before {
  content: "\e255";
}

.fa-section::before {
  content: "\e447";
}

.fa-square-this-way-up::before {
  content: "\f49f";
}

.fa-box-up::before {
  content: "\f49f";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-square-ampersand::before {
  content: "\e260";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-lamp-desk::before {
  content: "\e014";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-poll-people::before {
  content: "\f759";
}

.fa-whiskey-glass-ice::before {
  content: "\f7a1";
}

.fa-glass-whiskey-rocks::before {
  content: "\f7a1";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-user-bounty-hunter::before {
  content: "\e2bf";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-diagram-sankey::before {
  content: "\e158";
}

.fa-cloud-hail-mixed::before {
  content: "\f73a";
}

.fa-circle-up-left::before {
  content: "\e128";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-objects-align-left::before {
  content: "\e3be";
}

.fa-oil-can-drip::before {
  content: "\e205";
}

.fa-face-smiling-hands::before {
  content: "\e396";
}

.fa-broccoli::before {
  content: "\e3e2";
}

.fa-route-interstate::before {
  content: "\f61b";
}

.fa-ear-muffs::before {
  content: "\f795";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-transporter-empty::before {
  content: "\e046";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-angle-90::before {
  content: "\e08d";
}

.fa-rectangle-terminal::before {
  content: "\e236";
}

.fa-kite::before {
  content: "\f6f4";
}

.fa-drum::before {
  content: "\f569";
}

.fa-scrubber::before {
  content: "\f2f8";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fish-bones::before {
  content: "\e304";
}

.fa-deer-rudolph::before {
  content: "\f78f";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-head-side-heart::before {
  content: "\e1aa";
}

.fa-square-e::before {
  content: "\e26d";
}

.fa-meter-fire::before {
  content: "\e1eb";
}

.fa-cloud-hail::before {
  content: "\f739";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-money-from-bracket::before {
  content: "\e312";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-car-bus::before {
  content: "\f85a";
}

.fa-speaker::before {
  content: "\f8df";
}

.fa-timer::before {
  content: "\e29e";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-grill-hot::before {
  content: "\e5a5";
}

.fa-ballot-check::before {
  content: "\f733";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-file-minus::before {
  content: "\f318";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-cup-togo::before {
  content: "\f6c5";
}

.fa-coffee-togo::before {
  content: "\f6c5";
}

.fa-square-down-left::before {
  content: "\e26b";
}

.fa-burger-lettuce::before {
  content: "\e3e3";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-chevrons-down::before {
  content: "\f322";
}

.fa-chevron-double-down::before {
  content: "\f322";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-signal-good::before {
  content: "\f68e";
}

.fa-signal-3::before {
  content: "\f68e";
}

.fa-location-question::before {
  content: "\f60b";
}

.fa-map-marker-question::before {
  content: "\f60b";
}

.fa-floppy-disk-circle-xmark::before {
  content: "\e181";
}

.fa-floppy-disk-times::before {
  content: "\e181";
}

.fa-save-circle-xmark::before {
  content: "\e181";
}

.fa-save-times::before {
  content: "\e181";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-peach::before {
  content: "\e20b";
}

.fa-taxi-bus::before {
  content: "\e298";
}

.fa-bracket-curly::before {
  content: "\{";
}

.fa-bracket-curly-left::before {
  content: "\{";
}

.fa-lobster::before {
  content: "\e421";
}

.fa-cart-flatbed-empty::before {
  content: "\f476";
}

.fa-dolly-flatbed-empty::before {
  content: "\f476";
}

.fa-colon::before {
  content: "\:";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-wand::before {
  content: "\f72a";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-table-picnic::before {
  content: "\e32d";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-circle-microphone-lines::before {
  content: "\e117";
}

.fa-microphone-circle-alt::before {
  content: "\e117";
}

.fa-display-slash::before {
  content: "\e2fa";
}

.fa-desktop-slash::before {
  content: "\e2fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-transporter-2::before {
  content: "\e044";
}

.fa-hands-holding-diamond::before {
  content: "\f47c";
}

.fa-hand-receiving::before {
  content: "\f47c";
}

.fa-money-bill-simple-wave::before {
  content: "\e1f2";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-bell-plus::before {
  content: "\f849";
}

.fa-book-arrow-right::before {
  content: "\e0b9";
}

.fa-hospitals::before {
  content: "\f80e";
}

.fa-club::before {
  content: "\f327";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-droplet-degree::before {
  content: "\f748";
}

.fa-dewpoint::before {
  content: "\f748";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-hand-holding-magic::before {
  content: "\f6e5";
}

.fa-watermelon-slice::before {
  content: "\e337";
}

.fa-circle-ellipsis::before {
  content: "\e10a";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-sd-cards::before {
  content: "\e240";
}

.fa-jug-bottle::before {
  content: "\e5fb";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-envelopes::before {
  content: "\e170";
}

.fa-phone-office::before {
  content: "\f67d";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-nfc-pen::before {
  content: "\e1fa";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-hat-winter::before {
  content: "\f7a8";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-bone-break::before {
  content: "\f5d8";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-down-from-dotted-line::before {
  content: "\e407";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-border-left::before {
  content: "\f84f";
}

.fa-circle-divide::before {
  content: "\e106";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-diagram-subtask::before {
  content: "\e479";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-square-y::before {
  content: "\e287";
}

.fa-user-doctor-hair::before {
  content: "\e458";
}

.fa-planet-ringed::before {
  content: "\e020";
}

.fa-mushroom::before {
  content: "\e425";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-megaphone::before {
  content: "\f675";
}

.fa-wreath-laurel::before {
  content: "\e5d2";
}

.fa-circle-exclamation-check::before {
  content: "\e10d";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-box-dollar::before {
  content: "\f4a0";
}

.fa-box-usd::before {
  content: "\f4a0";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-user-headset::before {
  content: "\f82d";
}

.fa-arrows-retweet::before {
  content: "\f361";
}

.fa-retweet-alt::before {
  content: "\f361";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-square-chevron-right::before {
  content: "\f32b";
}

.fa-chevron-square-right::before {
  content: "\f32b";
}

.fa-lacrosse-stick-ball::before {
  content: "\e3b6";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-user-magnifying-glass::before {
  content: "\e5c5";
}

.fa-star-sharp::before {
  content: "\e28b";
}

.fa-comment-heart::before {
  content: "\e5c8";
}

.fa-circle-1::before {
  content: "\e0ee";
}

.fa-circle-star::before {
  content: "\e123";
}

.fa-star-circle::before {
  content: "\e123";
}

.fa-fish::before {
  content: "\f578";
}

.fa-cloud-fog::before {
  content: "\f74e";
}

.fa-fog::before {
  content: "\f74e";
}

.fa-waffle::before {
  content: "\e466";
}

.fa-music-note::before {
  content: "\f8cf";
}

.fa-music-alt::before {
  content: "\f8cf";
}

.fa-hexagon-exclamation::before {
  content: "\e417";
}

.fa-cart-shopping-fast::before {
  content: "\e0dc";
}

.fa-object-union::before {
  content: "\e49f";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-starfighter::before {
  content: "\e037";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-arrow-right-long-to-line::before {
  content: "\e3d5";
}

.fa-square-arrow-down::before {
  content: "\f339";
}

.fa-arrow-square-down::before {
  content: "\f339";
}

.fa-diamond-half-stroke::before {
  content: "\e5b8";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-square-chevron-left::before {
  content: "\f32a";
}

.fa-chevron-square-left::before {
  content: "\f32a";
}

.fa-phone-intercom::before {
  content: "\e434";
}

.fa-link-horizontal::before {
  content: "\e1cb";
}

.fa-chain-horizontal::before {
  content: "\e1cb";
}

.fa-mango::before {
  content: "\e30f";
}

.fa-music-note-slash::before {
  content: "\f8d0";
}

.fa-music-alt-slash::before {
  content: "\f8d0";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-face-tongue-sweat::before {
  content: "\e39e";
}

.fa-globe-stand::before {
  content: "\f5f6";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-circle-p::before {
  content: "\e11a";
}

.fa-award-simple::before {
  content: "\e0ab";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-pedestal::before {
  content: "\e20d";
}

.fa-chart-pyramid::before {
  content: "\e0e6";
}

.fa-sidebar::before {
  content: "\e24e";
}

.fa-snowman-head::before {
  content: "\f79b";
}

.fa-frosty-head::before {
  content: "\f79b";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-burger-glass::before {
  content: "\e0ce";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-bars-filter::before {
  content: "\e0ad";
}

.fa-paintbrush-pencil::before {
  content: "\e206";
}

.fa-party-bell::before {
  content: "\e31a";
}

.fa-user-vneck-hair::before {
  content: "\e462";
}

.fa-jack-o-lantern::before {
  content: "\f30e";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-keynote::before {
  content: "\f66c";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-hat-beach::before {
  content: "\e606";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-fort::before {
  content: "\e486";
}

.fa-cloud-check::before {
  content: "\e35c";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-face-smirking::before {
  content: "\e397";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-rhombus::before {
  content: "\e23b";
}

.fa-claw-marks::before {
  content: "\f6c2";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-face-smile-tongue::before {
  content: "\e394";
}

.fa-cart-circle-xmark::before {
  content: "\e3f4";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-circle-phone-flip::before {
  content: "\e11c";
}

.fa-phone-circle-alt::before {
  content: "\e11c";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-key-skeleton::before {
  content: "\f6f3";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-to-bracket::before {
  content: "\e094";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-square-q::before {
  content: "\e27b";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-symbols::before {
  content: "\f86e";
}

.fa-icons-alt::before {
  content: "\f86e";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-flask-gear::before {
  content: "\e5f1";
}

.fa-highlighter-line::before {
  content: "\e1af";
}

.fa-bracket-square::before {
  content: "\[";
}

.fa-bracket::before {
  content: "\[";
}

.fa-bracket-left::before {
  content: "\[";
}

.fa-island-tropical::before {
  content: "\f811";
}

.fa-island-tree-palm::before {
  content: "\f811";
}

.fa-arrow-right-from-line::before {
  content: "\f343";
}

.fa-arrow-from-left::before {
  content: "\f343";
}

.fa-h2::before {
  content: "\f314";
}

.fa-equals::before {
  content: "\=";
}

.fa-cake-slice::before {
  content: "\e3e5";
}

.fa-shortcake::before {
  content: "\e3e5";
}

.fa-peanut::before {
  content: "\e430";
}

.fa-wrench-simple::before {
  content: "\e2d1";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-tally-2::before {
  content: "\e295";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-cars::before {
  content: "\f85b";
}

.fa-axe-battle::before {
  content: "\f6b3";
}

.fa-user-hair-long::before {
  content: "\e45b";
}

.fa-map::before {
  content: "\f279";
}

.fa-file-circle-info::before {
  content: "\e493";
}

.fa-face-disappointed::before {
  content: "\e36f";
}

.fa-lasso-sparkles::before {
  content: "\e1c9";
}

.fa-clock-eleven::before {
  content: "\e347";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-siren-on::before {
  content: "\e02e";
}

.fa-clock-ten::before {
  content: "\e354";
}

.fa-candle-holder::before {
  content: "\f6bc";
}

.fa-video-arrow-down-left::before {
  content: "\e2c8";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-floppy-disk-circle-arrow-right::before {
  content: "\e180";
}

.fa-save-circle-arrow-right::before {
  content: "\e180";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-planet-moon::before {
  content: "\e01f";
}

.fa-face-eyes-xmarks::before {
  content: "\e374";
}

.fa-chart-scatter::before {
  content: "\f7ee";
}

.fa-display-arrow-down::before {
  content: "\e164";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-olive-branch::before {
  content: "\e317";
}

.fa-angle::before {
  content: "\e08c";
}

.fa-vacuum-robot::before {
  content: "\e04e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-square-divide::before {
  content: "\e26a";
}

.fa-signal-stream-slash::before {
  content: "\e250";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-eye-dropper-half::before {
  content: "\e173";
}

.fa-store-lock::before {
  content: "\e4a6";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-cloud-bolt-sun::before {
  content: "\f76e";
}

.fa-thunderstorm-sun::before {
  content: "\f76e";
}

.fa-camera-slash::before {
  content: "\e0d9";
}

.fa-comment-quote::before {
  content: "\e14c";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-message-code::before {
  content: "\e1df";
}

.fa-glass-half::before {
  content: "\e192";
}

.fa-glass-half-empty::before {
  content: "\e192";
}

.fa-glass-half-full::before {
  content: "\e192";
}

.fa-fill::before {
  content: "\f575";
}

.fa-message-minus::before {
  content: "\f4a7";
}

.fa-comment-alt-minus::before {
  content: "\f4a7";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-dinosaur::before {
  content: "\e5fe";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-link-horizontal-slash::before {
  content: "\e1cc";
}

.fa-chain-horizontal-slash::before {
  content: "\e1cc";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-nose::before {
  content: "\e5bd";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-clouds::before {
  content: "\f744";
}

.fa-money-bill-simple::before {
  content: "\e1f1";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-table-pivot::before {
  content: "\e291";
}

.fa-filter-slash::before {
  content: "\e17d";
}

.fa-trash-can-undo::before {
  content: "\f896";
}

.fa-trash-can-arrow-turn-left::before {
  content: "\f896";
}

.fa-trash-undo-alt::before {
  content: "\f896";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-person-to-door::before {
  content: "\e433";
}

.fa-turntable::before {
  content: "\f8e4";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-signal-weak::before {
  content: "\f68c";
}

.fa-signal-1::before {
  content: "\f68c";
}

.fa-clock-five::before {
  content: "\e349";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-computer-classic::before {
  content: "\f8b1";
}

.fa-frame::before {
  content: "\e495";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-ellipsis-stroke::before {
  content: "\f39b";
}

.fa-ellipsis-h-alt::before {
  content: "\f39b";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-face-expressionless::before {
  content: "\e373";
}

.fa-down-to-dotted-line::before {
  content: "\e408";
}

.fa-cloud-music::before {
  content: "\f8ae";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-cloud-minus::before {
  content: "\e35d";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-shield-minus::before {
  content: "\e249";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-car-tilt::before {
  content: "\f5e5";
}

.fa-gauge-circle-minus::before {
  content: "\e497";
}

.fa-brightness-low::before {
  content: "\e0ca";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-conveyor-belt::before {
  content: "\f46e";
}

.fa-location-check::before {
  content: "\f606";
}

.fa-map-marker-check::before {
  content: "\f606";
}

.fa-coin-vertical::before {
  content: "\e3fd";
}

.fa-display::before {
  content: "\e163";
}

.fa-person-sign::before {
  content: "\f757";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-phone-hangup::before {
  content: "\e225";
}

.fa-signature-slash::before {
  content: "\e3cb";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-wheat-slash::before {
  content: "\e339";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-clouds-sun::before {
  content: "\f746";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-face-vomit::before {
  content: "\e3a0";
}

.fa-speakers::before {
  content: "\f8e0";
}

.fa-tty-answer::before {
  content: "\e2b9";
}

.fa-teletype-answer::before {
  content: "\e2b9";
}

.fa-mug-tea-saucer::before {
  content: "\e1f5";
}

.fa-diagram-lean-canvas::before {
  content: "\e156";
}

.fa-alt::before {
  content: "\e08a";
}

.fa-dial::before {
  content: "\e15b";
}

.fa-dial-med-high::before {
  content: "\e15b";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-circle-trash::before {
  content: "\e126";
}

.fa-trash-circle::before {
  content: "\e126";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-circle-quarters::before {
  content: "\e3f8";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-tower-control::before {
  content: "\e2a2";
}

.fa-arrow-up-triangle-square::before {
  content: "\f88a";
}

.fa-sort-shapes-up::before {
  content: "\f88a";
}

.fa-whale::before {
  content: "\f72c";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-party-horn::before {
  content: "\e31b";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-sun-bright::before {
  content: "\e28f";
}

.fa-sun-alt::before {
  content: "\e28f";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-conveyor-belt-arm::before {
  content: "\e5f8";
}

.fa-lock-keyhole-open::before {
  content: "\f3c2";
}

.fa-lock-open-alt::before {
  content: "\f3c2";
}

.fa-square-fragile::before {
  content: "\f49b";
}

.fa-box-fragile::before {
  content: "\f49b";
}

.fa-square-wine-glass-crack::before {
  content: "\f49b";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-square-n::before {
  content: "\e277";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-meter::before {
  content: "\e1e8";
}

.fa-mandolin::before {
  content: "\f6f9";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-up-from-bracket::before {
  content: "\e590";
}

.fa-knife-kitchen::before {
  content: "\f6f5";
}

.fa-border-right::before {
  content: "\f852";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-spade::before {
  content: "\f2f4";
}

.fa-card-spade::before {
  content: "\e3ec";
}

.fa-line-columns::before {
  content: "\f870";
}

.fa-arrow-right-to-line::before {
  content: "\f340";
}

.fa-arrow-to-right::before {
  content: "\f340";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-flag-pennant::before {
  content: "\f456";
}

.fa-pennant::before {
  content: "\f456";
}

.fa-conveyor-belt-empty::before {
  content: "\e150";
}

.fa-user-group-simple::before {
  content: "\e603";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-camcorder::before {
  content: "\f8a8";
}

.fa-video-handheld::before {
  content: "\f8a8";
}

.fa-pancakes::before {
  content: "\e42d";
}

.fa-album-circle-user::before {
  content: "\e48d";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-dice-d10::before {
  content: "\f6cd";
}

.fa-fireplace::before {
  content: "\f79a";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-pen-paintbrush::before {
  content: "\f618";
}

.fa-pencil-paintbrush::before {
  content: "\f618";
}

.fa-fish-cooked::before {
  content: "\f7fe";
}

.fa-chair-office::before {
  content: "\f6c1";
}

.fa-nesting-dolls::before {
  content: "\e3ba";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-trumpet::before {
  content: "\f8e3";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-fire-smoke::before {
  content: "\f74b";
}

.fa-phone-missed::before {
  content: "\e226";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrows-repeat-1::before {
  content: "\f366";
}

.fa-repeat-1-alt::before {
  content: "\f366";
}

.fa-gun-slash::before {
  content: "\e19c";
}

.fa-avocado::before {
  content: "\e0aa";
}

.fa-binary::before {
  content: "\e33b";
}

.fa-glasses-round::before {
  content: "\f5f5";
}

.fa-glasses-alt::before {
  content: "\f5f5";
}

.fa-phone-plus::before {
  content: "\f4d2";
}

.fa-ditto::before {
  content: "\"";
}

.fa-person-seat::before {
  content: "\e21e";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-scythe::before {
  content: "\f710";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-ban-parking::before {
  content: "\f616";
}

.fa-parking-circle-slash::before {
  content: "\f616";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-face-diagonal-mouth::before {
  content: "\e47e";
}

.fa-diagram-cells::before {
  content: "\e475";
}

.fa-cricket-bat-ball::before {
  content: "\f449";
}

.fa-cricket::before {
  content: "\f449";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-pen-line::before {
  content: "\e212";
}

.fa-atom-simple::before {
  content: "\f5d3";
}

.fa-atom-alt::before {
  content: "\f5d3";
}

.fa-ampersand::before {
  content: "\&";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-arrow-up-from-line::before {
  content: "\f342";
}

.fa-arrow-from-bottom::before {
  content: "\f342";
}

.fa-moon::before {
  content: "\f186";
}

.fa-pen-slash::before {
  content: "\e213";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-square-star::before {
  content: "\e27f";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-send-backward::before {
  content: "\f87f";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-compass-slash::before {
  content: "\f5e9";
}

.fa-clock-one::before {
  content: "\e34e";
}

.fa-file-music::before {
  content: "\f8b6";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-display-chart-up-circle-currency::before {
  content: "\e5e5";
}

.fa-skeleton::before {
  content: "\f620";
}

.fa-circle-g::before {
  content: "\e10f";
}

.fa-circle-arrow-up-left::before {
  content: "\e0fb";
}

.fa-coin-blank::before {
  content: "\e3fb";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-vacuum::before {
  content: "\e04d";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-card-heart::before {
  content: "\e3eb";
}

.fa-lightbulb-cfl-on::before {
  content: "\e5a7";
}

.fa-melon::before {
  content: "\e310";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-container-storage::before {
  content: "\f4b7";
}

.fa-face-pouting::before {
  content: "\e387";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-face-explode::before {
  content: "\e2fe";
}

.fa-exploding-head::before {
  content: "\e2fe";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-transformer-bolt::before {
  content: "\e2a4";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-cassette-vhs::before {
  content: "\f8ec";
}

.fa-vhs::before {
  content: "\f8ec";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-chimney::before {
  content: "\f78b";
}

.fa-object-intersect::before {
  content: "\e49d";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-block-brick::before {
  content: "\e3db";
}

.fa-wall-brick::before {
  content: "\e3db";
}

.fa-fan::before {
  content: "\f863";
}

.fa-bags-shopping::before {
  content: "\f847";
}

.fa-paragraph-left::before {
  content: "\f878";
}

.fa-paragraph-rtl::before {
  content: "\f878";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-caravan-simple::before {
  content: "\e000";
}

.fa-caravan-alt::before {
  content: "\e000";
}

.fa-turtle::before {
  content: "\f726";
}

.fa-pencil-mechanical::before {
  content: "\e5ca";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-booth-curtain::before {
  content: "\f734";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-box-heart::before {
  content: "\f49d";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-user-doctor-message::before {
  content: "\f82e";
}

.fa-user-md-chat::before {
  content: "\f82e";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-amp-guitar::before {
  content: "\f8a1";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-volume-slash::before {
  content: "\f2e2";
}

.fa-border-bottom::before {
  content: "\f84d";
}

.fa-wifi-weak::before {
  content: "\f6aa";
}

.fa-wifi-1::before {
  content: "\f6aa";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-delete-right::before {
  content: "\e154";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-circle-quarter::before {
  content: "\e11f";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-function::before {
  content: "\f661";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-people-simple::before {
  content: "\e21b";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-face-monocle::before {
  content: "\e380";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-calendar-lines::before {
  content: "\e0d5";
}

.fa-calendar-note::before {
  content: "\e0d5";
}

.fa-arrow-down-big-small::before {
  content: "\f88c";
}

.fa-sort-size-down::before {
  content: "\f88c";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-do-not-enter::before {
  content: "\f5ec";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-dice-d8::before {
  content: "\f6d2";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-grip-dots-vertical::before {
  content: "\e411";
}

.fa-face-viewfinder::before {
  content: "\e2ff";
}

.fa-soft-serve::before {
  content: "\e400";
}

.fa-creemee::before {
  content: "\e400";
}

.fa-h5::before {
  content: "\e412";
}

.fa-hand-back-point-down::before {
  content: "\e19e";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-rectangle::before {
  content: "\f2fa";
}

.fa-rectangle-landscape::before {
  content: "\f2fa";
}

.fa-clipboard-list-check::before {
  content: "\f737";
}

.fa-turkey::before {
  content: "\f725";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-ice-skate::before {
  content: "\f7ac";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-tomato::before {
  content: "\e330";
}

.fa-sword-laser::before {
  content: "\e03b";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-buildings::before {
  content: "\e0cc";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-cart-flatbed-boxes::before {
  content: "\f475";
}

.fa-dolly-flatbed-alt::before {
  content: "\f475";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-square-w::before {
  content: "\e285";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-lamp::before {
  content: "\f4ca";
}

.fa-airplay::before {
  content: "\e089";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-shield-quartered::before {
  content: "\e575";
}

.fa-slash-forward::before {
  content: "\/";
}

.fa-location-pen::before {
  content: "\f607";
}

.fa-map-marker-edit::before {
  content: "\f607";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-pot-food::before {
  content: "\e43f";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-print-slash::before {
  content: "\f686";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-hand-back-point-ribbon::before {
  content: "\e1a0";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-tire-rugged::before {
  content: "\f634";
}

.fa-lightbulb-dollar::before {
  content: "\f670";
}

.fa-cowbell::before {
  content: "\f8b3";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-corner::before {
  content: "\e3fe";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-inhaler::before {
  content: "\f5f9";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-snake::before {
  content: "\f716";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-note-medical::before {
  content: "\e200";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-down-left::before {
  content: "\e16a";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-face-thinking::before {
  content: "\e39b";
}

.fa-turn-down-right::before {
  content: "\e455";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-scanner-keyboard::before {
  content: "\f489";
}

.fa-circle-o::before {
  content: "\e119";
}

.fa-grid-horizontal::before {
  content: "\e307";
}

.fa-message-dollar::before {
  content: "\f650";
}

.fa-comment-alt-dollar::before {
  content: "\f650";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-columns-3::before {
  content: "\e361";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-hand-holding-box::before {
  content: "\f47b";
}

.fa-input-text::before {
  content: "\e1bf";
}

.fa-window-flip::before {
  content: "\f40f";
}

.fa-window-alt::before {
  content: "\f40f";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-scanner-gun::before {
  content: "\f488";
}

.fa-scanner::before {
  content: "\f488";
}

.fa-tire::before {
  content: "\f631";
}

.fa-engine::before {
  content: "\e16e";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-circle-caret-right::before {
  content: "\f330";
}

.fa-caret-circle-right::before {
  content: "\f330";
}

.fa-wheat::before {
  content: "\f72d";
}

.fa-file-spreadsheet::before {
  content: "\f65b";
}

.fa-audio-description-slash::before {
  content: "\e0a8";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-chess-pawn-piece::before {
  content: "\f444";
}

.fa-chess-pawn-alt::before {
  content: "\f444";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-square-s::before {
  content: "\e27d";
}

.fa-rectangle-barcode::before {
  content: "\f463";
}

.fa-barcode-alt::before {
  content: "\f463";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-unicorn::before {
  content: "\f727";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-pompebled::before {
  content: "\e43d";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-watch-smart::before {
  content: "\e2cc";
}

.fa-book-user::before {
  content: "\f7e7";
}

.fa-sensor-cloud::before {
  content: "\e02c";
}

.fa-sensor-smoke::before {
  content: "\e02c";
}

.fa-clapperboard-play::before {
  content: "\e132";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-circle-4::before {
  content: "\e0f1";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-album-collection::before {
  content: "\f8a0";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-cloud-showers::before {
  content: "\f73f";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-onion::before {
  content: "\e427";
}

.fa-clock-twelve-thirty::before {
  content: "\e359";
}

.fa-arrow-down-to-dotted-line::before {
  content: "\e095";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-rectangle-wide::before {
  content: "\f2fc";
}

.fa-comment-arrow-up::before {
  content: "\e144";
}

.fa-garlic::before {
  content: "\e40e";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-tree-decorated::before {
  content: "\f7dc";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-calendar-heart::before {
  content: "\e0d3";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-flower::before {
  content: "\f7ff";
}

.fa-right-left-large::before {
  content: "\e5e1";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-circles-overlap::before {
  content: "\e600";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-starship-freighter::before {
  content: "\e03a";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-bridge-suspension::before {
  content: "\e4cd";
}

.fa-trash-check::before {
  content: "\e2af";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-boombox::before {
  content: "\f8a5";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-shield-exclamation::before {
  content: "\e247";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-grip-dots::before {
  content: "\e410";
}

.fa-comment-exclamation::before {
  content: "\f4af";
}

.fa-pen-swirl::before {
  content: "\e214";
}

.fa-falafel::before {
  content: "\e40a";
}

.fa-circle-2::before {
  content: "\e0ef";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-gramophone::before {
  content: "\f8bd";
}

.fa-dice-d12::before {
  content: "\f6ce";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-down::before {
  content: "\f354";
}

.fa-arrow-alt-down::before {
  content: "\f354";
}

.fa-hundred-points::before {
  content: "\e41c";
}

.fa-100::before {
  content: "\e41c";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-wind-warning::before {
  content: "\f776";
}

.fa-wind-circle-exclamation::before {
  content: "\f776";
}

.fa-location-pin-slash::before {
  content: "\f60c";
}

.fa-map-marker-slash::before {
  content: "\f60c";
}

.fa-face-sad-sweat::before {
  content: "\e38a";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-cupcake::before {
  content: "\e402";
}

.fa-light-switch-off::before {
  content: "\e018";
}

.fa-toggle-large-off::before {
  content: "\e5b0";
}

.fa-pen-fancy-slash::before {
  content: "\e210";
}

.fa-truck-container::before {
  content: "\f4dc";
}

.fa-boot::before {
  content: "\f782";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-file-check::before {
  content: "\f316";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-cards-blank::before {
  content: "\e4df";
}

.fa-circle-3::before {
  content: "\e0f0";
}

.fa-bench-tree::before {
  content: "\e2e7";
}

.fa-keyboard-brightness-low::before {
  content: "\e1c1";
}

.fa-ski-boot-ski::before {
  content: "\e3cd";
}

.fa-brain-circuit::before {
  content: "\e0c6";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-block-brick-fire::before {
  content: "\e3dc";
}

.fa-firewall::before {
  content: "\e3dc";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-face-smile-relaxed::before {
  content: "\e392";
}

.fa-comment-xmark::before {
  content: "\f4b5";
}

.fa-comment-times::before {
  content: "\f4b5";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-face-nose-steam::before {
  content: "\e382";
}

.fa-circle-waveform-lines::before {
  content: "\e12d";
}

.fa-waveform-circle::before {
  content: "\e12d";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-ferris-wheel::before {
  content: "\e174";
}

.fa-computer-speaker::before {
  content: "\f8b2";
}

.fa-skull-cow::before {
  content: "\f8de";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-circle-t::before {
  content: "\e124";
}

.fa-sack::before {
  content: "\f81c";
}

.fa-grid-2::before {
  content: "\e196";
}

.fa-camera-cctv::before {
  content: "\f8ac";
}

.fa-cctv::before {
  content: "\f8ac";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-horizontal-rule::before {
  content: "\f86c";
}

.fa-bed-front::before {
  content: "\f8f7";
}

.fa-bed-alt::before {
  content: "\f8f7";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-face-woozy::before {
  content: "\e3a2";
}

.fa-cloud-question::before {
  content: "\e492";
}

.fa-pineapple::before {
  content: "\e31f";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-gallery-thumbnails::before {
  content: "\e3aa";
}

.fa-circle-j::before {
  content: "\e112";
}

.fa-eyes::before {
  content: "\e367";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-page-caret-up::before {
  content: "\e42a";
}

.fa-file-caret-up::before {
  content: "\e42a";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-comet::before {
  content: "\e003";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-shield-keyhole::before {
  content: "\e248";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-square-sliders-vertical::before {
  content: "\f3f2";
}

.fa-sliders-v-square::before {
  content: "\f3f2";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-message-middle::before {
  content: "\e1e1";
}

.fa-comment-middle-alt::before {
  content: "\e1e1";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-square-z::before {
  content: "\e288";
}

.fa-message-text::before {
  content: "\e1e6";
}

.fa-comment-alt-text::before {
  content: "\e1e6";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face{ 
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-brands-400.ttf") format("truetype");
 }
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face{ 
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display:swap;
  src: url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-solid-900.ttf") format("truetype");
 }
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face{ 
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display:swap;
  src: url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-regular-400.woff2") format("woff2"), url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-regular-400.ttf") format("truetype");
 }
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face{ 
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display:swap;
  src: url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-light-300.woff2") format("woff2"), url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-light-300.ttf") format("truetype");
 }
.fal,
.fa-light {
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face{ 
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display:swap;
  src: url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-thin-100.woff2") format("woff2"), url("/wp-content/themes/villasoludden/assets/fonts/font-awesome/fa-thin-100.ttf") format("truetype");
 }
.fat,
.fa-thin {
  font-weight: 100;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media only screen and (min-width: 0.625em) and (max-width: 47.9375em) and (orientation: portrait) {
  .hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 48em) and (max-width: 64em) and (orientation: portrait) {
  .hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 80.0625em) and (max-width: 100em) and (orientation: landscape) {
  .hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  color: transparent;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  color: #000;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1.75rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.hamburger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
  background-color: transparent;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 1.5rem;
  height: 1px;
  background-color: #000;
  border-radius: 0.25rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute;left:-99999999px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui-helper-clearfix{display:inline-block}* html .ui-helper-clearfix{height:1%}.ui-helper-clearfix{display:block}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #ddd;background:#eee url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;color:#fff;font-weight:700}.ui-widget-header a{color:#fff}.ui-state-default,.ui-widget-content .ui-state-default{border:1px solid #ccc;background:#f6f6f6 url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;font-weight:700;color:#1c94c4;outline:none}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#1c94c4;text-decoration:none;outline:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus{border:1px solid #fbcb09;background:#fdf5ce url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;font-weight:700;color:#c77405;outline:none}.ui-state-hover a,.ui-state-hover a:hover{color:#c77405;text-decoration:none;outline:none}.ui-state-active,.ui-widget-content .ui-state-active{border:1px solid #fbd850;background:#fff url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:700;color:#eb8f00;outline:none}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#eb8f00;outline:none;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight{border:1px solid #fed22f;background:#ffe45c url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error{border:1px solid #cd0a0a;background:#b81900 url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;color:#fff}.ui-state-error a,.ui-widget-content .ui-state-error a{color:#fff}.ui-state-error-text,.ui-widget-content .ui-state-error-text{color:#fff}.ui-state-disabled,.ui-widget-content .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-priority-primary,.ui-widget-content .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-icon{width:16px;height:16px;background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_ffffff_256x240.png)}.ui-state-default .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_ef8c08_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_ef8c08_256x240.png)}.ui-state-active .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_ef8c08_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_228ef1_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-icons_ffd27a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px}.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px}.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px}.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px}.ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px}.ui-corner-bottom{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px}.ui-corner-right{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px}.ui-corner-left{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px}.ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px}.ui-widget-overlay{background:#666 url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;opacity:.50;filter:Alpha(Opacity=50)}.ui-widget-shadow{margin:-5px 0 0 -5px;padding:5px;background:#000 url(/wp-content/plugins/formidable-pro/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;opacity:.20;filter:Alpha(Opacity=20);-moz-border-radius:5px;-webkit-border-radius:5px}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em 2.2em}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none}.ui-accordion .ui-accordion-content-active{display:block}.ui-datepicker{width:17em;padding:.2em .2em 0}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{float:left;font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker .ui-datepicker-title select.ui-datepicker-year{float:right}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-dialog{position:relative;padding:.2em;width:300px}.ui-dialog .ui-dialog-titlebar{padding:.5em .3em .3em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0 .2em}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0}.ui-dialog .ui-dialog-content{border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane button{float:right;margin:.5em .4em .5em 0;cursor:pointer;padding:.2em .6em .3em .6em;line-height:1.4em;width:auto;overflow:visible}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-datepicker{padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:#fff;border:1px solid #dfdfdf;border-top:none;-webkit-box-shadow:0 3px 6px rgb(0 0 0 / .075);box-shadow:0 3px 6px rgb(0 0 0 / .075);min-width:17em;max-width:40em;width:auto;z-index:1000!important}.ui-datepicker *{padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.ui-datepicker table{font-size:13px;margin:0;border:none;border-collapse:collapse}.ui-datepicker .ui-widget-header,.ui-datepicker .ui-datepicker-header{background-image:none;border:none;color:#fff;font-weight:400}.ui-datepicker .ui-datepicker-header .ui-state-hover{background:#fff0;border-color:#fff0;cursor:pointer}.ui-datepicker .ui-datepicker-title{margin:0;padding:3px 0;color:#fff;font-size:14px;line-height:14px;text-align:center}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:relative;top:0;height:34px;width:34px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.ui-datepicker .ui-state-hover.ui-datepicker-prev,.ui-datepicker .ui-state-hover.ui-datepicker-next{border:none}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-prev-hover{left:0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-next-hover{right:0}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:none}.ui-datepicker .ui-datepicker-prev{float:left}.ui-datepicker .ui-datepicker-next{float:right}.ui-datepicker .ui-datepicker-prev:before,.ui-datepicker .ui-datepicker-next:before{font:normal 20px/34px 's11-fp';padding-left:7px;color:#fff;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:34px;height:34px}.ui-datepicker .ui-datepicker-prev:before{content:'\e62a'}.ui-datepicker .ui-datepicker-next:before{content:'\e62d'}.ui-datepicker .ui-datepicker-prev-hover:before,.ui-datepicker .ui-datepicker-next-hover:before{opacity:.7}.ui-datepicker thead{color:#fff;font-weight:600}.ui-datepicker tbody tr,.ui-datepicker thead tr{background:transparent!important}.ui-datepicker th{padding:10px}.ui-datepicker td{padding:0;border:1px solid #f4f4f4}.ui-datepicker td.ui-datepicker-other-month{border:#fff0}.ui-datepicker tr:first-of-type td{border-top:1px solid #f0f0f0}.ui-datepicker td.ui-datepicker-today{background-color:#f0f0c0}.ui-datepicker td.ui-datepicker-current-day{background:#bd8}.ui-datepicker td .ui-state-default{background:#fff0;border:none;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 10px;font-weight:400;color:#444}.ui-datepicker .ui-widget-content button.ui-state-default{background:#f6f6f6}.ui-datepicker td.ui-state-disabled .ui-state-default{opacity:.5}.ui-datepicker td.ui-datepicker-today.ui-state-disabled{opacity:.5}.ui-datepicker td.ui-datepicker-today.ui-state-disabled .ui-state-default{opacity:1}.ui-datepicker .ui-widget-header,.ui-datepicker .ui-datepicker-header{background:#008ec2}.ui-datepicker thead{background:#32373c}.ui-datepicker td .ui-state-hover{background:#0073aa;color:#fff}.with_frm_style{--form-width:100%;--form-align:left;--direction:ltr;--fieldset:0px;--fieldset-color:#000000;--fieldset-padding:0 0 15px 0;--fieldset-bg-color:transparent;--title-size:40px;--title-color:#444444;--title-margin-top:10px;--title-margin-bottom:60px;--form-desc-size:14px;--form-desc-color:#666666;--form-desc-margin-top:10px;--form-desc-margin-bottom:25px;--form-desc-padding:0;--font-size:15px;--label-color:#3f4b5b;--weight:normal;--position:none;--align:left;--width:150px;--required-color:#B94A48;--required-weight:bold;--label-padding:0 0 3px 0;--description-font-size:12px;--description-color:#666666;--description-weight:normal;--description-style:normal;--description-align:left;--description-margin:0;--field-font-size:14px;--field-height:32px;--line-height:32px;--field-width:100%;--auto-width:100%;--field-pad:6px 10px;--field-margin:20px;--field-weight:normal;--text-color:#555555;--border-color:#BFC3C8;--field-border-width:1px;--field-border-style:solid;--bg-color:#ffffff;--bg-color-active:#ffffff;--border-color-active:#66afe9;--text-color-error:#444444;--bg-color-error:#ffffff;--border-color-error:#B94A48;--border-width-error:1px;--border-style-error:solid;--bg-color-disabled:#ffffff;--border-color-disabled:#E5E5E5;--text-color-disabled:#A1A1A1;--radio-align:block;--check-align:block;--check-font-size:13px;--check-label-color:#444444;--check-weight:normal;--section-font-size:18px;--section-color:#444444;--section-weight:bold;--section-pad:15px 0 3px 0;--section-mar-top:15px;--section-mar-bottom:30px;--section-bg-color:transparent;--section-border-color:#e8e8e8;--section-border-width:2px;--section-border-style:solid;--section-border-loc:-top;--collapse-pos:after;--repeat-icon-color:#ffffff;--submit-font-size:15px;--submit-width:auto;--submit-height:auto;--submit-bg-color:#579AF6;--submit-border-color:#579AF6;--submit-border-width:1px;--submit-text-color:#ffffff;--submit-weight:normal;--submit-border-radius:4px;--submit-margin:10px;--submit-padding:10px 20px;--submit-shadow-color:#eeeeee;--submit-hover-bg-color:#efefef;--submit-hover-color:#444444;--submit-hover-border-color:#cccccc;--submit-active-bg-color:#efefef;--submit-active-color:#444444;--submit-active-border-color:#cccccc;--border-radius:4px;--error-bg:#F2DEDE;--error-border:#EBCCD1;--error-text:#B94A48;--error-font-size:14px;--success-bg-color:#DFF0D8;--success-border-color:#D6E9C6;--success-text-color:#468847;--success-font-size:14px;--progress-bg-color:#eaeaea;--progress-color:#3f4b5b;--progress-active-bg-color:#579AF6;--progress-active-color:#ffffff;--progress-border-color:#E5E5E5;--progress-border-size:2px;--progress-size:24px;--base-font-size:15px;--toggle-font-size:15px;--toggle-on-color:#579AF6;--toggle-off-color:#eaeaea;--slider-font-size:24px;--slider-track-size:5px;--slider-circle-size:24px;--slider-color:#579AF6;--slider-bar-color:#579AF6;--date-head-bg-color:rgba(34,54,35,1);--date-head-color:#ffffff;--date-band-color:rgb(34,54,35);--bg-image-opacity:100%;--box-shadow:0 1px 2px 0 rgba(18, 18, 23, 0.05)}.frm_hidden,.frm_add_form_row.frm_hidden,.frm_remove_form_row.frm_hidden,.with_frm_style .frm_button.frm_hidden{display:none}.with_frm_style,.with_frm_style form,.with_frm_style .frm-show-form div.frm_description p{text-align:var(--form-align)}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px #fff inset}.with_frm_style .frm-show-form div.frm_description p{font-size:var(--form-desc-size);color:var(--form-desc-color);margin-top:var(--form-desc-margin-top);margin-bottom:var(--form-desc-margin-bottom);padding:var(--form-desc-padding)}.with_frm_style fieldset{min-width:0;display:block}.with_frm_style fieldset fieldset{border:none;margin:0;padding:0;background-color:#fff0}.with_frm_style .frm_form_fields>fieldset{border-width:var(--fieldset);border-style:solid;border-color:var(--fieldset-color);margin:0;padding:var(--fieldset-padding);background-color:var(--fieldset-bg-color)}legend.frm_hidden{display:none!important}.with_frm_style .frm_form_fields{opacity:1;transition:opacity 0.1s linear}.with_frm_style .frm_doing_ajax{opacity:.5}.frm_transparent{color:#fff0}.with_frm_style legend+h3,.with_frm_style h3.frm_form_title{font-size:var(--title-size);color:var(--title-color);margin-top:var(--title-margin-top);margin-bottom:var(--title-margin-bottom)}.with_frm_style .frm_form_field.frm_html_container,.with_frm_style .frm_form_field .frm_show_it{color:var(--form-desc-color)}.with_frm_style .frm_form_field.frm_html_container{font-size:var(--form-desc-size);overflow-wrap:break-word}.with_frm_style .frm_form_field .frm_show_it{font-size:var(--field-font-size);font-weight:var(--field-weight)}.with_frm_style .frm_required{color:var(--required-color);font-weight:var(--required-weight)}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.with_frm_style .frm-card-element.StripeElement{font-family:var(--font);font-size:var(--field-font-size);margin-bottom:0}.with_frm_style textarea{vertical-align:top;height:auto}.with_frm_style .frm_slimselect.ss-main,.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=phone],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style textarea,.frm_form_fields_style,.with_frm_style .frm_scroll_box .frm_opt_container,.frm_form_fields_active_style,.frm_form_fields_error_style,.with_frm_style .frm-card-element.StripeElement{color:var(--text-color);background-color:var(--bg-color);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-radius:var(--border-radius);width:var(--field-width);max-width:100%;font-size:var(--field-font-size);padding:var(--field-pad);box-sizing:border-box;outline:none;font-weight:var(--field-weight)}.with_frm_style input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s}.with_frm_style select option{color:var(--text-color)}.with_frm_style select option.frm-select-placeholder{color:var(--text-color-disabled)}.with_frm_style input[type=radio],.with_frm_style input[type=checkbox]{border-color:var(--border-color);box-shadow:var(--box-shadow);float:none}.with_frm_style input[type=radio]:after,.with_frm_style input[type=checkbox]:after{display:none}.with_frm_style input[type=radio]:not(:checked):focus,.with_frm_style input[type=checkbox]:not(:checked):focus{border-color:var(--border-color)!important}.with_frm_style input[type=radio]:focus,.with_frm_style input[type=checkbox]:focus{box-shadow:0 0 0 3px rgb(102 175 233 / .4)!important}.with_frm_style input[type=text],.with_frm_style input[type=password],.with_frm_style input[type=email],.with_frm_style input[type=number],.with_frm_style input[type=url],.with_frm_style input[type=tel],.with_frm_style input[type=file],.with_frm_style input[type=search],.with_frm_style select,.with_frm_style .frm-card-element.StripeElement{min-height:var(--field-height);line-height:1.3}.with_frm_style select[multiple=multiple]{height:auto}.input[type=file].frm_transparent:focus,.with_frm_style input[type=file]{background-color:#fff0;border:none;outline:none;box-shadow:none}.with_frm_style input[type=file]{color:var(--text-color);padding:0;font-size:var(--field-font-size);display:initial}.with_frm_style input[type=file].frm_transparent{color:#fff0}.with_frm_style .wp-editor-wrap{width:var(--field-width);max-width:100%}.with_frm_style .wp-editor-container textarea{border:none;box-shadow:none!important}.with_frm_style .mceIframeContainer{background-color:var(--bg-color)}.with_frm_style select{width:var(--auto-width);max-width:100%;background-position-y:calc(50% + 3px)}.with_frm_style input[disabled],.with_frm_style select[disabled],.with_frm_style textarea[disabled],.with_frm_style input[readonly],.with_frm_style select[readonly],.with_frm_style textarea[readonly]{background-color:var(--bg-color-disabled);color:var(--text-color-disabled);border-color:var(--border-color-disabled)}.frm_preview_page:before{content:normal!important}.frm_preview_page{padding:25px}.with_frm_style .frm_primary_label{max-width:100%;font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);text-align:var(--align);padding:var(--label-padding);margin:0;width:auto;display:block}.with_frm_style .frm_top_container .frm_primary_label,.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_top{display:block;float:none;width:auto}.with_frm_style .frm_inline_container .frm_primary_label{margin-right:10px}.with_frm_style .frm_right_container .frm_primary_label,.with_frm_style .frm_pos_right{display:inline;float:right;margin-left:10px}.with_frm_style .frm_pos_center{text-align:center}.with_frm_style .frm_none_container .frm_primary_label,.with_frm_style .frm_pos_none,.frm_pos_none,.frm_none_container .frm_primary_label{display:none}.with_frm_style .frm_section_heading.frm_hide_section{margin-top:0!important}.with_frm_style .frm_hidden_container .frm_primary_label,.with_frm_style .frm_pos_hidden,.frm_hidden_container .frm_primary_label{visibility:hidden;white-space:nowrap}.frm_visible{opacity:1}.with_frm_style .frm_inside_container{position:relative;padding-top:18px;padding-top:calc(0.5 * var(--field-height))}.with_frm_style .frm_inside_container>input,.with_frm_style .frm_inside_container>select,.with_frm_style .frm_inside_container>textarea{display:block}.with_frm_style input::placeholder,.with_frm_style textarea::placeholder{font-size:var(--field-font-size)}.with_frm_style .frm_inside_container>input::placeholder,.with_frm_style .frm_inside_container>textarea::placeholder{opacity:0;transition:opacity 0.3s ease-in}.with_frm_style .frm_inside_container>label{transition:all 0.3s ease-in;position:absolute;top:19px;top:calc(1px + .5 * var(--field-height));left:3px;width:100%;line-height:1.3;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;padding:8px 12px;padding:var(--field-pad);font-size:14px;font-size:var(--field-font-size);font-weight:400;font-weight:var(--field-weight);pointer-events:none}.with_frm_style.frm_style_lines-no-boxes .frm_inside_container>label{line-height:1}.with_frm_style .frm_inside_container.frm_label_float_top>label{top:0;left:0;padding:0;font-size:12px;font-size:calc(0.85 * var(--field-font-size))}.with_frm_style .frm_inside_container.frm_label_float_top>input::placeholder,.with_frm_style .frm_inside_container.frm_label_float_top>textarea::placeholder{opacity:1;transition:opacity 0.3s ease-in}.with_frm_style .frm_description,.with_frm_style .frm_pro_max_limit_desc{clear:both}.with_frm_style input[type=number][readonly]{-moz-appearance:textfield}.with_frm_style select[multiple="multiple"]{height:auto;line-height:normal}.with_frm_style .frm_catlevel_2,.with_frm_style .frm_catlevel_3,.with_frm_style .frm_catlevel_4,.with_frm_style .frm_catlevel_5{margin-left:18px}.with_frm_style .wp-editor-container{border:1px solid #e5e5e5}.with_frm_style .quicktags-toolbar input{font-size:12px!important}.with_frm_style .wp-editor-container textarea{border:none}.with_frm_style .auto_width #loginform input,.with_frm_style .auto_width input,.with_frm_style input.auto_width,.with_frm_style select.auto_width,.with_frm_style textarea.auto_width{width:auto}.with_frm_style .frm_repeat_buttons{white-space:nowrap}.with_frm_style .frm_button{text-decoration:none!important;border:1px solid #eee;display:inline-block;padding:var(--submit-padding);border-radius:4px;border-radius:var(--border-radius);font-size:var(--submit-font-size);font-weight:var(--submit-weight);color:var(--submit-text-color);background:var(--submit-bg-color);border-width:var(--submit-border-width);border-color:var(--submit-border-color);height:var(--submit-height)}.with_frm_style .frm_button.frm_inverse{color:var(--submit-bg-color);background:var(--submit-text-color)}.with_frm_style .frm_submit{clear:both}.frm_inline_form .frm_form_field,.frm_inline_form .frm_submit{grid-column:span 1 / span 1}.frm_inline_form .frm_submit{margin:0}.frm_submit.frm_inline_submit input[type=submit],.frm_submit.frm_inline_submit button,.frm_inline_form .frm_submit input[type=submit],.frm_inline_form .frm_submit button{margin-top:0}.with_frm_style.frm_center_submit .frm_submit{text-align:center}.with_frm_style.frm_center_submit .frm_flex.frm_submit{justify-content:center}.with_frm_style .frm_inline_success .frm_submit{display:flex;flex-direction:row;align-items:center;margin:0}.with_frm_style .frm_inline_success .frm_submit .frm_message{flex:1;margin:0;padding-left:10px}.with_frm_style .frm_inline_success.frm_alignright_success .frm_submit .frm_message{text-align:right}.with_frm_style.frm_center_submit .frm_submit input[type=submit],.with_frm_style.frm_center_submit .frm_submit input[type=button],.with_frm_style.frm_center_submit .frm_submit button{margin-bottom:8px!important}.with_frm_style .frm-edit-page-btn,.with_frm_style .frm_submit input[type=submit],.with_frm_style .frm_submit input[type=button],.with_frm_style .frm_submit button{-webkit-appearance:none;cursor:pointer}.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{display:block;margin:0 auto}.with_frm_style .frm_loading_prev .frm_ajax_loading,.with_frm_style .frm_loading_form .frm_ajax_loading{visibility:visible!important}.with_frm_style .frm_loading_prev .frm_prev_page,.with_frm_style .frm_loading_form .frm_button_submit{position:relative;color:transparent!important;text-shadow:none!important}.with_frm_style .frm_loading_prev .frm_prev_page:hover,.with_frm_style .frm_loading_prev .frm_prev_page:active,.with_frm_style .frm_loading_prev .frm_prev_page:focus,.with_frm_style .frm_loading_form .frm_button_submit:hover,.with_frm_style .frm_loading_form .frm_button_submit:active,.with_frm_style .frm_loading_form .frm_button_submit:focus{cursor:not-allowed;color:#fff0;outline:none!important;box-shadow:none}.with_frm_style .frm_loading_prev .frm_prev_page::before,.with_frm_style .frm_loading_form .frm_button_submit:before{content:'';display:inline-block;position:absolute;background:#fff0;border:1px solid #fff;border-top-color:#fff0;border-left-color:#fff0;border-radius:50%;box-sizing:border-box;top:50%;left:50%;margin-top:-6px;margin-left:-6px;width:12px;height:12px;animation:spin 2s linear infinite}.with_frm_style .frm_submit.frm_flex{align-items:center;gap:2%}.with_frm_style .frm_submit.frm_flex button.frm_button_submit~.frm_prev_page{order:-1}.frm_forms.frm_style_formidables-stilmall.with_frm_style{max-width:var(--form-width);direction:var(--direction)}.frm_style_formidables-stilmall.with_frm_style .form-field{margin-bottom:var(--field-margin)}.frm_style_formidables-stilmall.with_frm_style .form-field.frm_section_heading{margin-bottom:0}.frm_style_formidables-stilmall.with_frm_style p.description,.frm_style_formidables-stilmall.with_frm_style div.description,.frm_style_formidables-stilmall.with_frm_style div.frm_description,.frm_style_formidables-stilmall.with_frm_style .frm-show-form>div.frm_description,.frm_style_formidables-stilmall.with_frm_style .frm_error,.frm_style_formidables-stilmall.with_frm_style .frm_pro_max_limit_desc{margin-top:6px;padding:0;font-size:12px;color:#666;font-weight:400;text-align:left;font-style:normal;max-width:100%}.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_left_container{grid-template-columns:150px auto}.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_right_container{grid-template-columns:auto 150px}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_style_formidables-stilmall.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_data_container,.frm_style_formidables-stilmall.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container{display:inline}.frm_style_formidables-stilmall.with_frm_style .frm_pos_right{display:inline;width:var(--width)}.frm_style_formidables-stilmall.with_frm_style .frm_none_container .frm_primary_label,.frm_style_formidables-stilmall.with_frm_style .frm_pos_none{display:none}.frm_style_formidables-stilmall.with_frm_style .frm_scale label{font-weight:400;font-size:13px;color:#444}.frm_style_formidables-stilmall.with_frm_style input::placeholder,.frm_style_formidables-stilmall.with_frm_style textarea::placeholder{color:var(--text-color-disabled)}.frm_style_formidables-stilmall.with_frm_style .frm_default,.frm_style_formidables-stilmall.with_frm_style input.frm_default,.frm_style_formidables-stilmall.with_frm_style textarea.frm_default,.frm_style_formidables-stilmall.with_frm_style select.frm_default,.frm_style_formidables-stilmall.with_frm_style .placeholder{color:var(--text-color-disabled)}.frm_style_formidables-stilmall.with_frm_style .form-field input:not([type=file]):not([type=range]):not([readonly]):focus,.frm_style_formidables-stilmall.with_frm_style select:focus,.frm_style_formidables-stilmall.with_frm_style .form-field textarea:focus,.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=text],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=password],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=email],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=number],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=url],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=tel],.frm_style_formidables-stilmall.with_frm_style .frm_focus_field input[type=search],.frm_form_fields_active_style,.frm_style_formidables-stilmall.with_frm_style .frm_focus_field .frm-card-element.StripeElement{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_formidables-stilmall.with_frm_style input:-webkit-autofill{-webkit-box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_style_formidables-stilmall.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,.frm_style_formidables-stilmall.with_frm_style .frm-edit-page-btn,.frm_style_formidables-stilmall.with_frm_style input[type=submit],.frm_style_formidables-stilmall.with_frm_style .frm_submit input[type=button],.frm_style_formidables-stilmall.with_frm_style .frm_submit button,.frm_form_submit_style{width:auto;font-size:15px;height:auto;line-height:normal;text-align:center;background:#579AF6;border-width:1px;border-color:#579AF6;border-style:solid;color:#fff;cursor:pointer;font-weight:400;border-radius:4px;text-shadow:none;padding:10px 20px;box-sizing:border-box;box-shadow:0 1px 1px #eee;margin:10px;margin-left:0;margin-right:0;vertical-align:middle}.frm_style_formidables-stilmall.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message{margin:0}.frm_style_formidables-stilmall.with_frm_style .frm-edit-page-btn:hover,.frm_style_formidables-stilmall.with_frm_style input[type=submit]:hover,.frm_style_formidables-stilmall.with_frm_style .frm_submit input[type=button]:hover,.frm_style_formidables-stilmall.with_frm_style .frm_submit button:hover{background:var(--submit-hover-bg-color);border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.frm_style_formidables-stilmall.with_frm_style.frm_center_submit .frm_submit .frm_ajax_loading{margin-bottom:10px}.frm_style_formidables-stilmall.with_frm_style .frm-edit-page-btn:focus,.frm_style_formidables-stilmall.with_frm_style input[type=submit]:focus,.frm_style_formidables-stilmall.with_frm_style .frm_submit input[type=button]:focus,.frm_style_formidables-stilmall.with_frm_style .frm_submit button:focus,.frm_style_formidables-stilmall.with_frm_style input[type=submit]:active,.frm_style_formidables-stilmall.with_frm_style .frm_submit input[type=button]:active,.frm_style_formidables-stilmall.with_frm_style .frm_submit button:active{background:var(--submit-active-bg-color);border-color:var(--submit-active-border-color);color:var(--submit-active-color);outline:none}.frm_style_formidables-stilmall.with_frm_style .frm_loading_prev .frm_prev_page,.frm_style_formidables-stilmall.with_frm_style .frm_loading_prev .frm_prev_page:hover,.frm_style_formidables-stilmall.with_frm_style .frm_loading_prev .frm_prev_page:active,.frm_style_formidables-stilmall.with_frm_style .frm_loading_prev .frm_prev_page:focus,.frm_style_formidables-stilmall.with_frm_style .frm_loading_form .frm_button_submit,.frm_style_formidables-stilmall.with_frm_style .frm_loading_form .frm_button_submit:hover,.frm_style_formidables-stilmall.with_frm_style .frm_loading_form .frm_button_submit:active,.frm_style_formidables-stilmall.with_frm_style .frm_loading_form .frm_button_submit:focus{color:#fff0;background:var(--submit-bg-color);border-color:var(--submit-bg-color)}.frm_style_formidables-stilmall.with_frm_style .frm_loading_prev .frm_prev_page:before,.frm_style_formidables-stilmall.with_frm_style .frm_loading_form .frm_button_submit:before{border-bottom-color:var(--submit-text-color);border-right-color:var(--submit-text-color)}.frm_style_formidables-stilmall.with_frm_style input[type=submit][disabled],.frm_style_formidables-stilmall.with_frm_style .frm_submit input[type=button][disabled],.frm_style_formidables-stilmall.with_frm_style .frm_submit button[disabled]{opacity:.5;cursor:not-allowed}.frm_style_formidables-stilmall.with_frm_style.frm_inline_top .frm_submit::before,.frm_style_formidables-stilmall.with_frm_style .frm_submit.frm_inline_submit::before{content:"before";font-size:var(--font-size);color:var(--label-color);font-weight:var(--weight);margin:0;padding:var(--label-padding);width:auto;display:block;visibility:hidden}.frm_style_formidables-stilmall.with_frm_style.frm_inline_form .frm_submit input,.frm_style_formidables-stilmall.with_frm_style.frm_inline_form .frm_submit button,.frm_style_formidables-stilmall.with_frm_style .frm_submit.frm_inline_submit input,.frm_style_formidables-stilmall.with_frm_style .frm_submit.frm_inline_submit button{margin:0!important}.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=text],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=password],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=url],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=tel],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=number],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=email],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=checkbox],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field input[type=radio],.frm_style_formidables-stilmall.with_frm_style .frm_blank_field textarea,.frm_style_formidables-stilmall.with_frm_style .frm_blank_field .mce-edit-area iframe,.frm_style_formidables-stilmall.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year),.frm_form_fields_error_style,.frm_style_formidables-stilmall.with_frm_style .frm_blank_field .frm-g-recaptcha iframe,.frm_style_formidables-stilmall.with_frm_style .frm_blank_field .g-recaptcha iframe,.frm_style_formidables-stilmall.with_frm_style .frm_blank_field .frm-card-element.StripeElement,.frm_style_formidables-stilmall.with_frm_style .frm_form_field :invalid{color:var(--text-color-error);background-color:var(--bg-color-error);border-color:var(--border-color-error);border-width:var(--border-width-error);border-style:var(--border-style-error)}.frm_style_formidables-stilmall.with_frm_style .frm_error,.frm_style_formidables-stilmall.with_frm_style .frm_limit_error{font-weight:var(--weight);color:var(--border-color-error)}.frm_style_formidables-stilmall.with_frm_style .frm_error_style{background-color:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--border-radius);color:var(--error-text);font-size:var(--error-font-size);margin:0;margin-bottom:var(--field-margin)}.frm_style_formidables-stilmall.with_frm_style #frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,#BFC3C8 25%,#fff0 25%,#fff0 50%,#BFC3C8 50%,#BFC3C8 75%,#fff0 75%,#fff0)}.frm_style_formidables-stilmall.with_frm_style #frm_loading .progress-bar{background-color:var(--bg-color)}.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_total_big input,.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_total_big textarea,.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_total input,.frm_style_formidables-stilmall.with_frm_style .frm_form_field.frm_total textarea{color:#555;background-color:#fff0;border:none;display:inline;width:auto;padding:0}.frm_ajax_loading{visibility:hidden;width:auto}.frm_form_submit_style{height:auto}a.frm_save_draft{cursor:pointer}.with_frm_style a.frm_save_draft,.with_frm_style a.frm_start_over{font-size:var(--submit-font-size);font-weight:var(--submit-weight)}.horizontal_radio .frm_radio{margin:0 5px 0 0}.horizontal_radio .frm_checkbox{margin:0;margin-right:12px}.vertical_radio .frm_checkbox,.vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block}.horizontal_radio .frm_checkbox,.horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block;padding-left:0}.with_frm_style .frm_radio{display:var(--radio-align)}.with_frm_style .frm_checkbox{display:var(--check-align)}.with_frm_style .vertical_radio .frm_checkbox,.with_frm_style .vertical_radio .frm_radio,.vertical_radio .frm_catlevel_1{display:block;margin-bottom:10px}.with_frm_style .horizontal_radio .frm_checkbox,.with_frm_style .horizontal_radio .frm_radio,.horizontal_radio .frm_catlevel_1{display:inline-block}.with_frm_style .frm_checkbox label,.with_frm_style .frm_radio label{display:inline-block;vertical-align:middle;white-space:normal}.with_frm_style .frm_checkbox label input[type=checkbox],.with_frm_style .frm_radio label input[type=radio]{margin-right:4px}.with_frm_style .frm_checkbox label:not(.frm-label-disabled),.with_frm_style .frm_radio label:not(.frm-label-disabled){cursor:pointer}.with_frm_style .vertical_radio .frm_checkbox label,.with_frm_style .vertical_radio .frm_radio label{display:block;width:100%}.with_frm_style .frm_radio label,.with_frm_style .frm_checkbox label{font-size:var(--check-font-size);color:var(--check-label-color);font-weight:var(--check-weight);line-height:1.3}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{font-size:var(--check-font-size);position:static}.frm_file_container .frm_file_link,.with_frm_style .frm_radio label .frm_file_container,.with_frm_style .frm_checkbox label .frm_file_container{display:inline-block;margin:5px;vertical-align:middle}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_scale input[type=radio]{border-radius:50%}.with_frm_style .frm_checkbox input[type=checkbox]{border-radius:calc(var(--border-radius) / 2)!important}.with_frm_style .frm_radio input[type=radio],.with_frm_style .frm_scale input[type=radio],.with_frm_style .frm_checkbox input[type=checkbox]{appearance:none;background-color:var(--bg-color);flex:none;display:inline-block!important;width:16px!important;min-width:16px!important;height:16px!important;color:var(--border-color);border:1px solid currentColor;border-color:var(--border-color);vertical-align:middle;position:initial;padding:0;margin:0}.frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked{border-color:var(--border-color-active)!important}.frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked{background-color:var(--border-color-active)!important}.with_frm_style .frm_radio input[type=radio][disabled]:checked,.with_frm_style .frm_scale input[type=radio][disabled]:checked,.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked{border-color:var(--border-color)!important}.with_frm_style .frm_checkbox input[type=checkbox][disabled]:checked{background-color:var(--border-color)!important}.with_frm_style .frm_radio input[type=radio]:checked:before,.with_frm_style .frm_scale input[type=radio]:checked:before,.with_frm_style .frm_checkbox input[type=checkbox]:checked:before{position:static!important;content:'';display:block}.frm_forms.with_frm_style .frm_checkbox input[type=checkbox]:before{width:100%!important;height:100%!important;background-image:url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6667 1.5L4.25001 7.91667L1.33334 5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")!important;background-size:9px!important;background-repeat:no-repeat!important;background-position:center!important;margin:0}.with_frm_style .frm_scale input[type=radio]:before,.with_frm_style .frm_radio input[type=radio]:before{width:8px;height:8px;border-radius:50%;background-color:var(--border-color-active);margin:3px}.with_frm_style .frm_scale input[type=radio][disabled]:before,.with_frm_style .frm_radio input[type=radio][disabled]:before{background-color:var(--border-color)}.with_frm_style :invalid,.with_frm_style :-moz-ui-invalid{box-shadow:none}.with_frm_style .frm_error_style img{padding-right:10px;vertical-align:middle;border:none}.with_frm_style .frm_trigger{cursor:pointer}.with_frm_style .frm_error_style,.with_frm_style .frm_message,.frm_success_style{border-radius:4px;padding:15px}.with_frm_style .frm_message p{color:var(--success-text-color);margin-bottom:0}.with_frm_style .frm_message>p:first-of-type{margin-top:0}.with_frm_style .frm_message,.frm_success_style{margin:5px 0 15px;border:1px solid var(--success-border-color);background-color:var(--success-bg-color);color:var(--success-text-color);border-radius:var(--border-radius);font-size:var(--success-font-size)}.with_frm_style .frm_plain_success .frm_message{background-color:#fff0;padding:0;border:none;font-size:inherit;color:inherit}.with_frm_style .frm_plain_success .frm_message p{color:inherit}.frm_form_fields_style,.frm_form_fields_active_style,.frm_form_fields_error_style,.frm_form_submit_style{width:auto}.with_frm_style .frm_trigger span{float:left}.with_frm_style table.frm-grid,#content .with_frm_style table.frm-grid{border-collapse:collapse;border:none}.frm-grid td,.frm-grid th{padding:5px;border-width:1px;border-style:solid;border-color:var(--border-color);border-top:none;border-left:none;border-right:none}.frm-alt-table{width:100%;border-collapse:separate;margin-top:.5em;font-size:15px;border-width:1px}.with_frm_style .frm-alt-table{border-color:var(--border-color)}.frm-alt-table th{width:200px}.frm-alt-table tr{background-color:#fff0}.frm-alt-table th,.frm-alt-table td{background-color:#fff0;vertical-align:top;text-align:left;padding:20px;border-color:#fff0}.frm-alt-table tr:nth-child(even){background-color:#ecf0f5}table.form_results.with_frm_style{border-style:solid;border-width:var(--field-border-width);border-color:var(--border-color)}table.form_results.with_frm_style tr td{text-align:left;padding:7px 9px;color:var(--text-color);border-top-style:solid;border-top-width:var(--field-border-width);border-top-color:var(--border-color)}table.form_results.with_frm_style tr.frm_even,.frm-grid .frm_even{background-color:#fff;background-color:var(--bg-color)}table.form_results.with_frm_style tr.frm_odd,.frm-grid .frm_odd{background-color:var(--bg-color)}.frm_color_block{background-color:#ecf0f5;padding:40px}.with_frm_style .frm-show-form .frm_color_block.frm_section_heading h3,.frm_color_block.frm_section_heading h3{border-width:0!important}.frm_collapse .ui-icon{display:inline-block}.frm_toggle_container{border:1px solid #fff0}.frm_toggle_container ul{margin:5px 0;padding-left:0;list-style-type:none}.frm_toggle_container .frm_month_heading{text-indent:15px}.frm_toggle_container .frm_month_listing{margin-left:40px}#frm_loading{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999}#frm_loading h3{font-weight:500;padding-bottom:15px;color:#fff;font-size:24px}#frm_loading_content{position:fixed;top:20%;left:33%;width:33%;text-align:center;padding-top:30px;font-weight:700;z-index:9999999}#frm_loading img{max-width:100%}#frm_loading .progress{border-radius:4px;box-shadow:0 1px 2px rgb(0 0 0 / .1) inset;height:20px;margin-bottom:20px;overflow:hidden}#frm_loading .progress.active .progress-bar{animation:2s linear 0s normal none infinite progress-bar-stripes}#frm_loading .progress-striped .progress-bar{background-image:linear-gradient(45deg,var(--border-color) 25%,#fff0 25%,#fff0 50%,var(--border-color) 50%,var(--border-color) 75%,#fff0 75%,#fff0);background-size:40px 40px}#frm_loading .progress-bar{background-color:var(--bg-color);box-shadow:0 -1px 0 rgb(0 0 0 / .15) inset;float:left;height:100%;line-height:20px;text-align:center;transition:width 0.6s ease 0s;width:100%}.frm_image_from_url{height:50px}.frm-loading-img{background:url(https://www.villasoludden.se/wp-content/plugins/formidable/images/ajax_loader.gif) no-repeat center center;padding:6px 12px}select.frm_loading_lookup{background-image:url(https://www.villasoludden.se/wp-content/plugins/formidable/images/ajax_loader.gif)!important;background-position:10px;background-repeat:no-repeat;color:transparent!important}.frm_screen_reader{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.frm_screen_reader.frm_hidden{display:initial}.frm_clear_none{clear:none}.frm_clear{clear:both}.frm_form_field.frm_alignright{float:right!important}.with_frm_style .frm_form_field{clear:both}.frm_combo_inputs_container,.frm_grid_container,.frm_form_fields .frm_section_heading,.frm_form_fields .frm_fields_container{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:max-content;grid-gap:0 2%}.frm_combo_inputs_container>*,.frm_grid_container>*,.frm_section_heading>*,.frm_fields_container .frm_form_field,.frm_fields_container>*{grid-column:span 12 / span 12}.frm_inline,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_inline,.frm_form_field.frm_inline,.frm_submit.frm_inline,.frm_form_field.frm_right_inline,.frm_form_field.frm_last_inline{width:auto;grid-column:span 2 / span 2}.frm6,.frm_half,.frm_form_field.frm_three_fifths,.frm_form_field.frm6,.frm_submit.frm6,.frm_form_field.frm_left_half,.frm_form_field.frm_right_half,.frm_form_field.frm_first_half,.frm_form_field.frm_last_half,.frm_form_field.frm_half,.frm_submit.frm_half{grid-column:span 6 / span 6}.frm4,.frm_third,.frm_form_field.frm_two_fifths,.frm_form_field.frm4,.frm_submit.frm4,.frm_form_field.frm_left_third,.frm_form_field.frm_third,.frm_submit.frm_third,.frm_form_field.frm_right_third,.frm_form_field.frm_first_third,.frm_form_field.frm_last_third{grid-column:span 4 / span 4}.frm8,.frm_two_thirds,.frm_form_field.frm8,.frm_submit.frm8,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_right_two_thirds,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_last_two_thirds,.frm_form_field.frm_two_thirds{grid-column:span 8/span 8}.frm3,.frm_fourth,.frm_form_field.frm3,.frm_submit.frm3,.frm_form_field.frm_left_fourth,.frm_form_field.frm_fourth,.frm_submit.frm_fourth,.frm_form_field.frm_right_fourth,.frm_form_field.frm_first_fourth,.frm_form_field.frm_last_fourth{grid-column:span 3/span 3}.frm9,.frm_three_fourths,.frm_form_field.frm_four_fifths,.frm_form_field.frm9,.frm_submit.frm9,.frm_form_field.frm_three_fourths{grid-column:span 9/span 9}.frm_form_field.frm_left_fifth,.frm_form_field.frm_fifth,.frm_submit.frm_fifth,.frm_form_field.frm_right_fifth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_last_fifth{grid-column:span 2/span 2}.frm2,.frm_sixth,.frm_form_field.frm2,.frm_submit.frm2,.frm_form_field.frm_sixth,.frm_submit.frm_sixth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_last_sixth{grid-column:span 2/span 2}.frm10,.frm_form_field.frm10,.frm_submit.frm10{grid-column:span 10/span 10}.frm1,.frm_form_field.frm1,.frm_submit.frm1,.frm_form_field.frm_seventh,.frm_submit.frm_seventh,.frm_form_field.frm_first_seventh,.frm_form_field.frm_last_seventh.frm_form_field.frm_eighth,.frm_submit.frm_eighth,.frm_form_field.frm_first_eighth,.frm_form_field.frm_last_eighth{grid-column:span 1/span 1}.frm5,.frm_form_field.frm5,.frm_submit.frm5{grid-column:span 5/span 5}.frm7,.frm_form_field.frm7,.frm_submit.frm7{grid-column:span 7/span 7}.frm11,.frm_form_field.frm11,.frm_submit.frm11{grid-column:span 11/span 11}.frm12,.frm_full,.frm_full .wp-editor-wrap,.frm_full>input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),.frm_full select,.frm_full textarea{width:100%!important;grid-column:span 12/span 12;box-sizing:border-box}.frm_full .wp-editor-wrap input{width:auto!important}.frm_first,.frm_form_field.frm_left_half,.frm_form_field.frm_left_third,.frm_form_field.frm_left_two_thirds,.frm_form_field.frm_left_fourth,.frm_form_field.frm_left_fifth,.frm_form_field.frm_left_inline,.frm_form_field.frm_first_half,.frm_form_field.frm_first_third,.frm_form_field.frm_first_two_thirds,.frm_form_field.frm_first_fourth,.frm_form_field.frm_first_fifth,.frm_form_field.frm_first_sixth,.frm_form_field.frm_first_seventh,.frm_form_field.frm_first_eighth,.frm_form_field.frm_first_inline,.frm_form_field.frm_first{grid-column-start:1}.frm_last,.frm_form_field.frm_last,.frm_form_field.frm_alignright{grid-column-end:-1;justify-content:end}.with_frm_style.frm_rtl .frm_form_fields .star-rating{float:right}.with_frm_style.frm_rtl .frm_grid .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_first .frm_primary_label,.with_frm_style.frm_rtl .frm_grid_odd .frm_primary_label,.with_frm_style.frm_rtl .frm_grid .frm_radio,.with_frm_style.frm_rtl .frm_grid_first .frm_radio,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio,.with_frm_style.frm_rtl .frm_grid .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox{float:right!important;margin-right:0!important}.with_frm_style.frm_rtl .frm_grid_first .frm_radio label input,.with_frm_style.frm_rtl .frm_grid .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_radio label input,.with_frm_style.frm_rtl .frm_grid_first .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid .frm_checkbox label input,.with_frm_style.frm_rtl .frm_grid_odd .frm_checkbox label input{float:left}.with_frm_style.frm_rtl .frm_catlevel_2,.with_frm_style.frm_rtl .frm_catlevel_3,.with_frm_style.frm_rtl .frm_catlevel_4,.with_frm_style.frm_rtl .frm_catlevel_5{margin-right:18px}.with_frm_style.frm_rtl div>.frm_time_select{margin-right:5px}.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:grid;grid-template-columns:25% auto;width:100%;grid-auto-rows:min-content}.frm_form_field.frm_right_container{grid-template-columns:auto 25%}.frm_form_field.frm_inline_container{grid-template-columns:repeat(2,minmax(auto,max-content))}.frm_form_field.frm_inline_container .frm_primary_label,.frm_form_field.frm_right_container .frm_primary_label,.frm_form_field.frm_left_container .frm_primary_label{margin-right:10px;grid-row:span 2/span 2;padding-top:4px}.frm_form_field.frm_left_container .frm_primary_label{grid-column:1;grid-row:span 2/span 2}.frm_form_field.frm_right_container .frm_primary_label{grid-column:2;grid-row:1;margin-right:0;margin-left:10px}.frm_form_field.frm_inline_container .frm_description,.frm_form_field.frm_left_container .frm_description{grid-column:2}.frm_form_field.frm_right_container .frm_description{grid-column:1}.frm_conf_field.frm_left_container{grid-template-columns:67%}.frm_conf_field.frm_left_container .frm_description{grid-column:1}.frm-fade-in{animation-name:fadeIn;animation-duration:1s;animation-fill-mode:both}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@media only screen and (max-width:750px){.frm_grid_container.frm_no_grid_750>div{grid-column:span 12/span 12}}@media only screen and (max-width:600px){.frm_section_heading>.frm_form_field,.frm_fields_container>.frm_submit,.frm_grid_container>.frm_form_field,.frm_fields_container>.frm_form_field{grid-column:1 / span 12!important}.frm_grid_container.frm_no_grid_600,.frm_form_field.frm_inline_container,.frm_form_field.frm_right_container,.frm_form_field.frm_left_container{display:block}}.frm_conf_field.frm_left_container .frm_primary_label{display:none}.wp-editor-wrap *,.wp-editor-wrap *:after,.wp-editor-wrap *:before{box-sizing:content-box}.with_frm_style .frm_grid,.with_frm_style .frm_grid_first,.with_frm_style .frm_grid_odd{clear:both;margin-bottom:0!important;padding:5px;border-width:1px;border-style:solid;border-color:var(--border-color);border-left:none;border-right:none}.with_frm_style .frm_grid,.with_frm_style .frm_grid_odd{border-top:none}.frm_grid .frm_error,.frm_grid_first .frm_error,.frm_grid_odd .frm_error,.frm_grid .frm_limit_error,.frm_grid_first .frm_limit_error,.frm_grid_odd .frm_limit_error{display:none}.frm_grid:after,.frm_grid_first:after,.frm_grid_odd:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.frm_grid_first{margin-top:20px}.frm_grid_first,.frm_grid_odd{background-color:var(--bg-color)}.frm_grid{background-color:var(--bg-color-active)}.with_frm_style .frm_grid.frm_blank_field,.with_frm_style .frm_grid_first.frm_blank_field,.with_frm_style .frm_grid_odd.frm_blank_field{background-color:var(--error-bg);border-color:var(--error-border)}.frm_grid .frm_primary_label,.frm_grid_first .frm_primary_label,.frm_grid_odd .frm_primary_label,.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{float:left!important;display:block;margin-top:0;margin-left:0!important}.frm_grid_first .frm_radio label,.frm_grid .frm_radio label,.frm_grid_odd .frm_radio label,.frm_grid_first .frm_checkbox label,.frm_grid .frm_checkbox label,.frm_grid_odd .frm_checkbox label{color:#fff0;text-indent:-9999px;white-space:nowrap;text-align:left}.frm_grid_first .frm_radio label input,.frm_grid .frm_radio label input,.frm_grid_odd .frm_radio label input,.frm_grid_first .frm_checkbox label input,.frm_grid .frm_checkbox label input,.frm_grid_odd .frm_checkbox label input{visibility:visible;margin:2px 0 0;float:right}.frm_grid .frm_radio,.frm_grid_first .frm_radio,.frm_grid_odd .frm_radio,.frm_grid .frm_checkbox,.frm_grid_first .frm_checkbox,.frm_grid_odd .frm_checkbox{display:inline}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox,.frm_grid_2 .frm_primary_label{width:48%!important}.frm_grid_2 .frm_radio,.frm_grid_2 .frm_checkbox{margin-right:4%}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox,.frm_grid_3 .frm_primary_label{width:30%!important}.frm_grid_3 .frm_radio,.frm_grid_3 .frm_checkbox{margin-right:3%}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{width:20%!important}.frm_grid_4 .frm_primary_label{width:28%!important}.frm_grid_4 .frm_radio,.frm_grid_4 .frm_checkbox{margin-right:4%}.frm_grid_5 .frm_primary_label,.frm_grid_7 .frm_primary_label{width:24%!important}.frm_grid_5 .frm_radio,.frm_grid_5 .frm_checkbox{width:17%!important;margin-right:2%}.frm_grid_6 .frm_primary_label{width:25%!important}.frm_grid_6 .frm_radio,.frm_grid_6 .frm_checkbox{width:14%!important;margin-right:1%}.frm_grid_7 .frm_primary_label{width:22%!important}.frm_grid_7 .frm_radio,.frm_grid_7 .frm_checkbox{width:12%!important;margin-right:1%}.frm_grid_8 .frm_primary_label{width:23%!important}.frm_grid_8 .frm_radio,.frm_grid_8 .frm_checkbox{width:10%!important;margin-right:1%}.frm_grid_9 .frm_primary_label{width:20%!important}.frm_grid_9 .frm_radio,.frm_grid_9 .frm_checkbox{width:9%!important;margin-right:1%}.frm_grid_10 .frm_primary_label{width:19%!important}.frm_grid_10 .frm_radio,.frm_grid_10 .frm_checkbox{width:8%!important;margin-right:1%}.frm_form_field.frm_inline_container .frm_opt_container,.frm_form_field.frm_right_container .frm_opt_container,.frm_form_field.frm_left_container .frm_opt_container{padding-top:4px}.with_frm_style .frm_left_container>select.auto_width,.with_frm_style .frm_right_container>select.auto_width{width:max-content}.with_frm_style .frm_right_container>.frm_primary_label,.with_frm_style .frm_right_container>select.auto_width{margin-left:auto}.with_frm_style .frm_inline_container.frm_grid_first .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_odd .frm_primary_label,.with_frm_style .frm_inline_container.frm_grid_first .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid .frm_opt_container,.with_frm_style .frm_inline_container.frm_grid_odd .frm_opt_container{margin-right:0}.frm_form_field.frm_two_col .frm_opt_container,.frm_form_field.frm_three_col .frm_opt_container,.frm_form_field.frm_four_col .frm_opt_container{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:max-content;grid-gap:0 2.5%}.frm_form_field.frm_three_col .frm_opt_container{grid-template-columns:repeat(3,1fr)}.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns:repeat(4,1fr)}.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox,.frm_form_field.frm_four_col .frm_radio,.frm_form_field.frm_four_col .frm_checkbox{grid-column-end:span 1}.frm_form_field .frm_checkbox,.frm_form_field .frm_radio{margin-top:0;margin-bottom:0}.frm_form_field.frm_scroll_box .frm_opt_container{height:100px;overflow:auto}.frm_html_container.frm_scroll_box,.frm_form_field.frm_html_scroll_box{height:100px;overflow:auto;background-color:var(--bg-color);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-radius:var(--border-radius);width:var(--field-width);max-width:100%;font-size:var(--field-font-size);padding:var(--field-pad);box-sizing:border-box;outline:none;font-weight:400;box-shadow:var(--box-shadow)}.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea,.frm_form_field.frm_total input,.frm_form_field.frm_total textarea{opacity:1;background-color:transparent!important;border:none!important;font-weight:700;width:auto!important;height:auto!important;box-shadow:none!important;display:inline;-moz-appearance:textfield;padding:0}.frm_form_field.frm_total_big input::-webkit-outer-spin-button,.frm_form_field.frm_total_big input::-webkit-inner-spin-button,.frm_form_field.frm_total input::-webkit-outer-spin-button,.frm_form_field.frm_total input::-webkit-inner-spin-button{-webkit-appearance:none}.frm_form_field.frm_total_big input:focus,.frm_form_field.frm_total_big textarea:focus,.frm_form_field.frm_total input:focus,.frm_form_field.frm_total textarea:focus{background-color:#fff0;border:none;box-shadow:none}.frm_form_field.frm_label_justify .frm_primary_label{text-align:justify!important}.frm_form_field.frm_capitalize input,.frm_form_field.frm_capitalize select,.frm_form_field.frm_capitalize .frm_opt_container label{text-transform:capitalize}.frm_clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.frm_clearfix{display:block}.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-first,.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-middle,.with_frm_style .frm_combo_inputs_container>.frm_form_subfield-last{margin-bottom:0!important}.with_frm_style,.frm_forms{--progress-border-color-b:#dbdbdb;--image-size:150px}.js .frm_logic_form:not(.frm_no_hide){display:none}.with_frm_style .frm_conf_field.frm_half label.frm_conf_label{overflow:hidden;white-space:nowrap}.with_frm_style .frm_time_wrap{white-space:nowrap}.with_frm_style select.frm_time_select{white-space:pre;display:inline}.with_frm_style .frm-show-form{overflow-x:clip}.frm-slider-wrapper{position:relative;padding:1.5rem 0;min-width:100px}.frm-slider-track{width:100%;height:var(--slider-track-size);background:var(--slider-bar-color);border-radius:3px;position:absolute;transform:translateY(-50%)}.frm-slider-range{height:var(--slider-track-size);background:var(--slider-color);position:absolute;transform:translateY(-50%)}.frm-slider-handle{box-sizing:border-box;width:var(--slider-circle-size);height:var(--slider-circle-size);background:#fff;border:2px solid var(--slider-color);border-radius:50%;position:absolute;transform:translate(0%,-50%);cursor:pointer;touch-action:none}.frm-slider-handle:focus{outline:none;box-shadow:0 0 0 3px rgb(66 133 244 / .3)}.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]{padding:var(--section-pad);margin:0;font-size:var(--section-font-size);font-weight:var(--section-weight);color:var(--section-color);border:none;background-color:var(--section-bg-color)}.with_frm_style .frm-show-form .frm_section_heading h3.frm_trigger:focus-visible{outline:1px solid var(--border-color-active);outline-offset:2px;box-shadow:0 0 5px 0 rgb(102 175 233 / .6)}.frm_trigger .frmsvg{width:16px;height:16px;color:#667085;margin:0 2px}.frm_trigger>svg.frmsvg:nth-child(1){display:inline-block}.frm_trigger>svg.frmsvg:nth-child(2){display:none}.frm_trigger.active>svg.frmsvg:nth-child(2){display:inline-block}.frm_trigger.active>svg.frmsvg:nth-child(1){display:none}.with_frm_style .frm_repeat_sec{margin-bottom:var(--field-margin);margin-top:var(--field-margin);padding-bottom:15px;border-bottom-width:var(--section-border-width);border-bottom-style:var(--section-border-style);border-color:var(--section-border-color)}.with_frm_style .frm_repeat_sec:last-child{border-bottom:none;padding-bottom:0}.with_frm_style .frm_repeat_inline{clear:both}.frm_invisible_section .frm_form_field,.frm_invisible_section{display:none!important;visibility:hidden!important;height:0;margin:0}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button{transition:opacity .15s ease-in-out;pointer-events:none}.frm_form_field .frm_repeat_sec .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row.frm_hide_add_button{display:none}.frm_hide_remove_button.frm_remove_form_row{display:none!important}.frm_form_field div.frm_repeat_grid .frm_add_form_row.frm_hide_add_button,.frm_form_field div.frm_repeat_inline .frm_add_form_row.frm_hide_add_button{visibility:hidden}.frm_form_field div.frm_repeat_grid .frm_add_form_row,.frm_form_field div.frm_repeat_inline .frm_add_form_row,.frm_section_heading div.frm_repeat_sec:last-child .frm_add_form_row{display:inline-flex;visibility:visible;pointer-events:auto}.frm_form_fields .frm_section_heading.frm_hidden{display:none}.frm_repeat_buttons a.frm_remove_form_row,.frm_repeat_buttons a.frm_add_form_row{display:inline-flex;align-items:center;gap:8px;line-height:normal}.frm_repeat_buttons .frmsvg{width:12px;height:12px}.frm_repeat_grid .frm_button,.frm_repeat_inline .frm_button,.frm_repeat_sec .frm_button{display:inline-block;line-height:1}.frm_form_field .frm_repeat_grid~.frm_repeat_grid .frm_form_field .frm_primary_label{display:none!important}.frm_section_heading.frm_no_border_top h3[class*="frm_pos_"]{border-top:none!important}.with_frm_style .frm_input_group{position:relative;display:flex;align-items:stretch;width:100%}.with_frm_style .frm_input_group.frm_hidden{display:none}.with_frm_style .frm_inline_box{display:flex;text-align:center;align-items:center;font-size:var(--field-font-size);padding:0 12px;color:var(--form-desc-color);border-width:var(--field-border-width);border-style:var(--field-border-style);border-color:var(--border-color);background-color:var(--bg-color-disabled);border-radius:var(--border-radius);width:auto}.with_frm_style .frm_input_group .frm_inline_box:first-child{margin-right:-1px;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.with_frm_style .frm_input_group .frm_slimselect+.frm_inline_box,.with_frm_style .frm_input_group select+.frm_inline_box,.with_frm_style .frm_input_group .frm_slimselect+.frm_inline_box,.with_frm_style .frm_input_group input+.frm_inline_box,.with_frm_style .frm_input_group .frm_show_password_wrapper+.frm_inline_box{margin-left:-1px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.with_frm_style .frm_input_group .frm_slimselect,.with_frm_style .frm_input_group>select,.with_frm_style .frm_input_group>input{position:relative;flex:1 1 auto;width:1%!important;min-width:0;margin-top:0;margin-bottom:0;display:block}.with_frm_style .frm_input_group.frm_with_pre .frm_slimselect,.with_frm_style .frm_input_group.frm_with_pre>select,.with_frm_style .frm_input_group.frm_with_pre>input,.with_frm_style .frm_input_group.frm_with_pre>.frm_show_password_wrapper>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.with_frm_style .frm_input_group.frm_with_post .frm_slimselect,.with_frm_style .frm_input_group.frm_with_post>select,.with_frm_style .frm_input_group.frm_with_post>input,.with_frm_style .frm_input_group.frm_with_post>.frm_show_password_wrapper>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.ss-content.frm_slimselect{padding:0!important}.with_frm_style .ss-value-delete{border-left:none!important;padding-left:0!important}.with_frm_style .ss-main{display:flex!important;--ss-font-color:var(--text-color);--ss-border-color:var(--border-color);--ss-border-radius:var(--border-radius);--ss-bg-color:var(--bg-color);--ss-spacing-s:6px;--ss-spacing-m:10px;--ss-main-height:var(--field-height);border-width:var(--fieldset);font-size:var(--field-font-size);line-height:1.3;align-self:baseline;margin-top:3px;font-family:var(--font)}.ss-content.frm_slimselect{font-size:var(--field-font-size);height:auto;display:flex}.with_frm_style .ss-main .ss-values .ss-value .ss-value-text{padding:2px var(--ss-spacing-s)}.ss-content.frm_slimselect.frm_slimselect_rtl{direction:rtl}.ss-content.frm_slimselect.frm_slimselect_rtl .ss-search input{text-align:right}.ss-main.frm_slimselect.frm_slimselect_rtl .ss-value-delete{margin-left:var(--ss-spacing-m)}.ss-main.frm_slimselect .ss-values .ss-placeholder{padding:0}.frm_fields_container .frm_form_field .ss-main.auto_width{width:auto!important;display:inline-flex!important}.ss-main.frm_slimselect .ss-arrow{margin-left:var(--ss-spacing-s);margin-right:0}.frm_input_group.frm_slimselect_wrapper{flex-wrap:nowrap}.frm_input_group.frm_slimselect_wrapper .frm_slimselect{border-radius:0}.frm_input_group.frm_slimselect_wrapper .ss-main.frm_slimselect{margin-top:0;height:1.7rem}.with_frm_style .frm_total input,.with_frm_style .frm_total_big input{background-color:#fff0;border:none;width:auto;box-shadow:none!important}.with_frm_style .frm_total .frm_inline_box,.with_frm_style .frm_total_big .frm_inline_box{background-color:transparent!important;border-width:0!important;box-shadow:none!important;color:var(--text-color);padding:0 3px 0 1px!important}.with_frm_style .frm_inline_total{padding:0 3px}.flatpickr-calendar,#ui-datepicker-div{background:#fff;position:absolute;display:none;z-index:999999!important}.frm-datepicker.flatpickr-calendar,.frm-datepicker.ui-datepicker{z-index:999999!important;margin-top:6px}.frm-datepicker .flatpickr-calendar,.frm-datepicker.flatpickr-calendar,.frm-datepicker .ui-datepicker,.frm-datepicker.ui-datepicker{box-sizing:border-box;min-width:282px;border-radius:var(--border-radius);padding:16px 18px;box-shadow:0 11.3px 22.6px -5.65px #1018282E}.frm-datepicker.flatpickr-calendar:not(.frm-datepicker-custom-theme),.frm-datepicker .ui-datepicker,.frm-datepicker.ui-datepicker{border:1px solid #F2F4F7}.frm-datepicker.ui-datepicker{display:none}.frm-datepicker.flatpickr-calendar.inline{max-width:40em}.frm-datepicker .ui-datepicker .ui-datepicker-header,.frm-datepicker.ui-datepicker .ui-datepicker-header{padding:6px 0 12px;position:relative}.frm-datepicker.flatpickr-calendar .flatpickr-monthDropdown-months,.frm-datepicker.flatpickr-calendar .numInputWrapper,.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year{min-height:unset;width:33%;padding:4px 5px 5px;line-height:14px;margin:0}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker .ui-datepicker-title select.ui-datepicker-year{background-color:#fff}.frm-datepicker.flatpickr-calendar:not(.inline) .flatpickr-monthDropdown-months{width:53%}.frm-datepicker .ui-datepicker-title select.ui-datepicker-month,.frm-datepicker select.ui-datepicker-month{margin-right:3px}.frm-datepicker .ui-datepicker-month,.frm-datepicker .ui-datepicker-year{max-width:100%;max-height:2em;padding:6px 10px;box-sizing:border-box;display:inline;color:#555}.frm-datepicker span.ui-datepicker-month,.frm-datepicker span.ui-datepicker-year{line-height:25px;font-weight:600}.frm-datepicker .ui-datepicker-calendar{margin:0!important}.frm-datepicker .ui-datepicker-calendar thead{color:var(--text-color);background-color:var(--bg-color)}.frm-datepicker .ui-datepicker-calendar thead th{padding:8px;font-weight:400;font-size:var(--field-font-size);color:var(--description-color)}.frm-datepicker .ui-datepicker-prev{transform:rotate(0deg)!important}.frm-datepicker .flatpickr-months .flatpickr-next-month,.frm-datepicker .ui-datepicker-next{transform:rotate(180deg)!important}.frm-datepicker .flatpickr-months .flatpickr-prev-month svg,.frm-datepicker .flatpickr-months .flatpickr-next-month svg{display:none}.frm-datepicker .flatpickr-months .flatpickr-prev-month:before,.frm-datepicker .flatpickr-months .flatpickr-next-month:before,.frm-datepicker .ui-datepicker-prev:before,.frm-datepicker .ui-datepicker-next:before{content:''!important;position:absolute;top:0;left:0;width:100%!important;height:100%!important;background-color:var(--date-head-color);mask:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjOThBMkIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJtMTEuMDQgNy44LTIuOTEgMi43IDIuOTEgMi43Ii8+PC9zdmc+Cg==) no-repeat center;padding:0!important}.frm-datepicker.frm-datepicker-custom-theme .flatpickr-prev-month:before,.frm-datepicker.frm-datepicker-custom-theme .flatpickr-next-month:before{background-color:#fff}.frm-datepicker.frm-date-no-month-select .flatpickr-prev-month,.frm-datepicker.frm-date-no-month-select .flatpickr-next-month{display:none}.google-visualization-tooltip-item-list,.google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child{margin:1em 0!important}.google-visualization-tooltip-item{list-style-type:none!important;margin:.65em 0!important}[id^="chart__frm_pie"] .google-visualization-tooltip{pointer-events:none}.with_frm_style .frm_scale{margin-right:15px;text-align:center;float:left}.with_frm_style .frm_scale.frm_last{margin-right:0}.with_frm_style .frm_scale input[type=radio]{display:block!important;margin:0}.with_frm_style .frm_scale input[type=radio]:checked:before{transform:scale(1)}.with_frm_style .frm_scale_container .frm_opt_container,.with_frm_style .frm_form_fields.frm_opt_container:has(.frm_scale){display:flex;flex-direction:column;align-items:flex-start;width:fit-content}.with_frm_style .frm_scale_options{display:inline-block;vertical-align:top}.with_frm_style .frm_scale_labels{display:flex;flex-wrap:wrap;font-size:var(--description-font-size,.85em);justify-content:space-between;width:100%}.with_frm_style .frm_scale_before{margin-right:auto;max-width:50%;overflow-wrap:break-word}.with_frm_style .frm_scale_after{margin-left:auto;max-width:50%;overflow-wrap:break-word}.frm_rtl.with_frm_style .frm_scale_labels{direction:ltr}.frm_rtl.with_frm_style .frm_scale_labels>*{direction:var(--direction)}.frm-star-group{white-space:nowrap;display:inline-block}.frm-star-group+p{display:inline-block}.frm-star-group input{opacity:0;position:absolute!important;z-index:-1}.frm-show-form .frm-star-group .frmsvg,.frm-show-form .frm-star-group input+label.star-rating{float:none;font-size:20px;line-height:1;cursor:pointer;background:#fff0;overflow:hidden!important;clear:none;font-style:normal;vertical-align:top;position:relative;width:auto}.frm-star-group .frmsvg{display:inline-block;width:20px;height:20px;fill:#FDB022;vertical-align:text-bottom}.frm-show-form .frm-star-group input+label.star-rating{display:inline-flex;color:#fff0}.frm-show-form .frm-star-group input+label.star-rating:before{content:''}.frm-star-group input[type=radio]:checked+label:before,.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label:before{color:#F0AD4E}.frm-star-group:not(.frm-star-hovered) input[type=radio]:checked+label,.frm-star-group input+label:hover,.frm-star-group:hover input+label:hover,.frm-star-group .star-rating-on,.frm-star-group .star-rating-hover{color:#F0AD4E}.frm-star-group .star-rating-readonly{cursor:default!important}.frm-star-group>svg+svg{margin-left:5px}.frm-star-group .star-rating .frmsvg:last-of-type,.frm-star-group .star-rating-on .frmsvg:first-of-type,.frm-star-group .star-rating-hover .frmsvg:first-of-type{display:none}.frm-star-group .star-rating-on .frmsvg:last-of-type,.frm-star-group .star-rating-hover .frmsvg:last-of-type{display:inline}.with_frm_style .frm_other_input.frm_other_full{margin-top:10px}.frm_left_container .frm_other_input{grid-column:2}.frm_inline_container.frm_other_container .frm_other_input,.frm_left_container.frm_other_container .frm_other_input{margin-left:5px}.frm_right_container.frm_other_container .frm_other_input{margin-right:5px}.frm_inline_container.frm_other_container select~.frm_other_input,.frm_right_container.frm_other_container select~.frm_other_input,.frm_left_container.frm_other_container select~.frm_other_input{margin:0}.with_frm_style input[type=file]::-webkit-file-upload-button{color:var(--text-color);background-color:var(--bg_color);padding:var(--field-pad);border-radius:var(--border-radius);border-color:var(--border-color);border-width:var(--field-border-width);border-style:var(--field-border-style)}.frm_pagination_cont ul.frm_pagination{display:inline-block;list-style:none;margin-left:0!important}.frm_pagination_cont ul.frm_pagination>li{display:inline;list-style:none;margin:2px;background-image:none}ul.frm_pagination>li.active a{text-decoration:none}.frm_pagination_cont ul.frm_pagination>li:first-child{margin-left:0}.archive-pagination.frm_pagination_cont ul.frm_pagination>li{margin:0}.frm_switch_opt{padding:0 8px 0 0;white-space:normal;display:inline;vertical-align:middle;font-size:var(--toggle-font-size);font-weight:var(--check-weight)}.frm_on_label{padding:0 0 0 8px}.frm_on_label,.frm_off_label{color:var(--check-label-color)}.frm_switch{position:relative;display:inline-block;width:40px;height:25px;vertical-align:middle}.frm_switch_block input{display:none!important}.frm_slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--toggle-off-color);transition:0.4s;border-radius:30px}.frm_slider:before{border-radius:50%;position:absolute;content:"";height:23px;width:23px;left:1px;bottom:1px;background-color:#fff;transition:.4s;box-shadow:0 2px 6px rgb(41 58 82 / .31)}input:checked+.frm_switch .frm_slider{background-color:var(--toggle-on-color)}input:focus+.frm_switch .frm_slider{box-shadow:0 0 1px #3177c7}input:checked+.frm_switch .frm_slider:before{transform:translateX(15px)}.frm_rtl .frm_switch_opt{padding:0 8px}.frm_rtl .frm_slider:before{left:16px}.frm_rtl input:checked+.frm_switch .frm_slider:before{transform:none!important;left:1px}.with_frm_style .frm_range_container{padding-top:5px}.with_frm_style input[type=range]{-webkit-appearance:none;display:block;width:100%;height:var(--slider-track-size);font-size:var(--description-font-size);border-radius:calc(var(--border-radius) / 2);margin:10px 0;outline:none;background:var(--slider-bar-color)}.with_frm_style input[type=range]:focus,.with_frm_style input[type=range]:active{background:var(--slider-bar-color)}.with_frm_style input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style input[type=range]::-moz-range-thumb{height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style input[type=range]::-ms-thumb{height:var(--slider-circle-size);width:var(--slider-circle-size);border:2px solid #4199FD;color:#fff;background:#fff;cursor:pointer;border-radius:50%;box-shadow:0 4px 8px -2px rgb(16 24 40 / .1)}.with_frm_style .frm_range_unit,.with_frm_style .frm_range_value{display:inline-block;padding:0 2px}.with_frm_style [class^="frm-text-"] .frm_range_unit,.with_frm_style .frm_range_container>.frm_range_unit,.with_frm_style .frm_range_container .range-value span,.with_frm_style .frm_range_value{font-size:var(--slider-font-size);color:var(--text-color);font-weight:700}.with_frm_style .frm_range_max{float:right}.with_frm_style .frm_range_container input+.frm_range_value{display:block}.frm-text-left{text-align:left}.frm-text-center{text-align:center}.frm-text-right{text-align:right}.with_frm_style .frm_dropzone{border-color:var(--border-color);border-radius:var(--border-radius);color:var(--text-color);background-color:var(--bg-color)}.with_frm_style .frm_dropzone .frm_upload_icon,.with_frm_style .frm_dropzone .dz-remove{color:var(--description-color)}.with_frm_style .frm_compact .frm_dropzone .frm_upload_icon{color:var(--submit-text-color)}.with_frm_style .frm_compact .frm_dropzone .frmsvg{width:18px;height:18px}.with_frm_style .frm_form_field:not(.frm_compact) .frm_dropzone .frmsvg{width:24px;height:24px;display:block;margin:0 auto 8px;color:#667085}.with_frm_style .frm_dropzone .frm_remove_link .frmsvg{width:18px;height:18px;cursor:pointer}.with_frm_style .frm_blank_field .frm_dropzone{border-color:var(--border-color-error);color:var(--text-color-error);background-color:var(--bg-color-error)}.with_frm_style .frm_dropzone .dz-preview .dz-progress{background:var(--progress-bg-color)}.with_frm_style .frm_dropzone .dz-preview .dz-progress .dz-upload,.with_frm_style .frm_dropzone .dz-preview.dz-complete .dz-progress{background:var(--progress-active-bg-color)}.frm_image_size_medium{--image-size:250px}.frm_image_size_large{--image-size:320px}.frm_image_size_xlarge{--image-size:400px}.frm_image_options .frm_opt_container{display:inline-flex;flex-flow:wrap;flex-direction:row;margin:0 -10px}.frm_image_options .frm_radio input[type=radio],.frm_image_options .frm_checkbox input[type=checkbox]{position:absolute!important;top:9px;right:10px;z-index:2;margin:0}.frm_checkbox label.frm-label-disabled,.frm_radio label.frm-label-disabled{opacity:.5}.frm_image_options .frm_image_option_container{border-width:var(--field-border-width);border-style:solid;border-color:var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;box-sizing:border-box;position:relative;height:100%;width:100%;overflow:hidden}.frm_image_options .frm_image_option_container.frm_label_with_image .frm_empty_url,.frm_image_options .frm_image_option_container.frm_label_with_image img{border-bottom-left-radius:0;border-bottom-right-radius:0}.with_frm_style .vertical_radio.frm_image_options .frm_image_option>label{text-indent:0;padding-left:0}.frm_show_images.frm_image_option_container{display:inline-flex;flex-wrap:nowrap;flex-direction:column;text-align:center;align-items:center;width:150px;margin-right:10px;margin-bottom:10px}.frm-summary-page-wrapper .frm_image_option_container img{width:100%;height:150px;object-fit:cover}.frm_image_option_container .frm_selected_checkmark{display:none}.frm_image_option_container .frm_image_placeholder_icon{position:absolute}.frm_image_option_container .frm_image_placeholder_icon svg{width:63px;opacity:.2}.frm_text_label_for_image{font-size:var(--description-font-size);color:var(--description-color);text-align:center;width:100%;padding:10px;word-break:keep-all}.frm_image_options input[type="radio"]:not([disabled])+.frm_image_option_container:hover,.frm_image_options input[type="checkbox"]:not([disabled])+.frm_image_option_container:hover,input[type="radio"]:checked+.frm_image_option_container,input[type="checkbox"]:checked+.frm_image_option_container{border-color:var(--border-color-active)}input[type="radio"]:disabled+.frm_image_option_container,input[type="checkbox"]:disabled+.frm_image_option_container{opacity:.7;border-color:var(--border-color-disabled)}.frm_blank_field.frm_image_options .frm_image_option_container{border-color:var(--border-color-error)}.frm_image_options .frm_image_option_container .frm_empty_url,.frm_image_options .frm_image_option_container img{width:100%;height:150px;height:var(--image-size);object-fit:cover;border-radius:var(--border-radius)}.frm_checkbox label.frm_screen_reader.frm_hidden,.frm_radio label.frm_screen_reader.frm_hidden{width:auto}.frm_image_option_container .frm_empty_url{background:#ecf0f5;display:flex;justify-content:center;align-items:center}.horizontal_radio .frm_checkbox.frm_image_option,.horizontal_radio .frm_radio.frm_image_option{padding-left:0}.frm_checkbox.frm_image_option,.frm_radio.frm_image_option{width:var(--image-size)!important;position:relative}.frm_form_field .frm_checkbox.frm_image_option,.frm_form_field .frm_checkbox.frm_image_option+.frm_checkbox,.frm_form_field .frm_radio.frm_image_option,.frm_form_field .frm_radio.frm_image_option+.frm_radio{margin:10px}.frm_checkbox.frm_image_option label,.frm_radio.frm_image_option label{padding-left:0;margin-left:0;min-height:0;width:100%;visibility:visible}.frm_with_bg_image .frm_form_fields>fieldset{position:relative}.frm_with_bg_image .frm_form_fields>fieldset:before{content:' ';display:block;position:absolute;top:0;height:100%;background-position:50% 0;left:0;width:100%;background-image:var(--bg-image-url);background-repeat:no-repeat;background-size:cover}.frm_with_bg_image .frm_form_fields>fieldset>*:not(.frm_screen_reader){z-index:1;position:relative}.with_frm_style .frm_dropzone.dz-clickable,.with_frm_style .frm-star-group input+label,.with_frm_style .frm_rootline_group{border:var(--field-border-style) var(--field-border-width) #fff0}.with_frm_style .frm_dropzone.dz-clickable:has(button:focus),.with_frm_style .frm-star-group input:focus+label,.with_frm_style .frm_rootline_group:focus{background-color:var(--bg-color-active);border-color:var(--border-color-active);color:var(--text-color);box-shadow:0 1px 1px rgb(0 0 0 / .075) inset,0 0 8px rgb(102 175 233 / .6)}.with_frm_style .frm_range_container input[type=range]:focus::-webkit-slider-runnable-track{box-shadow:0 0 0 3px rgb(102 175 233 / .25)}.with_frm_style .frm_range_container input[type=range]:focus::-moz-range-track{box-shadow:0 0 0 3px rgb(102 175 233 / .25)}.with_frm_style .frm_rootline_group:focus-visible,.with_frm_style .frm_rootline_group input:focus-visible{outline:none}@media screen and (max-width:768px){.frm-pass-req,.frm-pass-verified{width:50%!important;white-space:nowrap}}.frm-pass-req,.frm-pass-verified{display:flex;align-items:center;float:left;width:20%;line-height:20px;font-size:12px;padding-top:4px;min-width:175px}.frm-pass-req .frmsvg,.frm-pass-verified .frmsvg{width:12px;height:12px;padding-right:4px}.passed_svg,.failed_svg{display:none!important}.frm-pass-verified .passed_svg,.frm-pass-req .failed_svg{display:inline-block!important}div.frm-password-strength{width:100%;float:left}.frm_show_password_wrapper{position:relative;display:inline-block}.frm_show_password_wrapper input[type=password],.frm_show_password_wrapper input[type=text]{padding-right:44px;display:block}.frm_show_password_wrapper button{position:absolute;top:50%;height:32px;height:var(--field-height);right:0;border:0;background:transparent!important;cursor:pointer;transform:translateY(-50%);padding:0 10px;color:#BFC3C8;color:var(--border-color);display:flex;align-items:center}.frm_show_password_wrapper button:hover{color:#BFC3C8;color:var(--border-color);background:transparent!important}.frm_show_password_wrapper button svg{width:24px;height:24px}input[type="text"]+.frm_show_password_btn svg:first-child,input[type="password"]+.frm_show_password_btn svg:last-child{display:none}.frm_show_password_btn:focus-visible{outline-offset:-6px;border-radius:8px}div.frm_repeat_grid:after,div.frm_repeat_inline:after,div.frm_repeat_sec:after{content:'';display:table;clear:both}.with_frm_style .frm-summary-page-wrapper{padding:50px;margin:25px 0 50px;border:1px solid var(--border-color);border-radius:var(--border-radius)}.with_frm_style .frm-summary-page-wrapper .frm-edit-page-btn{float:right;margin:0;padding:3px 10px;font-size:13px}.frm-summary-page-wrapper .frm-line-table th{width:40%}button .frm-icon{display:inline-block;color:inherit;width:12px;height:12px;fill:currentColor}.frm-line-table{width:100%;border-collapse:collapse;margin-top:.5em;font-size:var(--font-size)}.frm-line-table tr{background-color:#fff0;border-bottom:1px solid rgb(191 195 200 / .6)}.frm-line-table td,.frm-line-table th{border:0;padding:20px 15px;background-color:#fff0;vertical-align:top;color:var(--label-color)}.frm-line-table th{opacity:.7;font-size:1.1em;font-weight:500}.frm-line-table h3{font-size:21px;font-weight:500;margin:0}.frm_form_field .frm_total_formatted{display:inline-block;margin:5px 0 0}.frm_form_field.frm_total_big .frm_total_formatted{margin:0}.frm_form_field.frm_total_big .frm_total_formatted,.frm_form_field.frm_total_big input[type=text],.frm_form_field.frm_total_big input[type=number],.frm_form_field.frm_total_big input,.frm_form_field.frm_total_big textarea{font-size:32px;font-weight:700;line-height:44px}.frm_round{border-radius:50%}.frm_round.frm_color_block{padding:3px}.frm_square{border-radius:var(--border-radius);object-fit:cover;width:150px;height:150px}.frmsvg{max-width:100%;fill:currentColor;vertical-align:sub;display:inline-block}.frm_smaller{font-size:90%}.frm_small{font-size:14px;font-weight:400}.frm_bigger{font-size:110%}ul.frm_plain_list,ul.frm_plain_list li{list-style:none;list-style-type:none;margin-left:0;margin-right:0;padding-left:0;padding-right:0}ul.frm_inline_list li{display:inline;padding:2px}.frm_flex,.frm_full_row{display:flex;flex-direction:row;flex-wrap:wrap}.frm_full_row>li,.frm_full_row>div{flex:1;text-align:center}.frm_tiles>li,.frm_tiles>div{border:1px solid var(--border-color);border-radius:var(--border-radius);margin-top:20px;padding:25px;box-shadow:0 0 5px 1px rgb(0 0 0 / .075)}.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons svg.frm-svg-icon{fill:var(--repeat-icon-color)}.with_frm_style .frm_remove_form_row:hover,.with_frm_style .frm_add_form_row:hover{border-color:var(--submit-hover-border-color);color:var(--submit-hover-color)}.with_frm_style .frm_remove_form_row.frm_button:hover,.with_frm_style .frm_add_form_row.frm_button:hover{background:var(--submit-hover-bg-color)}.with_frm_style .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frm-svg-icon,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_add_form_row:hover svg.frmsvg,.with_frm_style .frm_repeat_sec .frm_form_field.frm_repeat_buttons .frm_remove_form_row:hover svg.frmsvg{fill:var(--submit-hover-color)}@media only screen and (min-width:601px) and (max-width:782px){.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_first,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_first{grid-column:span 8 / span 8}.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_repeat_buttons,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_repeat_buttons{grid-column:span 4 / span 4}}@media only screen and (min-width:783px) and (max-width:1249px){.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_first,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_first{grid-column:span 9 / span 9}.frm_repeat_inline[data-column-count="2"][data-link-format="text"] .frm_repeat_buttons,.frm_repeat_inline[data-column-count="2"][data-link-format="both"] .frm_repeat_buttons{grid-column:span 3 / span 3}}.frm_tiles h3{margin-top:5px}.frm_forms.frm_full_submit .frm_submit button{width:100%}.frm_forms.frm_full_submit .frm_submit.frm_flex button{width:auto;flex:1}select.frm_loading_lookup[multiple="multiple"]{background-image:none!important}.with_frm_style .frm_submit button.frm_save_draft{color:var(--submit-bg-color);background:var(--submit-text-color);border-color:var(--submit-bg-color)}.frm_image_options:not(.frm_display_format_buttons) .frm_image_option_container :has(.frm_image_placeholder_icon){min-width:var(--image-size)}.with_frm_style input[type=number][readonly]::-webkit-inner-spin-button{-webkit-appearance:none}.frm_slidein .frm_form_fields>fieldset{animation-name:frmSlideInRight;animation-duration:1s}.frm_slidein.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideInLeft}.frm_slidein.frm_slideout .frm_form_fields>fieldset{animation-name:frmSlideOutLeft!important}.frm_slidein.frm_slideout.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideOutRight!important}.frm_slidein .frm-g-recaptcha .grecaptcha-badge{animation-name:fadeIn;animation-duration:2s;animation-fill-mode:both}.frm_single_product_wrap{display:flex;align-items:center}.frm_single_product_image{height:var(--image-size);width:auto;margin-right:8px}.frm_single_product_wrap .frm_empty_url{background:#ecf0f5;display:flex;justify-content:center;align-items:center;width:var(--image-size);height:var(--image-size);margin-right:8px}.frm_single_product_wrap .frm_image_placeholder_icon svg{width:63px;height:auto;opacity:.2}.form-field:not(.frm_image_options) .frm_single_product_image{display:none}@keyframes frmSlideInLeft{0%{opacity:0;transform:translate3d(-3000px,0,0)}100%{opacity:1;transform:none}}@keyframes frmSlideInRight{0%{opacity:0;transform:translate3d(3000px,0,0)}100%{opacity:1;transform:none}}@keyframes frmSlideOutLeft{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes frmSlideOutRight{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(2000px,0,0)}}.frm_slideup .frm_form_fields>fieldset{animation-name:frmSlideDown;animation-duration:1s;animation-fill-mode:both}.frm_slideup.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideUp}.frm_slideup.frm_slideout .frm_form_fields>fieldset{animation-name:frmSlideOutUp!important}.frm_slideup.frm_slideout.frm_going_back .frm_form_fields>fieldset{animation-name:frmSlideOutDown!important}@keyframes frmSlideUp{0%{opacity:0;transform:translate3d(0,-200px,0)}100%{opacity:1;transform:none}}@keyframes frmSlideDown{0%{opacity:0;transform:translate3d(0,200px,0)}100%{opacity:1;transform:none}}@keyframes frmSlideOutUp{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(0,-200px,0)}}@keyframes frmSlideOutDown{0%{opacity:1;transform:none}100%{opacity:0;transform:translate3d(0,200px,0)}}:root{--ss-primary-color:#5897fb;--ss-bg-color:#ffffff;--ss-font-color:#4d4d4d;--ss-font-placeholder-color:#8d8d8d;--ss-disabled-color:#dcdee2;--ss-border-color:#dcdee2;--ss-highlight-color:#fffb8c;--ss-success-color:#00b755;--ss-error-color:#dc3545;--ss-focus-color:#5897fb;--ss-main-height:30px;--ss-content-height:300px;--ss-spacing-l:7px;--ss-spacing-m:5px;--ss-spacing-s:3px;--ss-animation-timing:0.2s;--ss-border-radius:4px}@keyframes ss-valueIn{0%{transform:scale(0);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes ss-valueOut{0%{transform:scale(1);opacity:1}100%{transform:scale(0);opacity:0}}.ss-hide{display:none!important}.ss-main{display:flex;flex-direction:row;position:relative;user-select:none;color:var(--ss-font-color);min-height:var(--ss-main-height);width:100%;padding:var(--ss-spacing-s);cursor:pointer;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;box-sizing:border-box;transition:background-color var(--ss-animation-timing);overflow:hidden}.ss-main:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-main.ss-disabled{background-color:var(--ss-disabled-color);cursor:not-allowed}.ss-main.ss-disabled .ss-values .ss-disabled{color:var(--ss-font-color)}.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-values{display:inline-flex;flex-wrap:wrap;gap:var(--ss-spacing-m);flex:1 1 100%}.ss-main .ss-values .ss-placeholder{display:flex;padding:var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);margin:auto 0 auto 0;line-height:1em;align-items:center;width:100%;color:var(--ss-font-placeholder-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-values .ss-max{display:flex;user-select:none;align-items:center;width:fit-content;font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m);background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius)}.ss-main .ss-values .ss-single{display:flex;margin:auto 0 auto var(--ss-spacing-s)}.ss-main .ss-values .ss-value{display:flex;user-select:none;align-items:center;width:fit-content;background-color:var(--ss-primary-color);border-radius:var(--ss-border-radius);animation-name:ss-valueIn;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-values .ss-value.ss-value-out{animation-name:ss-valueOut;animation-duration:var(--ss-animation-timing);animation-timing-function:ease-out}.ss-main .ss-values .ss-value .ss-value-text{font-size:12px;color:var(--ss-bg-color);line-height:1;padding:var(--ss-spacing-s) var(--ss-spacing-m)}.ss-main .ss-values .ss-value .ss-value-delete{display:flex;align-items:center;height:var(--ss-spacing-l);width:var(--ss-spacing-l);padding:var(--ss-spacing-s) var(--ss-spacing-m);cursor:pointer;border-left:solid 1px var(--ss-bg-color);box-sizing:content-box}.ss-main .ss-values .ss-value .ss-value-delete svg{height:var(--ss-spacing-l);width:var(--ss-spacing-l)}.ss-main .ss-values .ss-value .ss-value-delete svg path{fill:none;stroke:var(--ss-bg-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-deselect{display:flex;align-self:center;justify-content:flex-end;flex:0 1 auto;width:8px;height:8px;margin:0 var(--ss-spacing-m) 0 var(--ss-spacing-m)}.ss-main .ss-deselect svg{width:8px;height:8px}.ss-main .ss-deselect svg path{fill:none;stroke:var(--ss-font-color);stroke-width:20;stroke-linecap:round;stroke-linejoin:round}.ss-main .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-main .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content{position:absolute;display:flex;height:auto;flex-direction:column;width:auto;max-height:var(--ss-content-height);box-sizing:border-box;border:solid 1px var(--ss-border-color);background-color:var(--ss-bg-color);transition:transform var(--ss-animation-timing),opacity var(--ss-animation-timing);opacity:0;transform:scaleY(0);transform-origin:center top;overflow:hidden;z-index:10000}.ss-content.ss-relative{position:relative;height:100%}.ss-content.ss-open-above{flex-direction:column-reverse;opacity:1;transform:scaleY(1);transform-origin:center bottom;border-top-left-radius:var(--ss-border-radius);border-top-right-radius:var(--ss-border-radius)}.ss-content.ss-open-below{opacity:1;transform:scaleY(1);transform-origin:center top;border-bottom-left-radius:var(--ss-border-radius);border-bottom-right-radius:var(--ss-border-radius)}.ss-content .ss-search{flex:0 1 auto;display:flex;flex-direction:row;padding:var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;padding:var(--ss-spacing-m) var(--ss-spacing-l);margin:0;border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius);background-color:var(--ss-bg-color);outline:0;text-align:left;box-sizing:border-box}.ss-content .ss-search input::placeholder{color:var(--ss-font-placeholder-color);vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px var(--ss-focus-color)}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 auto;height:auto;margin:0 0 0 var(--ss-spacing-m);border:1px solid var(--ss-border-color);border-radius:var(--ss-border-radius)}.ss-content .ss-search .ss-addable svg{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;width:12px;height:12px;margin:auto var(--ss-spacing-m) auto var(--ss-spacing-m)}.ss-content .ss-search .ss-addable svg path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list{flex:1 1 auto;height:auto;overflow-x:hidden;overflow-y:auto}.ss-content .ss-list .ss-error{color:var(--ss-error-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-searching{color:var(--ss-font-color);padding:var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup.ss-close .ss-option{display:none!important}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text{flex:1 1 auto;font-weight:700;color:var(--ss-font-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow){cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions{flex:0 1 auto;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ss-spacing-m)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall{flex:0 0 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover{opacity:.5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path{stroke:var(--ss-error-color)}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span{flex:0 1 auto;display:flex;align-items:center;justify-content:center;font-size:60%;text-align:center;padding:0 var(--ss-spacing-s) 0 0}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg{flex:0 1 auto;width:13px;height:13px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path{fill:none;stroke:var(--ss-success-color);stroke-linecap:round;stroke-linejoin:round}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child{stroke-width:5}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child{stroke-width:11}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable{flex:0 1 auto;display:flex;flex-direction:row;cursor:pointer}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow{flex:1 1 auto;width:10px;height:10px}.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path{fill:none;stroke:var(--ss-font-color);stroke-width:18;stroke-linecap:round;stroke-linejoin:round;transition-timing-function:ease-out;transition:var(--ss-animation-timing)}.ss-content .ss-list .ss-optgroup .ss-option{padding:var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l)*3)}.ss-content .ss-list .ss-option{display:flex;padding:var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);color:var(--ss-font-color);cursor:pointer;user-select:none}.ss-content .ss-list .ss-option:hover{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected{color:var(--ss-bg-color);background-color:var(--ss-primary-color)}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;background-color:var(--ss-disabled-color)}.ss-content .ss-list .ss-option.ss-disabled:hover{color:var(--ss-font-color)}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:var(--ss-highlight-color)}.frm_forms{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-search-icon-color:#999;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.frm_forms .iti{position:relative;display:inline-block}.frm_forms .iti *{box-sizing:border-box}.frm_forms .iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.frm_forms .iti input.iti__tel-input,.frm_forms .iti input.iti__tel-input[type="text"],.frm_forms .iti input.iti__tel-input[type="tel"]{position:relative;z-index:0;margin:0!important}.frm_forms .iti__country-container{position:absolute;top:0;bottom:0;left:0;padding:var(--iti-border-width)}.frm_forms .iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:none;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.frm_forms .iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.frm_forms .iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid #fff0;border-right:var(--iti-triangle-border) solid #fff0;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}.frm_forms .iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.frm_forms .iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.frm_forms .iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width) * -1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgb(0 0 0 / .2)}.frm_forms .iti__search-input{width:100%;border-width:0;border-radius:3px;padding-left:30px;padding-right:28px}.frm_forms [dir="rtl"] .iti__search-input{padding-left:inherit;padding-right:30px;background-position:right 8px center}.frm_forms .iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.frm_forms .iti__search-input::-webkit-search-cancel-button{appearance:none}.frm_forms .iti__search-input-wrapper{position:relative;display:flex;align-items:center}.frm_forms .iti__search-icon{position:absolute;left:8px;display:flex;pointer-events:none}.frm_forms [dir="rtl"] .iti__search-icon{left:auto;right:8px}.frm_forms .iti__search-icon-svg{stroke:var(--iti-search-icon-color);fill:none;stroke-width:3}.frm_forms .iti__search-clear{position:absolute;right:4px;background:#fff0;border:0;border-radius:3px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:background-color 0.15s ease;width:24px;height:24px}.frm_forms .iti__search-clear .iti__search-clear-x{stroke-width:2}.frm_forms .iti__search-clear .iti__search-clear-bg{fill:var(--iti-search-icon-color)}.frm_forms [dir="rtl"] .iti__search-clear{right:auto;left:4px}.frm_forms .iti__search-clear:hover,.frm_forms .iti__search-clear:focus-visible{background:var(--iti-hover-color);outline:none}.frm_forms .iti__no-results{text-align:center;padding:30px 0}.frm_forms .iti__country-list{list-style:none;padding:0;margin:0;cursor:pointer;overflow-y:scroll;-webkit-overflow-scrolling:touch}.frm_forms .iti--inline-dropdown .iti__country-list{max-height:185px}.frm_forms .iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.frm_forms .iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.frm_forms .iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:none}.frm_forms .iti__dial-code{color:var(--iti-dialcode-color)}.frm_forms .iti__country.iti__highlight{background-color:var(--iti-hover-color)}.frm_forms .iti__country-list .iti__flag,.frm_forms .iti__country-name{margin-right:var(--iti-spacer-horizontal)}.frm_forms [dir="rtl"] .iti__country-list .iti__flag,.frm_forms [dir="rtl"] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) button.iti__selected-country{cursor:pointer}.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.frm_forms .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.frm_forms .iti .iti__selected-dial-code{margin-left:4px}.frm_forms .iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.frm_forms .iti--container:hover{cursor:pointer}.frm_forms .iti__hide{display:none}.frm_forms .iti__v-hide{visibility:hidden}.frm_forms .iti--fullscreen-popup.iti--container{background-color:rgb(0 0 0 / .5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.frm_forms .iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.frm_forms .iti--fullscreen-popup .iti__country{padding:10px 10px;line-height:1.5em}.frm_forms .iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.frm_forms .iti__ac{--iti-flag-offset:0px}.frm_forms .iti__ad{--iti-flag-offset:-16px}.frm_forms .iti__ae{--iti-flag-offset:-32px}.frm_forms .iti__af{--iti-flag-offset:-48px}.frm_forms .iti__ag{--iti-flag-offset:-64px}.frm_forms .iti__ai{--iti-flag-offset:-80px}.frm_forms .iti__al{--iti-flag-offset:-96px}.frm_forms .iti__am{--iti-flag-offset:-112px}.frm_forms .iti__ao{--iti-flag-offset:-128px}.frm_forms .iti__ar{--iti-flag-offset:-144px}.frm_forms .iti__as{--iti-flag-offset:-160px}.frm_forms .iti__at{--iti-flag-offset:-176px}.frm_forms .iti__au{--iti-flag-offset:-192px}.frm_forms .iti__aw{--iti-flag-offset:-208px}.frm_forms .iti__ax{--iti-flag-offset:-224px}.frm_forms .iti__az{--iti-flag-offset:-240px}.frm_forms .iti__ba{--iti-flag-offset:-256px}.frm_forms .iti__bb{--iti-flag-offset:-272px}.frm_forms .iti__bd{--iti-flag-offset:-288px}.frm_forms .iti__be{--iti-flag-offset:-304px}.frm_forms .iti__bf{--iti-flag-offset:-320px}.frm_forms .iti__bg{--iti-flag-offset:-336px}.frm_forms .iti__bh{--iti-flag-offset:-352px}.frm_forms .iti__bi{--iti-flag-offset:-368px}.frm_forms .iti__bj{--iti-flag-offset:-384px}.frm_forms .iti__bl{--iti-flag-offset:-400px}.frm_forms .iti__bm{--iti-flag-offset:-416px}.frm_forms .iti__bn{--iti-flag-offset:-432px}.frm_forms .iti__bo{--iti-flag-offset:-448px}.frm_forms .iti__bq{--iti-flag-offset:-464px}.frm_forms .iti__br{--iti-flag-offset:-480px}.frm_forms .iti__bs{--iti-flag-offset:-496px}.frm_forms .iti__bt{--iti-flag-offset:-512px}.frm_forms .iti__bw{--iti-flag-offset:-528px}.frm_forms .iti__by{--iti-flag-offset:-544px}.frm_forms .iti__bz{--iti-flag-offset:-560px}.frm_forms .iti__ca{--iti-flag-offset:-576px}.frm_forms .iti__cc{--iti-flag-offset:-592px}.frm_forms .iti__cd{--iti-flag-offset:-608px}.frm_forms .iti__cf{--iti-flag-offset:-624px}.frm_forms .iti__cg{--iti-flag-offset:-640px}.frm_forms .iti__ch{--iti-flag-offset:-656px}.frm_forms .iti__ci{--iti-flag-offset:-672px}.frm_forms .iti__ck{--iti-flag-offset:-688px}.frm_forms .iti__cl{--iti-flag-offset:-704px}.frm_forms .iti__cm{--iti-flag-offset:-720px}.frm_forms .iti__cn{--iti-flag-offset:-736px}.frm_forms .iti__co{--iti-flag-offset:-752px}.frm_forms .iti__cr{--iti-flag-offset:-768px}.frm_forms .iti__cu{--iti-flag-offset:-784px}.frm_forms .iti__cv{--iti-flag-offset:-800px}.frm_forms .iti__cw{--iti-flag-offset:-816px}.frm_forms .iti__cx{--iti-flag-offset:-832px}.frm_forms .iti__cy{--iti-flag-offset:-848px}.frm_forms .iti__cz{--iti-flag-offset:-864px}.frm_forms .iti__de{--iti-flag-offset:-880px}.frm_forms .iti__dj{--iti-flag-offset:-896px}.frm_forms .iti__dk{--iti-flag-offset:-912px}.frm_forms .iti__dm{--iti-flag-offset:-928px}.frm_forms .iti__do{--iti-flag-offset:-944px}.frm_forms .iti__dz{--iti-flag-offset:-960px}.frm_forms .iti__ec{--iti-flag-offset:-976px}.frm_forms .iti__ee{--iti-flag-offset:-992px}.frm_forms .iti__eg{--iti-flag-offset:-1008px}.frm_forms .iti__eh{--iti-flag-offset:-1024px}.frm_forms .iti__er{--iti-flag-offset:-1040px}.frm_forms .iti__es{--iti-flag-offset:-1056px}.frm_forms .iti__et{--iti-flag-offset:-1072px}.frm_forms .iti__fi{--iti-flag-offset:-1088px}.frm_forms .iti__fj{--iti-flag-offset:-1104px}.frm_forms .iti__fk{--iti-flag-offset:-1120px}.frm_forms .iti__fm{--iti-flag-offset:-1136px}.frm_forms .iti__fo{--iti-flag-offset:-1152px}.frm_forms .iti__fr{--iti-flag-offset:-1168px}.frm_forms .iti__ga{--iti-flag-offset:-1184px}.frm_forms .iti__gb{--iti-flag-offset:-1200px}.frm_forms .iti__gd{--iti-flag-offset:-1216px}.frm_forms .iti__ge{--iti-flag-offset:-1232px}.frm_forms .iti__gf{--iti-flag-offset:-1248px}.frm_forms .iti__gg{--iti-flag-offset:-1264px}.frm_forms .iti__gh{--iti-flag-offset:-1280px}.frm_forms .iti__gi{--iti-flag-offset:-1296px}.frm_forms .iti__gl{--iti-flag-offset:-1312px}.frm_forms .iti__gm{--iti-flag-offset:-1328px}.frm_forms .iti__gn{--iti-flag-offset:-1344px}.frm_forms .iti__gp{--iti-flag-offset:-1360px}.frm_forms .iti__gq{--iti-flag-offset:-1376px}.frm_forms .iti__gr{--iti-flag-offset:-1392px}.frm_forms .iti__gt{--iti-flag-offset:-1408px}.frm_forms .iti__gu{--iti-flag-offset:-1424px}.frm_forms .iti__gw{--iti-flag-offset:-1440px}.frm_forms .iti__gy{--iti-flag-offset:-1456px}.frm_forms .iti__hk{--iti-flag-offset:-1472px}.frm_forms .iti__hn{--iti-flag-offset:-1488px}.frm_forms .iti__hr{--iti-flag-offset:-1504px}.frm_forms .iti__ht{--iti-flag-offset:-1520px}.frm_forms .iti__hu{--iti-flag-offset:-1536px}.frm_forms .iti__id{--iti-flag-offset:-1552px}.frm_forms .iti__ie{--iti-flag-offset:-1568px}.frm_forms .iti__il{--iti-flag-offset:-1584px}.frm_forms .iti__im{--iti-flag-offset:-1600px}.frm_forms .iti__in{--iti-flag-offset:-1616px}.frm_forms .iti__io{--iti-flag-offset:-1632px}.frm_forms .iti__iq{--iti-flag-offset:-1648px}.frm_forms .iti__ir{--iti-flag-offset:-1664px}.frm_forms .iti__is{--iti-flag-offset:-1680px}.frm_forms .iti__it{--iti-flag-offset:-1696px}.frm_forms .iti__je{--iti-flag-offset:-1712px}.frm_forms .iti__jm{--iti-flag-offset:-1728px}.frm_forms .iti__jo{--iti-flag-offset:-1744px}.frm_forms .iti__jp{--iti-flag-offset:-1760px}.frm_forms .iti__ke{--iti-flag-offset:-1776px}.frm_forms .iti__kg{--iti-flag-offset:-1792px}.frm_forms .iti__kh{--iti-flag-offset:-1808px}.frm_forms .iti__ki{--iti-flag-offset:-1824px}.frm_forms .iti__km{--iti-flag-offset:-1840px}.frm_forms .iti__kn{--iti-flag-offset:-1856px}.frm_forms .iti__kp{--iti-flag-offset:-1872px}.frm_forms .iti__kr{--iti-flag-offset:-1888px}.frm_forms .iti__kw{--iti-flag-offset:-1904px}.frm_forms .iti__ky{--iti-flag-offset:-1920px}.frm_forms .iti__kz{--iti-flag-offset:-1936px}.frm_forms .iti__la{--iti-flag-offset:-1952px}.frm_forms .iti__lb{--iti-flag-offset:-1968px}.frm_forms .iti__lc{--iti-flag-offset:-1984px}.frm_forms .iti__li{--iti-flag-offset:-2000px}.frm_forms .iti__lk{--iti-flag-offset:-2016px}.frm_forms .iti__lr{--iti-flag-offset:-2032px}.frm_forms .iti__ls{--iti-flag-offset:-2048px}.frm_forms .iti__lt{--iti-flag-offset:-2064px}.frm_forms .iti__lu{--iti-flag-offset:-2080px}.frm_forms .iti__lv{--iti-flag-offset:-2096px}.frm_forms .iti__ly{--iti-flag-offset:-2112px}.frm_forms .iti__ma{--iti-flag-offset:-2128px}.frm_forms .iti__mc{--iti-flag-offset:-2144px}.frm_forms .iti__md{--iti-flag-offset:-2160px}.frm_forms .iti__me{--iti-flag-offset:-2176px}.frm_forms .iti__mf{--iti-flag-offset:-2192px}.frm_forms .iti__mg{--iti-flag-offset:-2208px}.frm_forms .iti__mh{--iti-flag-offset:-2224px}.frm_forms .iti__mk{--iti-flag-offset:-2240px}.frm_forms .iti__ml{--iti-flag-offset:-2256px}.frm_forms .iti__mm{--iti-flag-offset:-2272px}.frm_forms .iti__mn{--iti-flag-offset:-2288px}.frm_forms .iti__mo{--iti-flag-offset:-2304px}.frm_forms .iti__mp{--iti-flag-offset:-2320px}.frm_forms .iti__mq{--iti-flag-offset:-2336px}.frm_forms .iti__mr{--iti-flag-offset:-2352px}.frm_forms .iti__ms{--iti-flag-offset:-2368px}.frm_forms .iti__mt{--iti-flag-offset:-2384px}.frm_forms .iti__mu{--iti-flag-offset:-2400px}.frm_forms .iti__mv{--iti-flag-offset:-2416px}.frm_forms .iti__mw{--iti-flag-offset:-2432px}.frm_forms .iti__mx{--iti-flag-offset:-2448px}.frm_forms .iti__my{--iti-flag-offset:-2464px}.frm_forms .iti__mz{--iti-flag-offset:-2480px}.frm_forms .iti__na{--iti-flag-offset:-2496px}.frm_forms .iti__nc{--iti-flag-offset:-2512px}.frm_forms .iti__ne{--iti-flag-offset:-2528px}.frm_forms .iti__nf{--iti-flag-offset:-2544px}.frm_forms .iti__ng{--iti-flag-offset:-2560px}.frm_forms .iti__ni{--iti-flag-offset:-2576px}.frm_forms .iti__nl{--iti-flag-offset:-2592px}.frm_forms .iti__no{--iti-flag-offset:-2608px}.frm_forms .iti__np{--iti-flag-offset:-2624px}.frm_forms .iti__nr{--iti-flag-offset:-2640px}.frm_forms .iti__nu{--iti-flag-offset:-2656px}.frm_forms .iti__nz{--iti-flag-offset:-2672px}.frm_forms .iti__om{--iti-flag-offset:-2688px}.frm_forms .iti__pa{--iti-flag-offset:-2704px}.frm_forms .iti__pe{--iti-flag-offset:-2720px}.frm_forms .iti__pf{--iti-flag-offset:-2736px}.frm_forms .iti__pg{--iti-flag-offset:-2752px}.frm_forms .iti__ph{--iti-flag-offset:-2768px}.frm_forms .iti__pk{--iti-flag-offset:-2784px}.frm_forms .iti__pl{--iti-flag-offset:-2800px}.frm_forms .iti__pm{--iti-flag-offset:-2816px}.frm_forms .iti__pr{--iti-flag-offset:-2832px}.frm_forms .iti__ps{--iti-flag-offset:-2848px}.frm_forms .iti__pt{--iti-flag-offset:-2864px}.frm_forms .iti__pw{--iti-flag-offset:-2880px}.frm_forms .iti__py{--iti-flag-offset:-2896px}.frm_forms .iti__qa{--iti-flag-offset:-2912px}.frm_forms .iti__re{--iti-flag-offset:-2928px}.frm_forms .iti__ro{--iti-flag-offset:-2944px}.frm_forms .iti__rs{--iti-flag-offset:-2960px}.frm_forms .iti__ru{--iti-flag-offset:-2976px}.frm_forms .iti__rw{--iti-flag-offset:-2992px}.frm_forms .iti__sa{--iti-flag-offset:-3008px}.frm_forms .iti__sb{--iti-flag-offset:-3024px}.frm_forms .iti__sc{--iti-flag-offset:-3040px}.frm_forms .iti__sd{--iti-flag-offset:-3056px}.frm_forms .iti__se{--iti-flag-offset:-3072px}.frm_forms .iti__sg{--iti-flag-offset:-3088px}.frm_forms .iti__sh{--iti-flag-offset:-3104px}.frm_forms .iti__si{--iti-flag-offset:-3120px}.frm_forms .iti__sj{--iti-flag-offset:-3136px}.frm_forms .iti__sk{--iti-flag-offset:-3152px}.frm_forms .iti__sl{--iti-flag-offset:-3168px}.frm_forms .iti__sm{--iti-flag-offset:-3184px}.frm_forms .iti__sn{--iti-flag-offset:-3200px}.frm_forms .iti__so{--iti-flag-offset:-3216px}.frm_forms .iti__sr{--iti-flag-offset:-3232px}.frm_forms .iti__ss{--iti-flag-offset:-3248px}.frm_forms .iti__st{--iti-flag-offset:-3264px}.frm_forms .iti__sv{--iti-flag-offset:-3280px}.frm_forms .iti__sx{--iti-flag-offset:-3296px}.frm_forms .iti__sy{--iti-flag-offset:-3312px}.frm_forms .iti__sz{--iti-flag-offset:-3328px}.frm_forms .iti__tc{--iti-flag-offset:-3344px}.frm_forms .iti__td{--iti-flag-offset:-3360px}.frm_forms .iti__tg{--iti-flag-offset:-3376px}.frm_forms .iti__th{--iti-flag-offset:-3392px}.frm_forms .iti__tj{--iti-flag-offset:-3408px}.frm_forms .iti__tk{--iti-flag-offset:-3424px}.frm_forms .iti__tl{--iti-flag-offset:-3440px}.frm_forms .iti__tm{--iti-flag-offset:-3456px}.frm_forms .iti__tn{--iti-flag-offset:-3472px}.frm_forms .iti__to{--iti-flag-offset:-3488px}.frm_forms .iti__tr{--iti-flag-offset:-3504px}.frm_forms .iti__tt{--iti-flag-offset:-3520px}.frm_forms .iti__tv{--iti-flag-offset:-3536px}.frm_forms .iti__tw{--iti-flag-offset:-3552px}.frm_forms .iti__tz{--iti-flag-offset:-3568px}.frm_forms .iti__ua{--iti-flag-offset:-3584px}.frm_forms .iti__ug{--iti-flag-offset:-3600px}.frm_forms .iti__us{--iti-flag-offset:-3616px}.frm_forms .iti__uy{--iti-flag-offset:-3632px}.frm_forms .iti__uz{--iti-flag-offset:-3648px}.frm_forms .iti__va{--iti-flag-offset:-3664px}.frm_forms .iti__vc{--iti-flag-offset:-3680px}.frm_forms .iti__ve{--iti-flag-offset:-3696px}.frm_forms .iti__vg{--iti-flag-offset:-3712px}.frm_forms .iti__vi{--iti-flag-offset:-3728px}.frm_forms .iti__vn{--iti-flag-offset:-3744px}.frm_forms .iti__vu{--iti-flag-offset:-3760px}.frm_forms .iti__wf{--iti-flag-offset:-3776px}.frm_forms .iti__ws{--iti-flag-offset:-3792px}.frm_forms .iti__xk{--iti-flag-offset:-3808px}.frm_forms .iti__ye{--iti-flag-offset:-3824px}.frm_forms .iti__yt{--iti-flag-offset:-3840px}.frm_forms .iti__za{--iti-flag-offset:-3856px}.frm_forms .iti__zm{--iti-flag-offset:-3872px}.frm_forms .iti__zw{--iti-flag-offset:-3888px}.frm_forms .iti__globe{background-size:contain;background-position:right;box-shadow:none;height:19px}.with_frm_style .iti{width:var(--field-width);--iti-spacer-horizontal:12px;--iti-arrow-padding:4px;--iti-selected-country-arrow-padding:calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding) + 8px);--iti-hover-color:var(--bg-color-disabled)}@media only screen and (max-width:782px){.with_frm_style .iti{width:auto}}.with_frm_style .iti__country{font-size:var(--field-font-size)}.with_frm_style .iti__selected-country{background-color:unset!important}.with_frm_style .iti__flag{background-image:url(//www.villasoludden.se/wp-content/plugins/formidable-pro/images/intl-tel-input/flags.webp);transform:scale(.9)}@media (min-resolution:2x){.with_frm_style .iti__flag{background-image:url(//www.villasoludden.se/wp-content/plugins/formidable-pro/images/intl-tel-input/flags@2x.webp)}}.with_frm_style .iti__globe{background-image:url(//www.villasoludden.se/wp-content/plugins/formidable-pro/images/intl-tel-input/globe.webp)}@media (min-resolution:2x){.with_frm_style .iti__globe{background-image:url(//www.villasoludden.se/wp-content/plugins/formidable-pro/images/intl-tel-input/globe@2x.webp)}}.with_frm_style .iti__arrow{border:0;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1667 7.16669L8.00004 9.50002L5.83337 7.16669' stroke='%2398A2B3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}.with_frm_style .iti--fullscreen-popup .iti__dropdown-content{padding:20px 15px}.with_frm_style .iti__search-input-wrapper{margin:3px 8px}.with_frm_style .iti__search-input{border-width:0!important;padding-left:30px!important}.with_frm_style .iti__selected-country-primary{border-radius:var(--border-radius,8px)}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}.frm_dropzone,.frm_dropzone *{box-sizing:border-box}.frm_form_field:not(.frm_compact) .frm_dropzone{max-width:520px}.frm_dropzone.frm_single_upload,.frm_dropzone.dz-clickable{min-height:36px;margin-top:5px;line-height:1.42857143}.frm_dropzone.dz-clickable *{cursor:default}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload,.frm_form_field.frm_full .frm_dropzone.dz-started.frm_single_upload,.frm_form_field.frm_full_upload .frm_dropzone.dz-started.frm_single_upload{max-width:100%}.frm_form_field.frm_full .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_form_field.frm_full_upload .frm_dropzone.dz-clickable.frm_single_upload .dz-message{margin:.5em 0 1em}.frm_dropzone .dz-message{border:1px dashed #98A2B3;background:#fff;padding:24px;border-radius:8px;border-radius:var(--border-radius);cursor:pointer;display:none;font-size:14px;text-align:center;margin:0}.frm_dropzone.frm_single_upload.dz-started .dz-message{display:none}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone .frm_upload_icon{display:block}.frm_dropzone.dz-clickable .dz-message,.frm_dropzone.dz-clickable .dz-message *{cursor:pointer}#frm_form_editor_container .frm_dropzone.dz-clickable,#frm_form_editor_container .frm_dropzone.dz-clickable *{cursor:default}.frm_dropzone.dz-drag-hover .dz-message{opacity:.5}.frm_dropzone .frm_upload_icon:before{font-size:40px}.frm_dropzone .frm_small_text{font-size:12px;color:#98A2B3;color:var(--form-desc-color);margin-top:4px}.frm_dropzone .frm_small_text p{margin:0}.frm_dropzone.dz-drag-hover{border-style:solid}.frm_dropzone .dz-preview{display:flex;gap:8px;border-radius:8px;border-radius:var(--border-radius);padding:12px;margin-bottom:8px}.frm_form_field:not(.frm_compact) .frm_dropzone .dz-preview{border:1px solid #EAECF0}.frm_form_field:not(.frm_compact) .frm_dropzone.frm_multi_upload .dz-message+.dz-preview{margin-top:16px}.frm_dropzone .dz-preview:last-child{margin-bottom:0}.frm_dropzone .dz-preview:hover{z-index:1000}.frm_dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.frm_dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity 0.2s linear}.frm_dropzone .dz-preview .dz-remove{cursor:pointer;border:none;float:right}.frm_dropzone .dz-preview:hover .dz-details{opacity:1}.frm_dropzone .dz-preview .dz-details{font-size:14px;font-weight:500}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-filename{display:inline-block;overflow:hidden;white-space:nowrap}.frm_dropzone .dz-preview .dz-details .dz-size,.frm_dropzone .dz-preview .dz-details .dz-size strong{color:#98A2B3;color:var(--form-desc-color);font-weight:400}.frm_dropzone .dz-preview .dz-details .dz-filename{max-width:65%;text-overflow:ellipsis}.frm_dropzone .dz-preview .dz-details .dz-filename a{cursor:pointer}.frm_dropzone .dz-preview .dz-column{flex-grow:1;max-width:100%}.frm_dropzone .dz-preview .dz-image{max-width:30%;overflow:hidden}.frm_dropzone .dz-preview .dz-image img{max-height:32px;border-radius:8px;border-radius:var(--border-radius)}.frm_dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.frm_dropzone .dz-preview.dz-processing .dz-progress{transition:all 0.2s linear}.frm_dropzone .dz-preview .dz-progress{pointer-events:none;position:relative;height:6px;width:100%;background:#EAECF0;background:var(--progress-bg-color);-webkit-transform:scale(1);border-radius:8px;border-radius:var(--border-radius);overflow:hidden}.frm_dropzone .dz-preview .dz-progress .dz-upload,.frm_dropzone .dz-preview.dz-complete .dz-progress{background:#333;background:linear-gradient(to bottom,#666,#444)}.frm_dropzone .dz-preview .dz-progress .dz-upload{position:absolute;top:0;left:0;bottom:0;width:0;transition:width 300ms ease-in-out}.frm_dropzone .dz-preview.dz-error .dz-error-message{display:block;opacity:1;pointer-events:auto}.frm_dropzone .dz-preview .dz-error-message{pointer-events:none;display:none;opacity:0;transition:opacity 0.3s ease;color:#B94A48;padding:.5em}.frm_dropzone .fallback input[type=file]{display:block}.frm_compact_text{display:none}.frm_compact .frm_dropzone.dz-clickable{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;padding:0;border:none;background-color:#fff0}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload{max-width:100%}.frm_compact .frm_compact_text{display:inline}.frm_upload_text button,.frm_compact_text button{background:none!important;color:inherit!important;border:none;padding:0!important;font:inherit!important;font-weight:500!important;cursor:pointer!important;outline:inherit!important;height:auto!important;white-space:break-spaces}.frm_compact .frm_dropzone.dz-clickable.frm_single_upload .dz-message,.frm_compact .frm_dropzone.dz-clickable .dz-message{font-size:14px;border:1px solid #dfdfdf;background:#fff;display:inline-block;min-width:fit-content;border-radius:4px;padding:6px 11px;box-sizing:border-box;box-shadow:0 1px 1px #eee;vertical-align:middle;margin:0 0 1em}.frm_compact .frm_dropzone.frm_single_upload.dz-started .dz-message,.frm_compact .frm_dropzone.frm_single_upload.dz-started.dz-clickable .dz-message{display:none}.frm_compact .frm_dropzone .frm_upload_icon:before{font-size:22px;padding-right:7px;vertical-align:middle}.frm_compact .frm_dropzone .frm_upload_icon{display:inline}.frm_compact .frm_dropzone .dz-preview{min-height:20px;max-width:200px;margin:0 5px;padding:0;display:inline-block;border-bottom:none}.frm_compact .frm_dropzone .dz-preview.frm_clearfix:after{content:''}.frm_compact .frm_dropzone .frm_upload_text,.frm_compact .frm_dropzone .frm_small_text,.frm_compact .frm_dropzone .dz-preview .dz-image,.frm_compact .frm_dropzone .dz-preview .dz-details .dz-size{display:none}.frm_compact .frm_dropzone .dz-preview .dz-details{margin:0}.frm_compact .frm_dropzone .dz-preview .dz-column{float:none;width:100%}.frm_compact .frm_dropzone .dz-preview .dz-details .dz-filename{overflow:hidden;text-overflow:ellipsis}.frm-show-form .dz-hidden-input{display:none}.frm_rootline_group{text-align:center;margin:20px auto 30px;width:100%}ul.frm_page_bar{list-style-type:none;margin:0!important;padding:0;width:100%;display:flex;flex-wrap:wrap;box-sizing:border-box}ul.frm_rootline{align-items:baseline}ul.frm_page_bar li{display:flex;flex:1;align-items:center;justify-content:center;flex-direction:column}.frm_page_bar.frm_hidden,.frm_page_bar .frm_hidden{display:none!important}ul.frm_rootline_hidden_steps{z-index:1;display:flex;width:auto;position:absolute;background:#fff;padding:16px;gap:16px;flex-direction:column;border-radius:6px;box-shadow:0 8px 24px rgb(40 47 54 / 15%);top:calc(var(--progress-size) + 10px)}.frm_show_titles ul.frm_rootline_hidden_steps{min-width:min(100%, 400px)}ul.frm_rootline_hidden_steps li{white-space:nowrap;text-align:start;z-index:1;cursor:pointer;flex-direction:row;gap:16px;position:relative}.frm_rootline_hidden_steps li span.frm_rootline_title.frm_prev_page_title{text-decoration:line-through;opacity:.45;font-weight:400}.frm_rtl .frm_rootline.frm_show_lines>.frm_rootline_single:first-child::after,.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after,.frm_rootline.frm_show_lines>.frm_rootline_single:after{height:var(--progress-border-size);background:var(--progress-border-color);content:'';position:absolute;top:12px;top:calc(( var(--progress-size) / 2 ) - var(--progress-border-size));left:50%;width:100%;z-index:-1}.frm_rtl .frm_rootline.frm_show_lines>.frm_rootline_single::after{right:50%;left:auto}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:last-child::after,.frm_rootline.frm_show_lines>.frm_rootline_single:last-child::after{content:none}.frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after{width:var(--progress-border-size);height:100%;top:max(50%, 20px);left:calc(( var(--progress-size) / 2 ) - var(--progress-border-size))}.frm_rtl .frm_rootline.frm_show_lines ul.frm_rootline_hidden_steps li:after{right:calc(( var(--progress-size) / 2 ) + var(--progress-border-size));left:auto}.frm_rootline_hidden_steps .frm_rootline_title{flex:1}.frm_rootline_hidden_steps .frm_rootline_single input{margin:0!important}.frm_page_bar .frm_rootline_single input{margin-bottom:2px;font-size:14px}.frm_forms .frm_page_bar input,.frm_forms .frm_page_bar input:disabled{transition:background-color 0.1s ease;color:var(--progress-color);background-color:var(--progress-bg-color);border-width:var(--progress-border-size);border-style:solid;border-color:var(--progress-border-color-b);cursor:pointer}.frm_forms .frm_page_bar input:hover,.frm_forms .frm_page_bar input:focus{color:#2b3747;background-color:#d6d6d6}.frm_forms .frm_rootline input{font-size:14px;font-weight:500}.frm_forms .frm_rootline input:hover{opacity:1}.frm_forms .frm_rootline input:focus{outline:none}.frm_forms .frm_rootline .frm_rootline_single input{border-width:0}.frm_forms .frm_progress_line input.frm_page_back{background-color:var(--progress-active-bg-color)}.frm_forms .frm_rootline input.frm_page_back{background-color:var(--progress-color);color:var(--progress-active-color)}.frm_forms .frm_rootline input.frm_page_back:hover,.frm_forms .frm_rootline input.frm_page_back:focus{background-color:#6c7888;color:#fff}.frm_forms .frm_page_bar .frm_current_page input[type="button"]{background-color:var(--progress-bg-color);border-color:var(--progress-border-color)}.frm_progress .frm_rootline_single{text-align:center;margin:0;padding:0}.frm_rootline>.frm_rootline_single{min-width:50px;position:relative;padding:0 10px;margin-left:0;margin-right:0}.frm_rootline.frm_show_titles>.frm_rootline_single{min-width:min(150px, 30%)}.frm_rootline_single input{display:flex;text-align:center;justify-content:center;margin:auto}.frm_rootline_hidden_steps .frm_rootline_single input{display:inline-block}.frm_current_page .frm_rootline_title{color:var(--progress-active-color)}.frm_rootline_title,.frm_pages_complete,.frm_percent_complete{font-size:12px;font-weight:500;padding:6px 0;color:var(--progress-color)}.frm_rootline_title{font-size:14px}.frm_pages_complete{float:right}.frm_percent_complete{float:left}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled{width:100%;border:none;border-top:1px solid var(--progress-border-color);border-bottom:1px solid var(--progress-border-color);box-shadow:inset 0 2px 10px -10px rgb(41 58 82 / .31);margin:0;padding:0;border-radius:0;font-size:0;line-height:15px}.frm_forms .frm_progress_line.frm_show_lines input{border-left:1px solid var(--progress-color);border-right:1px solid var(--progress-color)}.frm_progress_line .frm_rootline_single{justify-content:flex-end;margin:0}.frm_forms .frm_progress_line li:first-of-type input{border-top-left-radius:15px;border-bottom-left-radius:15px;border-left:1px solid var(--progress-active-bg-color)}.frm_forms .frm_progress_line li:last-of-type input{border-top-right-radius:15px;border-bottom-right-radius:15px;border-right:1px solid var(--progress-active-bg-color)}.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip{border-right:1px solid var(--progress-border-color)}.frm_forms .frm_progress_line .frm_current_page input[type="button"]{border-left:1px solid var(--progress-border-color)}.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-right:1px solid var(--progress-color)}.frm_forms .frm_progress_line input.frm_page_back{border-color:var(--progress-active-bg-color)}.frm_forms .frm_progress_line.frm_show_lines input.frm_page_back{border-left-color:var(--progress-active-bg-color);border-right-color:var(--progress-color)}.frm_rtl.frm_forms .frm_progress_line li:first-of-type input{border-top-right-radius:15px;border-bottom-right-radius:15px;border-top-left-radius:0;border-bottom-left-radius:0;border-right:1px solid var(--progress-active-bg-color)}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input{border-top-left-radius:15px;border-bottom-left-radius:15px;border-top-right-radius:0;border-bottom-right-radius:0;border-left:1px solid var(--progress-active-bg-color)}.frm_rtl.frm_forms .frm_progress_line li:last-of-type input.frm_page_skip{border-left:1px solid var(--progress-border-color);border-right:none}.frm_rtl.frm_forms .frm_progress_line .frm_current_page input[type="button"]{border-right:1px solid var(--progress-border-color);border-left:none}.frm_rtl.frm_forms .frm_progress_line.frm_show_lines .frm_current_page input[type="button"]{border-left:1px solid var(--progress-color);border-right:none}.frm_rootline_single>.frm_rootline_node{position:relative}.frm_rootline.frm_show_lines{position:relative;z-index:1}.frm_rootline.frm_show_lines span{display:block}.frm_forms .frm_rootline input{width:var(--progress-size);height:var(--progress-size);min-height:auto;border-radius:var(--progress-size);padding:0}.frm_forms input.frm_rootline_show_more_btn{font-weight:900}.frm_forms .frm_rootline.frm_no_numbers input.frm_rootline_show_more_btn{color:var(--progress-color)!important}.frm_page_bar input.frm_rootline_show_more_btn.active{opacity:1}.frm_forms .frm_rootline input:focus{border-color:var(--progress-active-bg-color)}.frm_forms .frm_rootline .frm_current_page input[type="button"]{border-color:#4386e2;background-color:var(--progress-active-bg-color);color:var(--progress-active-color)}.frm_forms .frm_progress_line input,.frm_forms .frm_progress_line input:disabled,.frm_forms .frm_progress_line .frm_current_page input[type="button"],.frm_forms .frm_rootline.frm_no_numbers input,.frm_forms .frm_rootline.frm_no_numbers .frm_current_page input[type="button"]{color:transparent!important}.frm_rootline_show_hidden_steps_btn:not(.active)>.frm_rootline_title{display:none}@media only screen and (max-width:700px){.frm_show_titles ul.frm_rootline_hidden_steps{min-width:16px}}@media only screen and (max-width:500px){.frm_rootline.frm_rootline_4 span.frm_rootline_title,.frm_rootline.frm_rootline_3 span.frm_rootline_title{display:none}}@media only screen and (max-width:900px){.frm_form_field .frm_repeat_grid .frm_form_field.frm_sixth .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_seventh .frm_primary_label,.frm_form_field .frm_repeat_grid .frm_form_field.frm_eighth .frm_primary_label{display:block!important}}@media only screen and (max-width:600px){.frm_form_field.frm_four_col .frm_opt_container{grid-template-columns:repeat(2,1fr)}.with_frm_style .frm_repeat_inline,.with_frm_style .frm_repeat_grid{margin:20px 0}}@media only screen and (max-width:500px){.frm_form_field.frm_two_col .frm_radio,.frm_form_field.frm_two_col .frm_checkbox,.frm_form_field.frm_three_col .frm_radio,.frm_form_field.frm_three_col .frm_checkbox{width:auto;margin-right:0;float:none;display:block}.frm_form_field input[type=file]{max-width:220px}.with_frm_style .frm-g-recaptcha>div>div,.with_frm_style .g-recaptcha>div>div{width:inherit!important;display:block;overflow:hidden;max-width:302px;border-right:1px solid #d3d3d3;border-radius:4px;box-shadow:2px 0 4px -1px rgb(0 0 0 / .08)}.with_frm_style .g-recaptcha iframe,.with_frm_style .frm-g-recaptcha iframe{width:100%}}.frm-card-element .sq-card-wrapper .sq-card-message{margin-bottom:0}.frm-card-errors:empty{margin:0}